Previous | 199869 Revisions | Next |
r32684 Sunday 12th October, 2014 at 08:44:26 UTC by Fabio Priuli |
---|
(MESS) consolidate save states when using the SMS gender adapter, from Enik Land. nw. |
[src/emu/bus/sms_exp] | gender.c |
r32683 | r32684 | |
---|---|---|
41 | 41 | |
42 | 42 | void sms_gender_adapter_device::device_start() |
43 | 43 | { |
44 | if (m_subslot->m_cart) | |
45 | m_subslot->m_cart->save_ram(); | |
44 | 46 | } |
45 | 47 | |
46 | 48 |
Previous | 199869 Revisions | Next |