mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-23 23:32:45 +00:00
Disable active refresh
This commit is contained in:
parent
47d7483297
commit
b97af6cb16
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user