Previous 199869 Revisions Next

r31215 Monday 7th July, 2014 at 11:52:34 UTC by Alex Jackson
m6809: add missing members to save registration; this should fix the save state regressions for real [Alex Jackson]
[src/emu/cpu/m6809]m6809.c

trunk/src/emu/cpu/m6809/m6809.c
r31214r31215
165165   save_item(NAME(m_x.w));
166166   save_item(NAME(m_y.w));
167167   save_item(NAME(m_cc));
168   save_item(NAME(m_temp.w));
169   save_item(NAME(m_opcode));
168170   save_item(NAME(m_nmi_asserted));
169171   save_item(NAME(m_nmi_line));
170172   save_item(NAME(m_firq_line));

Previous 199869 Revisions Next


© 1997-2024 The MAME Team