mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
hmcs40: this should fix savestate regression (nw)
This commit is contained in:
parent
35c4696295
commit
8a1cf1c142
@ -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));
|
||||
|
@ -1,5 +1,6 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:hap
|
||||
// thanks-to:Sean Riddle
|
||||
/******************************************************************************
|
||||
|
||||
Fidelity Mini Sensory Chess Challenger (model MSC, 1981 version)
|
||||
|
Loading…
Reference in New Issue
Block a user