1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-25 12:29:34 +00:00

When paused for the debugger, output should go to stdout

This commit is contained in:
Peter Evans 2018-03-07 21:24:15 -06:00
parent d791ebbe2f
commit dda7ae6288

View File

@ -360,7 +360,7 @@ apple2_run_loop(apple2 *mach)
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) {
mach->selected_drive->locked = false;