save states too (nw)

This commit is contained in:
arbee 2019-12-16 07:47:37 -05:00
parent 8d393c5e7f
commit 8598b492f6

View File

@ -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()