mirror of
https://github.com/pevans/erc-c.git
synced 2025-02-17 07:32:05 +00:00
We no longer need to pass the opcode here
This commit is contained in:
parent
80a7671a19
commit
e3ab043aee
@ -320,7 +320,7 @@ apple2_run_loop(apple2 *mach)
|
||||
|
||||
while (vm_screen_active(mach->screen)) {
|
||||
mos6502_dis_opcode(mach->cpu, stdout, mach->cpu->PC);
|
||||
mos6502_execute(mach->cpu, mos6502_next_byte(mach->cpu));
|
||||
mos6502_execute(mach->cpu);
|
||||
vm_screen_refresh(mach->screen);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user