mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-23 17:09:43 +00:00
d_renegade : fix renegadeb not starting
This commit is contained in:
parent
c8ca4fabfe
commit
be00260073
@ -235,8 +235,8 @@ STD_ROM_PICK(Drvj)
|
||||
STD_ROM_FN(Drvj)
|
||||
|
||||
static struct BurnRomInfo DrvubRomDesc[] = {
|
||||
{ "na-5.ic52", 0x08000, 0xde7e7df4, BRF_ESS | BRF_PRG }, // 0 M6502 Program Code
|
||||
{ "40.ic51", 0x08000, 0x3dbaac11, BRF_ESS | BRF_PRG }, // 1 bootleg
|
||||
{ "40.ic51", 0x08000, 0x3dbaac11, BRF_ESS | BRF_PRG }, // 0 M6502 Program Code / bootleg
|
||||
{ "na-5.ic52", 0x08000, 0xde7e7df4, BRF_ESS | BRF_PRG }, // 1
|
||||
|
||||
{ "n0-5.ic13", 0x08000, 0x3587de3b, BRF_ESS | BRF_PRG }, // 2 M6809 Program Code
|
||||
|
||||
@ -271,7 +271,7 @@ STD_ROM_PICK(Drvub)
|
||||
STD_ROM_FN(Drvub)
|
||||
|
||||
static struct BurnRomInfo DrvbRomDesc[] = {
|
||||
{ "ta18-10.bin", 0x08000, 0xa90cf44a, BRF_ESS | BRF_PRG }, // 0 M6502 Program Code
|
||||
{ "ta18-10.bin", 0x08000, 0xa90cf44a, BRF_ESS | BRF_PRG }, // 0 M6502 Program Code / bootleg
|
||||
{ "ta18-11.bin", 0x08000, 0xf240f5cd, BRF_ESS | BRF_PRG }, // 1
|
||||
|
||||
{ "n0-5.bin", 0x08000, 0x3587de3b, BRF_ESS | BRF_PRG }, // 2 M6809 Program Code
|
||||
|
Loading…
Reference in New Issue
Block a user