Merge pull request #823 from PsyK0p4T/master

Add support for "Technoptimistic" (Aftermarket)
This commit is contained in:
splash5 2023-07-11 10:47:45 +08:00 committed by GitHub
commit d059759fa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -882,6 +882,12 @@ void getCartInfo_MD() {
cartSize = 0x100000;
}
//Technoptimistic (Aftermarket)
if (!strncmp("MU REMUTE01", id, 11) && (chksum == 0x0000)) {
chksum = 0xB55C;
cartSize = 0x400000;
}
//Decoder (Aftermarket)
if (!strncmp("GM REMUTE02", id, 11) && (chksum == 0x0000)) {
chksum = 0x5426;

View File

@ -6805,6 +6805,9 @@ Technocop (USA) (Beta) (September, 1990).md
Technocop (USA) (Beta) (1990-09-12).md
F06ED8CA
TECHNOPTIMISTIC (World) (Aftermarket) (Unl).md
2DAF3A81
Tecmo Cup Football Game (Japan) (Proto) [b].md
88FDD060