mirror of
https://github.com/holub/mame
synced 2025-05-10 08:12:13 +03:00
mos7360_device: added missing save state, fixes plus4.c save state problem (nw)
This commit is contained in:
parent
c9fcb32252
commit
a267ba1106
@ -343,6 +343,7 @@ void mos7360_device::device_start()
|
||||
save_item(NAME(m_cursor1));
|
||||
save_item(NAME(m_chargenaddr));
|
||||
save_item(NAME(m_bitmapaddr));
|
||||
save_item(NAME(m_videoaddr));
|
||||
save_item(NAME(m_x_begin));
|
||||
save_item(NAME(m_x_end));
|
||||
save_item(NAME(m_y_begin));
|
||||
|
Loading…
Reference in New Issue
Block a user