Skip to content

Commit

Permalink
Correct TopGear Rally and add Taz Express save
Browse files Browse the repository at this point in the history
  • Loading branch information
networkfusion committed Aug 14, 2019
1 parent 42cec02 commit 4ad1ab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4384,7 +4384,7 @@ int main(void)
sndInit();
}

timer_init();
//timer_init(); no use of timers yet...

//background
display_init(res, DEPTH_32_BPP, 3, GAMMA_NONE, ANTIALIAS_RESAMPLE);
Expand Down
4 changes: 2 additions & 2 deletions src/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ int get_cic_save(char *cartid, int *cic, int *save) {
"ZS", "AB", "BN", "CG", "CX", "CZ", "D6", "DR", "DZ", "OH",
"TB", "TC", "VB", "WI", "4W", "AG", "AY", "DA", "D2", "3D",
"F2", "SI", "HP", "EV", "MG", "GU", "SA", "VP", "A2", "WC",
"GF", "TG"
"GF", "TR", "TX"
};

// Banjo-Tooie (B7) -> if not using Ultra CIC set to sram, because the crack converts ek16/eep (4) -> sram (1)
Expand All @@ -65,7 +65,7 @@ int get_cic_save(char *cartid, int *cic, int *save) {
0x05, 0x03, 0x03, 0x03, 0x03, 0x04, 0x01, 0x03, 0x01, 0x03,
0x03, 0x03, 0x01, 0x01, 0x03, 0x03, 0x01, 0x01, 0x04, 0x04,
0x04, 0x05, 0x03, 0x04, 0x03, 0x03, 0x03, 0x01, 0x01, 0x03,
0x03, 0x03
0x03, 0x03, 0x03
};

// Banjo-Tooie (B7) -> if not using Ultra CIC set to 2 instead of 5
Expand Down

0 comments on commit 4ad1ab4

Please sign in to comment.