mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Save state support for the 3 aux slot cards (nw)
This commit is contained in:
parent
2818379939
commit
c4fbee1e16
@ -46,6 +46,7 @@ a2eaux_ext80col_device::a2eaux_ext80col_device(const machine_config &mconfig, de
|
|||||||
void a2eaux_ext80col_device::device_start()
|
void a2eaux_ext80col_device::device_start()
|
||||||
{
|
{
|
||||||
set_a2eauxslot_device();
|
set_a2eauxslot_device();
|
||||||
|
save_item(NAME(m_ram));
|
||||||
}
|
}
|
||||||
|
|
||||||
void a2eaux_ext80col_device::device_reset()
|
void a2eaux_ext80col_device::device_reset()
|
||||||
|
@ -47,6 +47,8 @@ a2eaux_ramworks3_device::a2eaux_ramworks3_device(const machine_config &mconfig,
|
|||||||
void a2eaux_ramworks3_device::device_start()
|
void a2eaux_ramworks3_device::device_start()
|
||||||
{
|
{
|
||||||
set_a2eauxslot_device();
|
set_a2eauxslot_device();
|
||||||
|
save_item(NAME(m_ram));
|
||||||
|
save_item(NAME(m_bank));
|
||||||
}
|
}
|
||||||
|
|
||||||
void a2eaux_ramworks3_device::device_reset()
|
void a2eaux_ramworks3_device::device_reset()
|
||||||
|
@ -46,6 +46,7 @@ a2eaux_std80col_device::a2eaux_std80col_device(const machine_config &mconfig, de
|
|||||||
void a2eaux_std80col_device::device_start()
|
void a2eaux_std80col_device::device_start()
|
||||||
{
|
{
|
||||||
set_a2eauxslot_device();
|
set_a2eauxslot_device();
|
||||||
|
save_item(NAME(m_ram));
|
||||||
}
|
}
|
||||||
|
|
||||||
void a2eaux_std80col_device::device_reset()
|
void a2eaux_std80col_device::device_reset()
|
||||||
|
Loading…
Reference in New Issue
Block a user