mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
And I missed the PC (nw)
This commit is contained in:
parent
3ed824ade0
commit
a31753f9b1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user