Skip to content

Commit

Permalink
d_renegade : fix renegadeb not starting
Browse files Browse the repository at this point in the history
  • Loading branch information
taoenwen committed Jul 15, 2024
1 parent c8ca4fa commit be00260
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/burn/drv/pre90s/d_renegade.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit be00260

Please sign in to comment.