summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Osso <mesgnet@yahoo.it>2014-12-22 17:36:45 +0100
committer Osso <mesgnet@yahoo.it>2014-12-22 17:36:45 +0100
commita267ba110648c2082ec36d3a448c8085cba1e1f8 (patch)
treeca3e6cf3ef2f3bb1cc80208dbcab715bd1e64011
parentc9fcb3225238f3ebc4c9cc0a1a12abb5cf2b0410 (diff)
mos7360_device: added missing save state, fixes plus4.c save state problem (nw)
-rw-r--r--src/emu/sound/mos7360.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/sound/mos7360.c b/src/emu/sound/mos7360.c
index 59f47c5b334..40b5b479337 100644
--- a/src/emu/sound/mos7360.c
+++ b/src/emu/sound/mos7360.c
@@ -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));