added cart unit tests
This commit is contained in:
@ -19,4 +19,6 @@ typedef struct {
|
||||
u16 global_checksum;
|
||||
} rom_header;
|
||||
|
||||
bool cart_load(char *cart);
|
||||
bool cart_load(char *cart);
|
||||
|
||||
rom_header *get_rom_header();
|
Reference in New Issue
Block a user