mirror of
https://github.com/holub/mame
synced 2025-06-17 09:49:31 +03:00
bml3rtc: save state (nw)
This commit is contained in:
parent
46f414697f
commit
19a09406a6
@ -101,4 +101,7 @@ void bml3bus_rtc_device::device_start()
|
|||||||
|
|
||||||
m_addr_latch = 0;
|
m_addr_latch = 0;
|
||||||
m_data_latch = 0;
|
m_data_latch = 0;
|
||||||
|
|
||||||
|
save_item(NAME(m_addr_latch));
|
||||||
|
save_item(NAME(m_data_latch));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user