Finish ppu, and mbc1 mapping
This commit is contained in:
@ -75,7 +75,7 @@ void fetch_data() {
|
||||
return;
|
||||
case AM_R_A8:
|
||||
ctx.fetched_data = bus_read(ctx.regs.pc);
|
||||
emu_cycles(2);
|
||||
emu_cycles(1);
|
||||
ctx.regs.pc++;
|
||||
return;
|
||||
case AM_A8_R:
|
||||
|
Reference in New Issue
Block a user