mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
(MESS) consolidate save states when using the SMS gender adapter, from
Enik Land. nw.
This commit is contained in:
parent
d7e6d623c4
commit
6510f7b55e
@ -41,6 +41,8 @@ sms_gender_adapter_device::sms_gender_adapter_device(const machine_config &mconf
|
|||||||
|
|
||||||
void sms_gender_adapter_device::device_start()
|
void sms_gender_adapter_device::device_start()
|
||||||
{
|
{
|
||||||
|
if (m_subslot->m_cart)
|
||||||
|
m_subslot->m_cart->save_ram();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user