(MESS) consolidate save states when using the SMS gender adapter, from

Enik Land. nw.
This commit is contained in:
Fabio Priuli 2014-10-12 08:44:26 +00:00
parent d7e6d623c4
commit 6510f7b55e

View File

@ -41,6 +41,8 @@ sms_gender_adapter_device::sms_gender_adapter_device(const machine_config &mconf
void sms_gender_adapter_device::device_start()
{
if (m_subslot->m_cart)
m_subslot->m_cart->save_ram();
}