fixed unneeded ppu read access, causing the vram address to be incremented when it shouldnt be
This commit is contained in:
parent
35b67dac5f
commit
2fdae00ff8
6 changed files with 41 additions and 11 deletions
|
@ -94,6 +94,7 @@ void destroyCPU(struct CPU* cpu);
|
|||
int tickCPU(struct CPU* cpu);
|
||||
void tickInstr(struct CPU* cpu);
|
||||
|
||||
void prepareFetch(struct CPU* cpu);
|
||||
void fetch(struct CPU* cpu);
|
||||
void execute(struct CPU* cpu);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue