diff options
author | 2019-12-16 07:47:37 -0500 | |
---|---|---|
committer | 2019-12-16 07:47:37 -0500 | |
commit | 8598b492f64bee49a1f3696ab654701f23882c74 (patch) | |
tree | 2d1c323120080badf01cfec44de9695b324cbed7 | |
parent | 8d393c5e7f7e3a7ddeb20c636e48661ebbc4ec04 (diff) |
save states too (nw)
-rw-r--r-- | src/devices/bus/a2bus/transwarp.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/a2bus/transwarp.cpp b/src/devices/bus/a2bus/transwarp.cpp index 7c34c3dead1..54228c81180 100644 --- a/src/devices/bus/a2bus/transwarp.cpp +++ b/src/devices/bus/a2bus/transwarp.cpp @@ -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() |