Pokemon Fire Red germany not booting/ White Screen

Wrong Gamepak Code causing Pokemon Fire Red not to boot due to wrong flash size (64k instead of 128k)
This commit is contained in:
d30r 2022-05-20 13:41:20 +02:00 committed by GitHub
parent f0f0b31f9a
commit 5e71cd14d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1532,7 +1532,7 @@ static const ini_t gbaover[] = {
{
// Pokemon: Fire Red (G)
"POKEMON FIRE", /* gamepak_title */
"BPRG", /* gamepak_code */
"BPRD", /* gamepak_code */
"01", /* gamepak_maker */
0, /* flash_size */
FLASH_DEVICE_MACRONIX_128KB, /* flash_device_id */