Previous 199869 Revisions Next

r31771 Monday 25th August, 2014 at 18:46:05 UTC by Fabio Priuli
(MESS) vcs_slot: added oncart RAM to save state. nw.
[src/emu/bus/vcs]vcs_slot.c

trunk/src/emu/bus/vcs/vcs_slot.c
r31770r31771
5858void device_vcs_cart_interface::ram_alloc(UINT32 size)
5959{
6060   if (m_ram == NULL)
61   {
6162      m_ram.resize(size);
63      device().save_item(NAME(m_ram));
64   }
6265}
6366
6467

Previous 199869 Revisions Next


© 1997-2024 The MAME Team