added cart unit tests

This commit is contained in:
2025-01-30 15:17:54 -07:00
parent 705be02543
commit 945b82a3ca
3 changed files with 24 additions and 3 deletions

View File

@ -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();