mos7360_device: added missing save state, fixes plus4.c save state problem (nw)

This commit is contained in:
Osso 2014-12-22 17:36:45 +01:00
parent c9fcb32252
commit a267ba1106

View File

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