added more instructions
This commit is contained in:
parent
f872e19707
commit
a345421963
6 changed files with 558 additions and 39 deletions
|
@ -10,6 +10,7 @@ struct Cartridge;
|
|||
struct Bus
|
||||
{
|
||||
Byte* ram;
|
||||
Byte* io;
|
||||
|
||||
struct CPU* cpu;
|
||||
struct Cartridge* cartridge;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue