1
0
mirror of https://github.com/pevans/erc-c.git synced 2026-04-24 05:20:59 +00:00

Disable active refresh

This commit is contained in:
Peter Evans
2018-01-22 21:43:01 -06:00
parent 47d7483297
commit b97af6cb16
+2 -2
View File
@@ -324,8 +324,8 @@ apple2_run_loop(apple2 *mach)
while (vm_screen_active(mach->screen)) {
mos6502_dis_opcode(mach->cpu, stdout, mach->cpu->PC);
mos6502_execute(mach->cpu);
apple2_draw_40col(mach);
vm_screen_refresh(mach->screen);
// apple2_draw_40col(mach);
// vm_screen_refresh(mach->screen);
}
}