diff --git a/src/burn/drv/pre90s/d_renegade.cpp b/src/burn/drv/pre90s/d_renegade.cpp index 79675f709a..a38acfdc1c 100644 --- a/src/burn/drv/pre90s/d_renegade.cpp +++ b/src/burn/drv/pre90s/d_renegade.cpp @@ -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