And I missed the PC (nw)

This commit is contained in:
R. Belmont 2013-01-04 01:45:46 +00:00
parent 3ed824ade0
commit a31753f9b1

View File

@ -176,7 +176,7 @@ void h6280_device::device_start()
// register our state for the debugger
state_add(STATE_GENPC, "GENPC", m_pc.w.l).noshow();
state_add(STATE_GENFLAGS, "GENFLAGS", m_p).callimport().callexport().formatstr("%8s").noshow();
state_add(H6280_PC, "PC:", m_pc.d).mask(0xffff);
state_add(H6280_PC, "PC", m_pc.d).mask(0xffff);
state_add(H6280_S, "S", m_sp.b.l).mask(0xff);
state_add(H6280_P, "P", m_p).mask(0xff);
state_add(H6280_A, "A", m_a).mask(0xff);