diff options
author | 2016-04-27 08:13:59 +0200 | |
---|---|---|
committer | 2016-04-27 08:13:59 +0200 | |
commit | cfee536f22f032c7ead65075f73cc6fd8549e68b (patch) | |
tree | f4b4703dd0295571684456c19668f508b3ddcb3a /src/devices/machine/rtc9701.cpp | |
parent | be8159d01eaa7533e7758bf07384501dbc6214f3 (diff) |
Cleanups and version bumpmame0173
Diffstat (limited to 'src/devices/machine/rtc9701.cpp')
-rw-r--r-- | src/devices/machine/rtc9701.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/rtc9701.cpp b/src/devices/machine/rtc9701.cpp index 86f5378d2b4..5023df7ec31 100644 --- a/src/devices/machine/rtc9701.cpp +++ b/src/devices/machine/rtc9701.cpp @@ -106,7 +106,7 @@ void rtc9701_device::device_start() rtc_state = RTC9701_CMD_WAIT; cmd_stream_pos = 0; current_cmd = 0; - + save_item(NAME(m_latch)); save_item(NAME(m_reset_line)); save_item(NAME(m_clock_line)); |