mirror of
https://github.com/holub/mame
synced 2025-05-11 16:48:52 +03:00
z80dart.c: save diserial state too, fixes bw12.c sio test error after loading a state(nw)
This commit is contained in:
parent
a689741d55
commit
d3f9c65946
@ -563,6 +563,7 @@ void z80dart_channel::device_start()
|
||||
save_item(NAME(m_dtr));
|
||||
save_item(NAME(m_rts));
|
||||
save_item(NAME(m_sync));
|
||||
device_serial_interface::register_save_state(machine().save(), name(), tag());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user