summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-05-29 11:52:30 +0200
committer hap <happppp@users.noreply.github.com>2020-05-29 11:52:45 +0200
commit8a1cf1c142ef219bf9fa869ac3fb93f1931ce464 (patch)
tree0f689623a65f6210c5400073b301fefc3c1ff33f
parent35c46962957ff46e854833f25dd3d153b345fc97 (diff)
hmcs40: this should fix savestate regression (nw)
-rw-r--r--src/devices/cpu/hmcs40/hmcs40.cpp1
-rw-r--r--src/mame/drivers/fidel_msc.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/hmcs40/hmcs40.cpp b/src/devices/cpu/hmcs40/hmcs40.cpp
index 36744d0a425..505856ef79c 100644
--- a/src/devices/cpu/hmcs40/hmcs40.cpp
+++ b/src/devices/cpu/hmcs40/hmcs40.cpp
@@ -251,6 +251,7 @@ void hmcs40_cpu_device::device_start()
// register for savestates
save_item(NAME(m_stack));
+ save_item(NAME(m_sp));
save_item(NAME(m_op));
save_item(NAME(m_prev_op));
save_item(NAME(m_i));
diff --git a/src/mame/drivers/fidel_msc.cpp b/src/mame/drivers/fidel_msc.cpp
index 97ae71dd7bb..b0a85647473 100644
--- a/src/mame/drivers/fidel_msc.cpp
+++ b/src/mame/drivers/fidel_msc.cpp
@@ -1,5 +1,6 @@
// license:BSD-3-Clause
// copyright-holders:hap
+// thanks-to:Sean Riddle
/******************************************************************************
Fidelity Mini Sensory Chess Challenger (model MSC, 1981 version)