Correct TopGear Rally and add Taz Express save

This commit is contained in:
networkfusion 2019-08-14 15:18:50 +01:00
parent 42cec025c8
commit 4ad1ab4264
2 changed files with 3 additions and 3 deletions

View File

@ -4384,7 +4384,7 @@ int main(void)
sndInit(); sndInit();
} }
timer_init(); //timer_init(); no use of timers yet...
//background //background
display_init(res, DEPTH_32_BPP, 3, GAMMA_NONE, ANTIALIAS_RESAMPLE); display_init(res, DEPTH_32_BPP, 3, GAMMA_NONE, ANTIALIAS_RESAMPLE);

View File

@ -46,7 +46,7 @@ int get_cic_save(char *cartid, int *cic, int *save) {
"ZS", "AB", "BN", "CG", "CX", "CZ", "D6", "DR", "DZ", "OH", "ZS", "AB", "BN", "CG", "CX", "CZ", "D6", "DR", "DZ", "OH",
"TB", "TC", "VB", "WI", "4W", "AG", "AY", "DA", "D2", "3D", "TB", "TC", "VB", "WI", "4W", "AG", "AY", "DA", "D2", "3D",
"F2", "SI", "HP", "EV", "MG", "GU", "SA", "VP", "A2", "WC", "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) // Banjo-Tooie (B7) -> if not using Ultra CIC set to sram, because the crack converts ek16/eep (4) -> sram (1)
@ -65,7 +65,7 @@ int get_cic_save(char *cartid, int *cic, int *save) {
0x05, 0x03, 0x03, 0x03, 0x03, 0x04, 0x01, 0x03, 0x01, 0x03, 0x05, 0x03, 0x03, 0x03, 0x03, 0x04, 0x01, 0x03, 0x01, 0x03,
0x03, 0x03, 0x01, 0x01, 0x03, 0x03, 0x01, 0x01, 0x04, 0x04, 0x03, 0x03, 0x01, 0x01, 0x03, 0x03, 0x01, 0x01, 0x04, 0x04,
0x04, 0x05, 0x03, 0x04, 0x03, 0x03, 0x03, 0x01, 0x01, 0x03, 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 // Banjo-Tooie (B7) -> if not using Ultra CIC set to 2 instead of 5