added ppu read latch

This commit is contained in:
Lauchmelder 2021-10-30 19:42:17 +02:00
parent 2fdae00ff8
commit 9ab5ac3c13
2 changed files with 5 additions and 2 deletions

View file

@ -113,6 +113,7 @@ struct PPU
Word raw;
} ppuAddress;
Byte ppuAddressWriteTarget;
Byte ppuReadLatch;
Byte oamdma;