mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
cop400: Fixed debugger behavior on skip. (nw)
This commit is contained in:
parent
6e031697b3
commit
650ca8b573
@ -1068,9 +1068,11 @@ void cop400_cpu_device::execute_run()
|
||||
{
|
||||
do
|
||||
{
|
||||
// debugger hook
|
||||
m_prevpc = PC;
|
||||
debugger_instruction_hook(this, PC);
|
||||
if (!m_skip) {
|
||||
// debugger hook
|
||||
m_prevpc = PC;
|
||||
debugger_instruction_hook(this, PC);
|
||||
}
|
||||
|
||||
// halt logic
|
||||
if (m_cko == COP400_CKO_HALT_IO_PORT) {
|
||||
|
Loading…
Reference in New Issue
Block a user