Finish ppu, and mbc1 mapping

This commit is contained in:
2025-02-01 19:05:25 -07:00
parent 2603916972
commit 89a99b160d
17 changed files with 779 additions and 18 deletions

View File

@ -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: