This commit is contained in:
dinkc64 2019-09-02 20:06:59 -04:00
commit 06beb7242a
4 changed files with 81 additions and 76 deletions

View File

@ -843,7 +843,7 @@ static struct BurnDIPInfo SlyspyDIPList[]=
STDDIPINFO(Slyspy)
// Bad Dudes vs. Dragonninja (US)
// Bad Dudes vs. Dragonninja (US revision 1)
/* DE-0297-1 main board, DE-0299-1 sub/rom board */
static struct BurnRomInfo BaddudesRomDesc[] = {
@ -1002,17 +1002,18 @@ STD_ROM_PICK(Bouldashj)
STD_ROM_FN(Bouldashj)
// Dragonninja (Japan)
// Dragonninja (Japan revision 1)
/* DE-0297-0 main board, DE-0299-0 sub/rom board */
static struct BurnRomInfo DrgninjaRomDesc[] = {
{ "eg04.3c", 0x10000, 0x41b8b3f8, BRF_ESS | BRF_PRG }, // 0 68000 Program Code
{ "eg01.3a", 0x10000, 0xe08e6885, BRF_ESS | BRF_PRG }, // 1
{ "eg04-1.3c", 0x10000, 0x41b8b3f8, BRF_ESS | BRF_PRG }, // 0 68000 Program Code
{ "eg01-1.3a", 0x10000, 0xe08e6885, BRF_ESS | BRF_PRG }, // 1
{ "eg06.6c", 0x10000, 0x2b81faf7, BRF_ESS | BRF_PRG }, // 2
{ "eg03.6a", 0x10000, 0xc52c2e9d, BRF_ESS | BRF_PRG }, // 3
{ "eg07.8a", 0x08000, 0x001d2f51, BRF_ESS | BRF_PRG }, // 4 6502 Program
{ "eg25.15h", 0x08000, 0xdd557b19, BRF_GRA }, // 5 Characters
{ "eg25.15h", 0x08000, 0x6791bc20, BRF_GRA }, // 5 Characters
{ "eg26.16h", 0x08000, 0x5d75fc8f, BRF_GRA }, // 6
{ "eg18.14d", 0x10000, 0x05cfc3e5, BRF_GRA }, // 7 Tiles 1
@ -1054,7 +1055,7 @@ static struct BurnRomInfo DrgninjabRomDesc[] = {
{ "eg07.8a", 0x08000, 0x001d2f51, BRF_ESS | BRF_PRG }, // 4 6502 Program
{ "eg25.15h", 0x08000, 0xdd557b19, BRF_GRA }, // 5 Characters
{ "eg25.bin", 0x08000, 0xdd557b19, BRF_GRA }, // 5 Characters
{ "eg26.16h", 0x08000, 0x5d75fc8f, BRF_GRA }, // 6
{ "eg18.14d", 0x10000, 0x05cfc3e5, BRF_GRA }, // 7 Tiles 1

View File

@ -5178,7 +5178,7 @@ static struct BurnRomInfo lastmisnRomDesc[] = {
{ "last_mission_dl07-.15k", 0x10000, 0x1b60604d, 6 }, // 11
{ "last_mission_dl06-.17k", 0x10000, 0xc43c26a7, 6 }, // 12
{ "last_mission_dl00-a.18a", 0x01000, 0x6be57487, 7 }, // 13 mcu
{ "last_mission_dl00-e.18a", 0x01000, 0x6be57487, 7 }, // 13 mcu
{ "dl-14.9c", 0x00100, 0x2e55aa12, 8 }, // 14 proms
};

View File

@ -1224,7 +1224,7 @@ static INT32 DrvScan(INT32 nAction, INT32 *pnMin)
// Karnov (US, rev 6)
/* DE-0248-1 main board + unknnown video board */
/* DE-0248-1 main board + unknown video board */
static struct BurnRomInfo karnovRomDesc[] = {
{ "dn08-6.j15", 0x10000, 0x4c60837f, 1 | BRF_PRG | BRF_ESS }, // 0 68k Code
@ -1281,7 +1281,7 @@ struct BurnDriver BurnDrvKarnov = {
// Karnov (US, rev 5)
/* DE-0248-1 main board + unknnown video board */
/* DE-0248-1 main board + unknown video board */
static struct BurnRomInfo karnovaRomDesc[] = {
{ "dn08-5.j15", 0x10000, 0xdb92c264, 1 | BRF_PRG | BRF_ESS }, // 0 68k Code
@ -1330,7 +1330,7 @@ struct BurnDriver BurnDrvKarnova = {
// Karnov (Japan)
/* DE-0248-1 main board + unknnown video board */
/* DE-0248-1 main board + unknown video board */
static struct BurnRomInfo karnovjRomDesc[] = {
{ "kar8.j15", 0x10000, 0x3e17e268, 1 | BRF_PRG | BRF_ESS }, // 0 68k Code
@ -1443,7 +1443,7 @@ struct BurnDriver BurnDrvWndrplnt = {
// Chelnov - Atomic Runner (World)
/* DE-0248-1 main board + unknnown video board */
/* DE-0248-1 main board + unknown video board */
static struct BurnRomInfo chelnovRomDesc[] = {
{ "ee08-e.j16", 0x10000, 0x8275cc3a, 1 | BRF_PRG | BRF_ESS }, // 0 68k Code
@ -1497,7 +1497,7 @@ struct BurnDriver BurnDrvChelnov = {
// Chelnov - Atomic Runner (US)
/* DE-0248-1 main board + unknnown video board */
/* DE-0248-1 main board + unknown video board */
static struct BurnRomInfo chelnovuRomDesc[] = {
{ "ee08-a.j15", 0x10000, 0x2f2fb37b, 1 | BRF_PRG | BRF_ESS }, // 0 68k Code
@ -1550,7 +1550,7 @@ struct BurnDriver BurnDrvChelnovu = {
// Chelnov - Atomic Runner (Japan)
/* DE-0248-1 main board + unknnown video board */
/* DE-0248-1 main board + unknown video board */
static struct BurnRomInfo chelnovjRomDesc[] = {
{ "a-j15.j15", 0x10000, 0x1978cb52, 1 | BRF_PRG | BRF_ESS }, // 0 68k Code

View File

@ -1086,6 +1086,7 @@ static INT32 DrvScan(INT32 nAction, INT32 *pnMin)
// Tiger Road (US) * ECT program roms *
/* N86614A-5 + N86614B-6 board combo - ECT program roms */
static struct BurnRomInfo tigeroadRomDesc[] = {
{ "tre_02.6j", 0x20000, 0xc394add0, 1 | BRF_PRG | BRF_ESS }, // 0 68k Code
@ -1158,6 +1159,7 @@ struct BurnDriver BurnDrvTigeroad = {
// Tiger Road (US, Romstar license) * US ROMSTAR program roms *
/* N86614A-5 + N86614B-6 board combo - US ROMSTAR program roms */
static struct BurnRomInfo tigeroaduRomDesc[] = {
{ "tru_02.6j", 0x20000, 0x8d283a95, 1 | BRF_PRG | BRF_ESS }, // 0 68k Code
@ -1201,6 +1203,7 @@ struct BurnDriver BurnDrvTigeroadu = {
// Tora e no Michi (Japan)
/* N86614A-5 + N86614B-6 board combo */
static struct BurnRomInfo toramichRomDesc[] = {
{ "tr_02.6j", 0x20000, 0xb54723b1, 1 | BRF_PRG | BRF_ESS }, // 0 68k Code
@ -1416,32 +1419,33 @@ struct BurnDriver BurnDrvTigeroadb2 = {
// F-1 Dream
/* N86614A-5 + N86614B-6 board combo */
static struct BurnRomInfo f1dreamRomDesc[] = {
{ "06j_02.bin", 0x20000, 0x3c2ec697, 1 | BRF_PRG | BRF_ESS }, // 0 68k Code
{ "06k_03.bin", 0x20000, 0x85ebad91, 1 | BRF_PRG | BRF_ESS }, // 1
{ "f1_02.6j", 0x20000, 0x3c2ec697, 1 | BRF_PRG | BRF_ESS }, // 0 68k Code
{ "f1_03.6k", 0x20000, 0x85ebad91, 1 | BRF_PRG | BRF_ESS }, // 1
{ "12k_04.bin", 0x08000, 0x4b9a7524, 2 | BRF_PRG | BRF_ESS }, // 2 Z80 Code
{ "f1_04.12k", 0x08000, 0x4b9a7524, 2 | BRF_PRG | BRF_ESS }, // 2 Z80 Code
{ "10d_01.bin", 0x08000, 0x361caf00, 3 | BRF_GRA }, // 3 Character Tiles
{ "f1_01.10d", 0x08000, 0x361caf00, 3 | BRF_GRA }, // 3 Character Tiles
{ "03f_12.bin", 0x10000, 0xbc13e43c, 4 | BRF_GRA }, // 4 Background Tiles
{ "01f_10.bin", 0x10000, 0xf7617ad9, 4 | BRF_GRA }, // 5
{ "03h_14.bin", 0x10000, 0xe33cd438, 4 | BRF_GRA }, // 6
{ "02f_11.bin", 0x10000, 0x4aa49cd7, 4 | BRF_GRA }, // 7
{ "17f_09.bin", 0x10000, 0xca622155, 4 | BRF_GRA }, // 8
{ "02h_13.bin", 0x10000, 0x2a63961e, 4 | BRF_GRA }, // 9
{ "f1_12.3f", 0x10000, 0xbc13e43c, 4 | BRF_GRA }, // 4 Background Tiles
{ "f1_10.1f", 0x10000, 0xf7617ad9, 4 | BRF_GRA }, // 5
{ "f1_14.3h", 0x10000, 0xe33cd438, 4 | BRF_GRA }, // 6
{ "f1_11.2f", 0x10000, 0x4aa49cd7, 4 | BRF_GRA }, // 7
{ "f1_09.17f", 0x10000, 0xca622155, 4 | BRF_GRA }, // 8
{ "f1_13.2h", 0x10000, 0x2a63961e, 4 | BRF_GRA }, // 9
{ "03b_06.bin", 0x10000, 0x5e54e391, 5 | BRF_GRA }, // 10 Sprites
{ "02b_05.bin", 0x10000, 0xcdd119fd, 5 | BRF_GRA }, // 11
{ "03d_08.bin", 0x10000, 0x811f2e22, 5 | BRF_GRA }, // 12
{ "02d_07.bin", 0x10000, 0xaa9a1233, 5 | BRF_GRA }, // 13
{ "f1_06.3b", 0x10000, 0x5e54e391, 5 | BRF_GRA }, // 10 Sprites
{ "f1_05.2b", 0x10000, 0xcdd119fd, 5 | BRF_GRA }, // 11
{ "f1_08.3d", 0x10000, 0x811f2e22, 5 | BRF_GRA }, // 12
{ "f1_07.2d", 0x10000, 0xaa9a1233, 5 | BRF_GRA }, // 13
{ "07l_15.bin", 0x08000, 0x978758b7, 6 | BRF_GRA }, // 14 Background Tilemaps
{ "f1_15.7l", 0x08000, 0x978758b7, 6 | BRF_GRA }, // 14 Background Tilemaps
{ "09e_tr.bin", 0x00100, 0xec80ae36, 7 | BRF_GRA | BRF_OPT }, // 15 Priority Proms (unused)
{ "tr.9e", 0x00100, 0xec80ae36, 7 | BRF_GRA | BRF_OPT }, // 15 Priority Proms (unused)
{ "8751.mcu", 0x01000, 0xc8e6075c, 0 | BRF_OPT },
{ "f1.9j", 0x01000, 0xc8e6075c, 0 | BRF_OPT },
};
STD_ROM_PICK(f1dream)