hmcs40: this should fix savestate regression (nw)

This commit is contained in:
hap 2020-05-29 11:52:30 +02:00
parent 35c4696295
commit 8a1cf1c142
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -1,5 +1,6 @@
// license:BSD-3-Clause
// copyright-holders:hap
// thanks-to:Sean Riddle
/******************************************************************************
Fidelity Mini Sensory Chess Challenger (model MSC, 1981 version)