Save state support for the 3 aux slot cards (nw)

This commit is contained in:
R. Belmont 2013-02-09 01:58:23 +00:00
parent 2818379939
commit c4fbee1e16
3 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,7 @@ a2eaux_ext80col_device::a2eaux_ext80col_device(const machine_config &mconfig, de
void a2eaux_ext80col_device::device_start()
{
set_a2eauxslot_device();
save_item(NAME(m_ram));
}
void a2eaux_ext80col_device::device_reset()

View File

@ -47,6 +47,8 @@ a2eaux_ramworks3_device::a2eaux_ramworks3_device(const machine_config &mconfig,
void a2eaux_ramworks3_device::device_start()
{
set_a2eauxslot_device();
save_item(NAME(m_ram));
save_item(NAME(m_bank));
}
void a2eaux_ramworks3_device::device_reset()

View File

@ -46,6 +46,7 @@ a2eaux_std80col_device::a2eaux_std80col_device(const machine_config &mconfig, de
void a2eaux_std80col_device::device_start()
{
set_a2eauxslot_device();
save_item(NAME(m_ram));
}
void a2eaux_std80col_device::device_reset()