implemented background tile fetching
This commit is contained in:
parent
f4e6198a99
commit
e7b78f281f
9 changed files with 474 additions and 131 deletions
|
@ -45,6 +45,8 @@ public:
|
|||
*/
|
||||
uint8_t Tick();
|
||||
|
||||
void PPUTick();
|
||||
|
||||
/**
|
||||
* @brief Advance the emulator by one CPU instruction.
|
||||
*/
|
||||
|
@ -87,4 +89,6 @@ private:
|
|||
PPU ppu;
|
||||
Cartridge cartridge;
|
||||
ControllerPort controllerPort;
|
||||
|
||||
uint8_t ppuClock = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue