mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-11 03:25:06 +00:00
Fix debug builds.
This commit is contained in:
@@ -96,7 +96,7 @@ class ConcreteMachine:
|
|||||||
// Check for assertion of reset.
|
// Check for assertion of reset.
|
||||||
if(cycle.operation & Microcycle::Reset) {
|
if(cycle.operation & Microcycle::Reset) {
|
||||||
memory_.reset();
|
memory_.reset();
|
||||||
LOG("Reset; PC is around " << PADHEX(8) << mc68000_.get_state().program_counter);
|
LOG("Reset; PC is around " << PADHEX(8) << mc68000_.get_state().registers.program_counter);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Autovector interrupts.
|
// Autovector interrupts.
|
||||||
|
Reference in New Issue
Block a user