summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/hp98544.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_dio/hp98544.cpp')
-rw-r--r--src/devices/bus/hp_dio/hp98544.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/hp_dio/hp98544.cpp b/src/devices/bus/hp_dio/hp98544.cpp
index cebfa814ffd..9735541a6ef 100644
--- a/src/devices/bus/hp_dio/hp98544.cpp
+++ b/src/devices/bus/hp_dio/hp98544.cpp
@@ -100,6 +100,7 @@ device_memory_interface::space_config_vector dio16_98544_device::memory_space_co
void dio16_98544_device::device_start()
{
+ save_item(NAME(m_intreg));
dio().install_memory(
0x200000, 0x2fffff,
read16_delegate(FUNC(topcat_device::vram_r), static_cast<topcat_device*>(m_topcat)),