Previous 199869 Revisions Next

r20050 Friday 4th January, 2013 at 01:45:46 UTC by R. Belmont
And I missed the PC (nw)
[src/emu/cpu/h6280]h6280.c

trunk/src/emu/cpu/h6280/h6280.c
r20049r20050
176176   // register our state for the debugger
177177   state_add(STATE_GENPC,       "GENPC",      m_pc.w.l).noshow();
178178   state_add(STATE_GENFLAGS,    "GENFLAGS",      m_p).callimport().callexport().formatstr("%8s").noshow();
179   state_add(H6280_PC,          "PC:",          m_pc.d).mask(0xffff);
179   state_add(H6280_PC,          "PC",          m_pc.d).mask(0xffff);
180180   state_add(H6280_S,           "S",           m_sp.b.l).mask(0xff);
181181   state_add(H6280_P,           "P",           m_p).mask(0xff);
182182   state_add(H6280_A,           "A",           m_a).mask(0xff);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team