added cartridge loading
This commit is contained in:
parent
5aa8a64871
commit
abb9b2e54a
5 changed files with 68 additions and 6 deletions
|
@ -7,7 +7,8 @@ struct Bus;
|
|||
|
||||
struct Cartridge
|
||||
{
|
||||
Byte* memory;
|
||||
Byte* prg_rom;
|
||||
Byte* chr_rom;
|
||||
|
||||
struct Bus* bus;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue