summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/gayle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/gayle.cpp')
-rw-r--r--src/devices/machine/gayle.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/machine/gayle.cpp b/src/devices/machine/gayle.cpp
index 1c0326b0ae6..0115c7f7a24 100644
--- a/src/devices/machine/gayle.cpp
+++ b/src/devices/machine/gayle.cpp
@@ -58,6 +58,9 @@ void gayle_device::device_start()
m_cs0_write.resolve_safe();
m_cs1_read.resolve_safe(0xffff);
m_cs1_write.resolve_safe();
+
+ save_item(NAME(m_gayle_id_count));
+ save_item(NAME(m_gayle_reg));
}
//-------------------------------------------------