mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
save states too (nw)
This commit is contained in:
parent
8d393c5e7f
commit
8598b492f6
@ -161,6 +161,8 @@ void a2bus_transwarp_device::device_start()
|
||||
m_timer = timer_alloc(0);
|
||||
|
||||
save_item(NAME(m_bEnabled));
|
||||
save_item(NAME(m_bReadA2ROM));
|
||||
save_item(NAME(m_bIn1MHzMode));
|
||||
}
|
||||
|
||||
void a2bus_transwarp_device::device_reset()
|
||||
|
Loading…
Reference in New Issue
Block a user