summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/slapstic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/slapstic.cpp')
-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)