diff options
Diffstat (limited to 'src/devices/cpu/m6800')
-rw-r--r-- | src/devices/cpu/m6800/m6800.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/m6800/m6800.cpp b/src/devices/cpu/m6800/m6800.cpp index acb84ede603..c874a6c177a 100644 --- a/src/devices/cpu/m6800/m6800.cpp +++ b/src/devices/cpu/m6800/m6800.cpp @@ -1135,6 +1135,7 @@ void m6800_cpu_device::device_start() state_add( M6800_WAI_STATE, "WAI", m_wai_state).formatstr("%01X"); state_add( STATE_GENPC, "GENPC", m_pc.w.l).noshow(); + state_add( STATE_GENPCBASE, "CURPC", m_pc.w.l).noshow(); state_add( STATE_GENFLAGS, "GENFLAGS", m_cc).formatstr("%8s").noshow(); m_icountptr = &m_icount; |