added ppu read latch
This commit is contained in:
parent
2fdae00ff8
commit
9ab5ac3c13
2 changed files with 5 additions and 2 deletions
|
@ -113,6 +113,7 @@ struct PPU
|
|||
Word raw;
|
||||
} ppuAddress;
|
||||
Byte ppuAddressWriteTarget;
|
||||
Byte ppuReadLatch;
|
||||
|
||||
Byte oamdma;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue