summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/bus/bml3/bml3rtc.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/bus/bml3/bml3rtc.cpp b/src/devices/bus/bml3/bml3rtc.cpp
index baaba60a22c..eced1123289 100644
--- a/src/devices/bus/bml3/bml3rtc.cpp
+++ b/src/devices/bus/bml3/bml3rtc.cpp
@@ -101,4 +101,7 @@ void bml3bus_rtc_device::device_start()
m_addr_latch = 0;
m_data_latch = 0;
+
+ save_item(NAME(m_addr_latch));
+ save_item(NAME(m_data_latch));
}