mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-23 11:31:41 +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);
|
||||
#ifndef NDEBUG
|
||||
dbg_cycles_executed += cpu65_cycle_count;
|
||||
|
Loading…
Reference in New Issue
Block a user