Initial cpu and instruction parsing
This commit is contained in:
@ -21,4 +21,7 @@ typedef struct {
|
||||
|
||||
bool cart_load(char *cart);
|
||||
|
||||
rom_header *get_rom_header();
|
||||
rom_header *get_rom_header();
|
||||
|
||||
u8 cart_read(u16 address);
|
||||
void cart_write(u16 address, u8 value);
|
Reference in New Issue
Block a user