d_arkanoid.cpp: redumped arktayt2, ark1ball and arkanoidjbl2 [f205v]

- Corrected ROM labels for arktayt2, ark1ball and arkanoidjbl2 sets
- Confirmed dump for EPROMs, dumped PROMs
This commit is contained in:
JacKc029735 2021-03-28 19:36:47 +02:00
parent 95149313ab
commit 57d6594486

View File

@ -1723,18 +1723,18 @@ struct BurnDriver BurnDrvarkanoidjbl = {
// Arkanoid (bootleg with MCU set 2)
static struct BurnRomInfo arkanoidjbl2RomDesc[] = {
{ "1.ic81", 0x8000, 0x9ff93dc2, 1 | BRF_ESS | BRF_PRG }, // 0 Z80 Code
{ "2.ic82", 0x8000, 0xbbc33ceb, 1 | BRF_ESS | BRF_PRG }, // 1
{ "1.ic81.3f", 0x8000, 0x9ff93dc2, 1 | BRF_ESS | BRF_PRG }, // 0 Z80 Code
{ "2.ic82.5f", 0x8000, 0xbbc33ceb, 1 | BRF_ESS | BRF_PRG }, // 1
{ "a75-06__bootleg_68705.ic14", 0x0800, 0x515d77b6, 2 | BRF_ESS | BRF_PRG }, // 2 M68705 MCU
{ "a75-06__bootleg_68705.ic14", 0x0800, 0x515d77b6, 2 | BRF_ESS | BRF_PRG }, // 2 M68705 MCU
{ "a75-03.ic64", 0x8000, 0x038b74ba, 3 | BRF_GRA }, // 3 Graphics
{ "a75-04.ic63", 0x8000, 0x71fae199, 3 | BRF_GRA }, // 4
{ "a75-05.ic62", 0x8000, 0xc76374e2, 3 | BRF_GRA }, // 5
{ "3.ic33.1c", 0x8000, 0x038b74ba, 3 | BRF_GRA }, // 3 Graphics
{ "4.ic34.3c", 0x8000, 0x71fae199, 3 | BRF_GRA }, // 4
{ "5.ic35.5c", 0x8000, 0xc76374e2, 3 | BRF_GRA }, // 5
{ "a75-07.ic24", 0x0200, 0x0af8b289, 4 | BRF_GRA }, // 6 Color Proms
{ "a75-08.ic23", 0x0200, 0xabb002fb, 4 | BRF_GRA }, // 7
{ "a75-09.ic22", 0x0200, 0xa7c6c277, 4 | BRF_GRA }, // 8
{ "m1-7621-5.ic73.11e", 0x0200, 0x0af8b289, 4 | BRF_GRA }, // 6 Color Proms
{ "m1-7621-5.ic74.12e", 0x0200, 0xabb002fb, 4 | BRF_GRA }, // 7
{ "m1-7621-5.ic75.13e", 0x0200, 0xa7c6c277, 4 | BRF_GRA }, // 8
};
STD_ROM_PICK(arkanoidjbl2)
@ -1788,18 +1788,18 @@ struct BurnDriver BurnDrvarkanoidjbla = {
// Arkanoid (bootleg with MCU, harder)
static struct BurnRomInfo ark1ballRomDesc[] = {
{ "a-1.7d", 0x8000, 0xdd4f2b72, 1 | BRF_ESS | BRF_PRG }, // 0 Z80 Code
{ "ark_2__1_palline.7f", 0x8000, 0xed6b62ab, 1 | BRF_ESS | BRF_PRG }, // 1
{ "a-1.7d", 0x8000, 0xdd4f2b72, 1 | BRF_ESS | BRF_PRG }, // 0 Z80 Code
{ "ark_2__1_palline.7f", 0x8000, 0xed6b62ab, 1 | BRF_ESS | BRF_PRG }, // 1
{ "a75-06__bootleg_68705.ic14", 0x0800, 0x515d77b6, 2 | BRF_ESS | BRF_PRG }, // 2 M68705 MCU
{ "a75-06__bootleg_68705.ic14", 0x0800, 0x515d77b6, 2 | BRF_ESS | BRF_PRG }, // 2 M68705 MCU
{ "a-3.3a", 0x8000, 0x038b74ba, 3 | BRF_GRA }, // 3 Graphics
{ "a-4.3d", 0x8000, 0x71fae199, 3 | BRF_GRA }, // 4
{ "a-5.3f", 0x8000, 0xc76374e2, 3 | BRF_GRA }, // 5
{ "a-3.3a", 0x8000, 0x038b74ba, 3 | BRF_GRA }, // 3 Graphics
{ "a-4.3d", 0x8000, 0x71fae199, 3 | BRF_GRA }, // 4
{ "a-5.3f", 0x8000, 0xc76374e2, 3 | BRF_GRA }, // 5
{ "a75-07.bpr", 0x0200, 0x0af8b289, 4 | BRF_GRA }, // 6 Color Proms
{ "a75-08.bpr", 0x0200, 0xabb002fb, 4 | BRF_GRA }, // 7
{ "a75-09.bpr", 0x0200, 0xa7c6c277, 4 | BRF_GRA }, // 8
{ "n82s131n.6l", 0x0200, 0x0af8b289, 4 | BRF_GRA }, // 6 Color Proms
{ "n82s131n.6m", 0x0200, 0xabb002fb, 4 | BRF_GRA }, // 7
{ "n82s131n.6n", 0x0200, 0xa7c6c277, 4 | BRF_GRA }, // 8
};
STD_ROM_PICK(ark1ball)
@ -2101,16 +2101,16 @@ struct BurnDriver BurnDrvarkatayt = {
// Arkanoid (Tayto bootleg, harder)
static struct BurnRomInfo arktayt2RomDesc[] = {
{ "ic81.3f", 0x8000, 0x6e0a2b6f, 1 | BRF_ESS | BRF_PRG }, // 0 Z80 Code
{ "ic82.5f", 0x8000, 0x5a97dd56, 1 | BRF_ESS | BRF_PRG }, // 1
{ "4.ic81.3f", 0x8000, 0x6e0a2b6f, 1 | BRF_ESS | BRF_PRG }, // 0 Z80 Code
{ "5.ic82.5f", 0x8000, 0x5a97dd56, 1 | BRF_ESS | BRF_PRG }, // 1
{ "1-ic33.2c", 0x8000, 0x038b74ba, 3 | BRF_GRA }, // 2 Graphics
{ "2-ic34.3c", 0x8000, 0x71fae199, 3 | BRF_GRA }, // 3
{ "3-ic35.5c", 0x8000, 0xc76374e2, 3 | BRF_GRA }, // 4
{ "1.ic33.1c", 0x8000, 0x038b74ba, 3 | BRF_GRA }, // 2 Graphics
{ "2.ic34.3c", 0x8000, 0x71fae199, 3 | BRF_GRA }, // 3
{ "3.ic35.5c", 0x8000, 0xc76374e2, 3 | BRF_GRA }, // 4
{ "ic73.11e", 0x0200, 0x0af8b289, 4 | BRF_GRA }, // 5 Color Proms
{ "ic74.12e", 0x0200, 0xabb002fb, 4 | BRF_GRA }, // 6
{ "ic75.13e", 0x0200, 0xa7c6c277, 4 | BRF_GRA }, // 7
{ "m1-7621-5.ic73.11e", 0x0200, 0x0af8b289, 4 | BRF_GRA }, // 5 Color Proms
{ "m1-7621-5.ic74.12e", 0x0200, 0xabb002fb, 4 | BRF_GRA }, // 6
{ "m1-7621-5.ic75.13e", 0x0200, 0xa7c6c277, 4 | BRF_GRA }, // 7
};
STD_ROM_PICK(arktayt2)