mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-10 23:29:43 +00:00
Allow "complete" reboots to occur when debug-stepping
* This allows reboot to work if RAMRD switch is set to auxmem (as it is in a few VM tests)
This commit is contained in:
parent
1a7fc8ab10
commit
5b46978233
@ -242,6 +242,9 @@ void cpu_thread(void *dummyptr) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (emul_reinitialize) {
|
||||||
|
reinitialize();
|
||||||
|
}
|
||||||
} while (is_debugging);
|
} while (is_debugging);
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
dbg_cycles_executed += cpu65_cycle_count;
|
dbg_cycles_executed += cpu65_cycle_count;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user