Added controller support
This commit is contained in:
parent
e5cc1565fd
commit
f4e6198a99
15 changed files with 310 additions and 6 deletions
|
@ -6,6 +6,7 @@
|
|||
#include "CPU.hpp"
|
||||
#include "PPU.hpp"
|
||||
#include "Cartridge.hpp"
|
||||
#include "ControllerPort.hpp"
|
||||
|
||||
/**
|
||||
* @brief The main bus for hardware to communicate.
|
||||
|
@ -85,4 +86,5 @@ private:
|
|||
CPU cpu;
|
||||
PPU ppu;
|
||||
Cartridge cartridge;
|
||||
ControllerPort controllerPort;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue