diff --git a/src/burn/drivers/misc_pre90s/d_pacman.cpp b/src/burn/drivers/misc_pre90s/d_pacman.cpp index cc9bb324f..8a681d97e 100644 --- a/src/burn/drivers/misc_pre90s/d_pacman.cpp +++ b/src/burn/drivers/misc_pre90s/d_pacman.cpp @@ -4541,7 +4541,7 @@ static struct BurnRomInfo eyes2RomDesc[] = { { "g38204.7h", 0x1000, 0xcf038276, 1 | BRF_ESS | BRF_PRG }, // 3 { "g38205.5d", 0x1000, 0x03b1b4c7, 2 | BRF_GRA }, // 4 Graphics - { "e5", 0x1000, 0xa42b5201, 2 | BRF_GRA }, // 5 + { "g38206.5e", 0x1000, 0xa42b5201, 2 | BRF_GRA }, // 5 { "82s123.7f", 0x0020, 0x2fc650bd, 3 | BRF_GRA }, // 6 Color Proms { "82s129.4a", 0x0100, 0xd8d78829, 3 | BRF_GRA }, // 7 @@ -4566,7 +4566,7 @@ struct BurnDriver BurnDrveyes2 = { // Eyes (Zaccaria) -static struct BurnRomInfo eyeszacRomDesc[] = { +static struct BurnRomInfo eyeszacbRomDesc[] = { { "1.bin", 0x0800, 0xa4a9d7a0, 1 | BRF_ESS | BRF_PRG }, // 0 Z80 Code { "5.bin", 0x0800, 0xc32b3f73, 1 | BRF_ESS | BRF_PRG }, // 1 { "2.bin", 0x0800, 0x195b9473, 1 | BRF_ESS | BRF_PRG }, // 2 @@ -4590,15 +4590,15 @@ static struct BurnRomInfo eyeszacRomDesc[] = { { "11.bin", 0x0800, 0x69c1602a, 0 | BRF_PRG }, // 16 (Not used) }; -STD_ROM_PICK(eyeszac) -STD_ROM_FN(eyeszac) +STD_ROM_PICK(eyeszacb) +STD_ROM_FN(eyeszacb) struct BurnDriver BurnDrveyeszac = { - "eyeszac", "eyes", NULL, NULL, "1982", - "Eyes (Zaccaria)\0", NULL, "Zaccaria / bootleg", "Pac-man", + "eyeszacb", "eyes", NULL, NULL, "1982", + "Eyes (bootleg)\0", NULL, "bootleg", "Pac-man", NULL, NULL, NULL, NULL, - BDF_GAME_WORKING | BDF_CLONE | BDF_ORIENTATION_VERTICAL | BDF_ORIENTATION_FLIPPED, 2, HARDWARE_PACMAN, GBF_MAZE, 0, - NULL, eyeszacRomInfo, eyeszacRomName, NULL, NULL, eyesInputInfo, eyesDIPInfo, + BDF_GAME_WORKING | BDF_CLONE | BDF_ORIENTATION_VERTICAL | BDF_ORIENTATION_FLIPPED | BDF_BOOTLEG, 2, HARDWARE_PACMAN, GBF_MAZE, 0, + NULL, eyeszacbRomInfo, eyeszacbRomName, NULL, NULL, eyesInputInfo, eyesDIPInfo, puckmanInit, DrvExit, DrvFrame, DrvDraw, DrvScan, &DrvRecalc, 0x200, 224, 288, 3, 4 }; diff --git a/src/burn/drivers/pgm/d_pgm.cpp b/src/burn/drivers/pgm/d_pgm.cpp index 25f5b7fb4..d4797dff6 100644 --- a/src/burn/drivers/pgm/d_pgm.cpp +++ b/src/burn/drivers/pgm/d_pgm.cpp @@ -2039,11 +2039,7 @@ static struct BurnRomInfo kov2pRomDesc[] = { { "m1200.rom", 0x800000, 0xb0d88720, 5 | BRF_SND }, // 9 Samples -#if !defined (ROM_VERIFY) { "kov2p_igs027a.bin", 0x004000, 0xe0d7679f, 7 | BRF_PRG | BRF_ESS }, // 10 Internal ARM7 Rom -#else - { "kov2p_igs027a.bin", 0x004000, 0x00000000, 7 | BRF_PRG | BRF_ESS | BRF_NODUMP }, // 10 Internal ARM7 Rom -#endif { "v200-16.rom", 0x200000, 0x16a0c11f, 8 | BRF_PRG | BRF_ESS }, // 11 External ARM7 Rom }; @@ -2104,11 +2100,7 @@ static struct BurnRomInfo kov2p205RomDesc[] = { { "m1200.rom", 0x800000, 0xb0d88720, 5 | BRF_SND }, // 9 Samples -#if !defined (ROM_VERIFY) { "kov2p_igs027a.bin", 0x004000, 0xe0d7679f, 7 | BRF_PRG | BRF_ESS }, // 10 Internal ARM7 Rom -#else - { "kov2p_igs027a.bin", 0x004000, 0x00000000, 7 | BRF_PRG | BRF_ESS | BRF_NODUMP }, // 10 Internal ARM7 Rom -#endif { "v200-16.rom", 0x200000, 0x16a0c11f, 8 | BRF_PRG | BRF_ESS }, // 11 External ARM7 Rom }; @@ -3409,7 +3401,7 @@ static struct BurnRomInfo kovsgqyzRomDesc[] = { { "m0600.rom", 0x400000, 0x3ada4fd6, 5 | BRF_SND }, // 12 Samples - { "kov_igs027a.bin", 0x004000, 0x00000000, 7 | BRF_PRG | BRF_NODUMP }, // 13 Internal ARM7 Rom + { "kovsgqyz_igs027a.bin", 0x004000, 0x00000000, 7 | BRF_PRG | BRF_NODUMP }, // 13 Internal ARM7 Rom }; STDROMPICKEXT(kovsgqyz, kovsgqyz, pgm) @@ -3451,7 +3443,7 @@ static struct BurnRomInfo kovsgqyzaRomDesc[] = { { "m0600.rom", 0x400000, 0x3ada4fd6, 5 | BRF_SND }, // 12 Samples - { "kov_igs027a.bin", 0x004000, 0x00000000, 7 | BRF_PRG | BRF_NODUMP }, // 13 Internal ARM7 Rom + { "kovsgqyza_igs027a.bin", 0x004000, 0x00000000, 7 | BRF_PRG | BRF_NODUMP }, // 13 Internal ARM7 Rom }; STDROMPICKEXT(kovsgqyza, kovsgqyza, pgm) @@ -3471,7 +3463,7 @@ struct BurnDriver BurnDrvKovsgqyza = { // Knights of Valour: SanGuo QunYingZhuan / Sangoku Senki: SanGuo QunYingZhuan (set 3) static struct BurnRomInfo kovsgqyzbRomDesc[] = { - { "p0600qyz.119", 0x400000, 0x18b8b9c0, 1 | BRF_PRG | BRF_ESS }, // 0 68K Code + { "pgm_sgqyzb.rom",0x400000, 0x18b8b9c0, 1 | BRF_PRG | BRF_ESS }, // 0 68K Code { "t0600.rom", 0x800000, 0x4acc1ad6, 2 | BRF_GRA }, // 1 Tile data @@ -3485,7 +3477,7 @@ static struct BurnRomInfo kovsgqyzbRomDesc[] = { { "m0600.rom", 0x400000, 0x3ada4fd6, 5 | BRF_SND }, // 12 Samples - { "kov_igs027a.bin", 0x004000, 0x00000000, 7 | BRF_PRG | BRF_NODUMP }, // 13 Internal ARM7 Rom + { "kovsgqyzb_igs027a.bin", 0x004000, 0x00000000, 7 | BRF_PRG | BRF_NODUMP }, // 13 Internal ARM7 Rom }; STDROMPICKEXT(kovsgqyzb, kovsgqyzb, pgm)