mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
mc6852: Fixed state saving. (nw)
This commit is contained in:
parent
51871ba957
commit
0a5d2f5dfa
@ -129,8 +129,6 @@ void mc6852_device::device_start()
|
||||
save_item(NAME(m_status));
|
||||
save_item(NAME(m_cr));
|
||||
save_item(NAME(m_scr));
|
||||
save_item(NAME(m_rx_fifo));
|
||||
save_item(NAME(m_tx_fifo));
|
||||
save_item(NAME(m_tdr));
|
||||
save_item(NAME(m_tsr));
|
||||
save_item(NAME(m_rdr));
|
||||
|
Loading…
Reference in New Issue
Block a user