mirror of
https://github.com/pevans/erc-c.git
synced 2025-08-11 23:25:12 +00:00
When paused for the debugger, output should go to stdout
This commit is contained in:
@@ -360,7 +360,7 @@ apple2_run_loop(apple2 *mach)
|
|||||||
mach->selected_drive->locked = true;
|
mach->selected_drive->locked = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
mos6502_dis_opcode(mach->cpu, dlog, mach->cpu->PC);
|
mos6502_dis_opcode(mach->cpu, stdout, mach->cpu->PC);
|
||||||
|
|
||||||
if (mach->selected_drive) {
|
if (mach->selected_drive) {
|
||||||
mach->selected_drive->locked = false;
|
mach->selected_drive->locked = false;
|
||||||
|
Reference in New Issue
Block a user