mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-16 09:07:05 +00:00
When paused for the debugger, output should go to stdout
This commit is contained in:
parent
d791ebbe2f
commit
dda7ae6288
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user