summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2021-02-08 13:16:30 +0100
committer Olivier Galibert <galibert@pobox.com>2021-02-08 13:16:30 +0100
commitf7b671e1c041244d0a85d176d7a9d38fe42d17b1 (patch)
treeea7ec69caab8e816feea707b5132344a33cf2587
parent123cd2000030ba5e95bbb83581002127cc6ea477 (diff)
slapstic: forgot the important part, duh
-rw-r--r--src/mame/machine/slapstic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/machine/slapstic.cpp b/src/mame/machine/slapstic.cpp
index 5624156ed67..70ae60e2545 100644
--- a/src/mame/machine/slapstic.cpp
+++ b/src/mame/machine/slapstic.cpp
@@ -758,6 +758,7 @@ void atari_slapstic_device::device_start()
/* save state */
save_item(NAME(m_current_bank));
save_item(NAME(m_loaded_bank));
+ save_item(NAME(m_saved_state));
/* Address space tap installation */
if(m_space->data_width() == 16)