z80dart.c: save diserial state too, fixes bw12.c sio test error after loading a state(nw)

This commit is contained in:
Osso 2014-12-31 17:25:55 +01:00
parent a689741d55
commit d3f9c65946

View File

@ -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());
}