mirror of
https://github.com/libretro/FBNeo.git
synced 2025-02-25 20:40:37 +00:00
(nw) d_m72.cpp updates
This commit is contained in:
parent
54bd358446
commit
3d5a6beb96
@ -2515,31 +2515,31 @@ struct BurnDriver BurnDrvXmultipl = {
|
||||
// X Multiply (Japan, M72 PCB version)
|
||||
|
||||
static struct BurnRomInfo xmultiplm72RomDesc[] = {
|
||||
{ "ch3.h3", 0x20000, 0x20685021, 0x01 | BRF_PRG | BRF_ESS }, // 0 V30 Code
|
||||
{ "cl3.l3", 0x20000, 0x93fdd200, 0x01 | BRF_PRG | BRF_ESS }, // 1
|
||||
{ "ch0.h0", 0x10000, 0x9438dd8a, 0x01 | BRF_PRG | BRF_ESS }, // 2
|
||||
{ "cl0.l0", 0x10000, 0x06a9e213, 0x01 | BRF_PRG | BRF_ESS }, // 3
|
||||
{ "xm_c-h3-.ic43", 0x20000, 0x20685021, 0x01 | BRF_PRG | BRF_ESS }, // 0 V30 Code
|
||||
{ "xm_c-l3-.ic34", 0x20000, 0x93fdd200, 0x01 | BRF_PRG | BRF_ESS }, // 1
|
||||
{ "xm_c-h0-.ic40", 0x10000, 0x9438dd8a, 0x01 | BRF_PRG | BRF_ESS }, // 2
|
||||
{ "xm_c-10-.ic37", 0x10000, 0x06a9e213, 0x01 | BRF_PRG | BRF_ESS }, // 3
|
||||
|
||||
{ "t44.00", 0x20000, 0xdb45186e, 0x02 | BRF_GRA }, // 4 Sprites
|
||||
{ "t45.01", 0x20000, 0x4d0764d4, 0x02 | BRF_GRA }, // 5
|
||||
{ "t46.10", 0x20000, 0xf0c465a4, 0x02 | BRF_GRA }, // 6
|
||||
{ "t47.11", 0x20000, 0x1263b24b, 0x02 | BRF_GRA }, // 7
|
||||
{ "t48.20", 0x20000, 0x4129944f, 0x02 | BRF_GRA }, // 8
|
||||
{ "t49.21", 0x20000, 0x2346e6f9, 0x02 | BRF_GRA }, // 9
|
||||
{ "t50.30", 0x20000, 0xe322543e, 0x02 | BRF_GRA }, // 10
|
||||
{ "t51.31", 0x20000, 0x229bf7b1, 0x02 | BRF_GRA }, // 11
|
||||
{ "t44.00.ic53", 0x20000, 0xdb45186e, 0x02 | BRF_GRA }, // 4 Sprites
|
||||
{ "t45.01.ic52", 0x20000, 0x4d0764d4, 0x02 | BRF_GRA }, // 5
|
||||
{ "t46.10.ic51", 0x20000, 0xf0c465a4, 0x02 | BRF_GRA }, // 6
|
||||
{ "t47.11.ic50", 0x20000, 0x1263b24b, 0x02 | BRF_GRA }, // 7
|
||||
{ "t48.20.ic49", 0x20000, 0x4129944f, 0x02 | BRF_GRA }, // 8
|
||||
{ "t49.21.ic48", 0x20000, 0x2346e6f9, 0x02 | BRF_GRA }, // 9
|
||||
{ "t50.30.ic47", 0x20000, 0xe322543e, 0x02 | BRF_GRA }, // 10
|
||||
{ "t51.31.ic46", 0x20000, 0x229bf7b1, 0x02 | BRF_GRA }, // 11
|
||||
|
||||
{ "t53.a0", 0x20000, 0x1a082494, 0x03 | BRF_GRA }, // 12 Foreground Tiles
|
||||
{ "t54.a1", 0x20000, 0x076c16c5, 0x03 | BRF_GRA }, // 13
|
||||
{ "t55.a2", 0x20000, 0x25d877a5, 0x03 | BRF_GRA }, // 14
|
||||
{ "t56.a3", 0x20000, 0x5b1213f5, 0x03 | BRF_GRA }, // 15
|
||||
{ "t53.a0", 0x20000, 0x1a082494, 0x03 | BRF_GRA }, // 12 Foreground Tiles
|
||||
{ "t54.a1", 0x20000, 0x076c16c5, 0x03 | BRF_GRA }, // 13
|
||||
{ "t55.a2", 0x20000, 0x25d877a5, 0x03 | BRF_GRA }, // 14
|
||||
{ "t56.a3", 0x20000, 0x5b1213f5, 0x03 | BRF_GRA }, // 15
|
||||
|
||||
{ "t57.b0", 0x20000, 0x0a84e0c7, 0x04 | BRF_GRA }, // 16 Background Tiles
|
||||
{ "t58.b1", 0x20000, 0xa874121d, 0x04 | BRF_GRA }, // 17
|
||||
{ "t59.b2", 0x20000, 0x69deb990, 0x04 | BRF_GRA }, // 18
|
||||
{ "t60.b3", 0x20000, 0x14c69f99, 0x04 | BRF_GRA }, // 19
|
||||
{ "t57.b0", 0x20000, 0x0a84e0c7, 0x04 | BRF_GRA }, // 16 Background Tiles
|
||||
{ "t58.b1", 0x20000, 0xa874121d, 0x04 | BRF_GRA }, // 17
|
||||
{ "t59.b2", 0x20000, 0x69deb990, 0x04 | BRF_GRA }, // 18
|
||||
{ "t60.b3", 0x20000, 0x14c69f99, 0x04 | BRF_GRA }, // 19
|
||||
|
||||
{ "t52.v0", 0x20000, 0x2db1bd80, 0x05 | BRF_SND }, // 20 DAC Samples
|
||||
{ "t52.v0.ic44", 0x20000, 0x2db1bd80, 0x05 | BRF_SND }, // 20 DAC Samples
|
||||
|
||||
{ "xm_c-pr-.mcu", 0x01000, 0xc8ceb3cd, 0x00 | BRF_OPT }, // 21 i8751 microcontroller
|
||||
};
|
||||
@ -2615,10 +2615,10 @@ struct BurnDriver BurnDrvDbreed = {
|
||||
// Dragon Breed (M72 PCB version)
|
||||
|
||||
static struct BurnRomInfo dbreedm72RomDesc[] = {
|
||||
{ "db_c-h3.rom", 0x20000, 0x4bf3063c, 0x01 | BRF_PRG | BRF_ESS }, // 0 V30 Code
|
||||
{ "db_c-l3.rom", 0x20000, 0xe4b89b79, 0x01 | BRF_PRG | BRF_ESS }, // 1
|
||||
{ "db_c-h0.rom", 0x10000, 0x5aa79fb2, 0x01 | BRF_PRG | BRF_ESS }, // 2
|
||||
{ "db_c-l0.rom", 0x10000, 0xed0f5e06, 0x01 | BRF_PRG | BRF_ESS }, // 3
|
||||
{ "db_c-h3-b.ic43", 0x20000, 0x4bf3063c, 0x01 | BRF_PRG | BRF_ESS }, // 0 V30 Code
|
||||
{ "db_c-l3-b.ic34", 0x20000, 0xe4b89b79, 0x01 | BRF_PRG | BRF_ESS }, // 1
|
||||
{ "db_c-h0.ic40", 0x10000, 0x5aa79fb2, 0x01 | BRF_PRG | BRF_ESS }, // 2
|
||||
{ "db_c-l0.ic37", 0x10000, 0xed0f5e06, 0x01 | BRF_PRG | BRF_ESS }, // 3
|
||||
|
||||
{ "db_k800m.00", 0x20000, 0xc027a8cf, 0x02 | BRF_GRA }, // 4 Sprites
|
||||
{ "db_k801m.10", 0x20000, 0x093faf33, 0x02 | BRF_GRA }, // 5
|
||||
@ -2635,10 +2635,10 @@ static struct BurnRomInfo dbreedm72RomDesc[] = {
|
||||
{ "db_k806m.b2", 0x20000, 0x5117f114, 0x04 | BRF_GRA }, // 14
|
||||
{ "db_k807m.b3", 0x20000, 0x8eb0c978, 0x04 | BRF_GRA }, // 15
|
||||
|
||||
{ "db_c-v0.rom", 0x20000, 0x312f7282, 0x05 | BRF_SND }, // 16 DAC Samples
|
||||
{ "db_c-v0.ic44", 0x20000, 0x312f7282, 0x05 | BRF_SND }, // 16 DAC Samples
|
||||
|
||||
// Requires different currently undumped MCU code - i8751 MCU labeled DB C-PR-B??
|
||||
{ "dbreedm72.mcu", 0x01000, 0x00000000, 0x00 | BRF_OPT | BRF_NODUMP }, // 17 i8751 microcontroller
|
||||
{ "db_c-pr-b.ic1", 0x01000, 0x00000000, 0x00 | BRF_OPT | BRF_NODUMP }, // 17 i8751 microcontroller
|
||||
};
|
||||
|
||||
STD_ROM_PICK(dbreedm72)
|
||||
@ -2675,8 +2675,8 @@ struct BurnDriver BurnDrvDbreedm72 = {
|
||||
static struct BurnRomInfo dbreedm72jRomDesc[] = {
|
||||
{ "db_c-h3.ic43", 0x20000, 0x43425d67, 0x01 | BRF_PRG | BRF_ESS }, // 0 V30 Code
|
||||
{ "db_c-l3.ic34", 0x20000, 0x9c1abc85, 0x01 | BRF_PRG | BRF_ESS }, // 1
|
||||
{ "db_c-h0.rom", 0x10000, 0x5aa79fb2, 0x01 | BRF_PRG | BRF_ESS }, // 2
|
||||
{ "db_c-l0.rom", 0x10000, 0xed0f5e06, 0x01 | BRF_PRG | BRF_ESS }, // 3
|
||||
{ "db_c-h0.ic40", 0x10000, 0x5aa79fb2, 0x01 | BRF_PRG | BRF_ESS }, // 2
|
||||
{ "db_c-l0.ic37", 0x10000, 0xed0f5e06, 0x01 | BRF_PRG | BRF_ESS }, // 3
|
||||
|
||||
{ "db_k800m.00", 0x20000, 0xc027a8cf, 0x02 | BRF_GRA }, // 4 Sprites
|
||||
{ "db_k801m.10", 0x20000, 0x093faf33, 0x02 | BRF_GRA }, // 5
|
||||
@ -2693,7 +2693,7 @@ static struct BurnRomInfo dbreedm72jRomDesc[] = {
|
||||
{ "db_k806m.b2", 0x20000, 0x5117f114, 0x04 | BRF_GRA }, // 14
|
||||
{ "db_k807m.b3", 0x20000, 0x8eb0c978, 0x04 | BRF_GRA }, // 15
|
||||
|
||||
{ "db_c-v0.rom", 0x20000, 0x312f7282, 0x05 | BRF_SND }, // 16 DAC Samples
|
||||
{ "db_c-v0.ic44", 0x20000, 0x312f7282, 0x05 | BRF_SND }, // 16 DAC Samples
|
||||
|
||||
{ "db_c-pr-.mcu", 0x01000, 0x8bf2910c, 0x00 | BRF_OPT }, // 17 i8751 microcontroller
|
||||
};
|
||||
@ -2743,7 +2743,7 @@ static struct BurnRomInfo bchopperRomDesc[] = {
|
||||
|
||||
{ "c-v0-b.rom", 0x10000, 0xd0c27e58, 0x05 | BRF_SND }, // 22 DAC Samples
|
||||
|
||||
{ "mh-c-pr-b.mcu", 0x10000, 0x00000000, 0x00 | BRF_OPT | BRF_NODUMP }, // 23 i8751 Code
|
||||
{ "mh-c-pr-b.ic1", 0x10000, 0x00000000, 0x00 | BRF_OPT | BRF_NODUMP }, // 23 i8751 Code
|
||||
};
|
||||
|
||||
STD_ROM_PICK(bchopper)
|
||||
@ -2794,7 +2794,7 @@ static struct BurnRomInfo mrheliRomDesc[] = {
|
||||
|
||||
{ "c-v0-b.rom", 0x10000, 0xd0c27e58, 0x05 | BRF_SND }, // 18 DAC Samples
|
||||
|
||||
{ "mh-c-pr.bin", 0x01000, 0x897dc4ee, 0x00 | BRF_OPT }, // 19 i8751 microcontroller
|
||||
{ "mh-c-pr.ic1", 0x01000, 0x897dc4ee, 0x00 | BRF_OPT }, // 19 i8751 microcontroller
|
||||
};
|
||||
|
||||
STD_ROM_PICK(mrheli)
|
||||
@ -2848,7 +2848,7 @@ static struct BurnRomInfo nspiritRomDesc[] = {
|
||||
|
||||
{ "nin-v0.7a", 0x10000, 0xa32e8caf, 0x05 | BRF_SND }, // 20 DAC Samples
|
||||
|
||||
{ "nin_c-pr.1c", 0x01000, 0x00000000, 0x00 | BRF_OPT | BRF_NODUMP }, // 21 i8751 microcontroller
|
||||
{ "nin_c-pr-.ic1", 0x01000, 0x00000000, 0x00 | BRF_OPT | BRF_NODUMP }, // 21 i8751 microcontroller
|
||||
|
||||
{ "m72_a-8l.8l", 0x00100, 0xb460c438, 0x00 | BRF_OPT }, // 22 Proms
|
||||
{ "m72_a-9l.9l", 0x00100, 0xa4f2c4bc, 0x00 | BRF_OPT }, // 23
|
||||
@ -2908,7 +2908,7 @@ static struct BurnRomInfo nspiritjRomDesc[] = {
|
||||
|
||||
{ "nin-v0.7a", 0x10000, 0xa32e8caf, 0x05 | BRF_SND }, // 20 DAC Samples
|
||||
|
||||
{ "nin_c-pr.1c", 0x01000, 0x802d440a, 0x00 | BRF_OPT }, // 21 i8751 microcontroller
|
||||
{ "nin_c-pr-.ic1", 0x01000, 0x802d440a, 0x00 | BRF_OPT }, // 21 i8751 microcontroller
|
||||
};
|
||||
|
||||
STD_ROM_PICK(nspiritj)
|
||||
@ -2936,30 +2936,30 @@ struct BurnDriver BurnDrvNspiritj = {
|
||||
// doesn't wait / check for japan warning string.. fails rom check if used with japanese mcu rom (World version?)
|
||||
|
||||
static struct BurnRomInfo imgfightRomDesc[] = {
|
||||
{ "if-c-h0-a.bin", 0x10000, 0xf5c94464, 0x01 | BRF_PRG | BRF_ESS }, // 0 V30 Code
|
||||
{ "if-c-l0-a.bin", 0x10000, 0x87c534fe, 0x01 | BRF_PRG | BRF_ESS }, // 1
|
||||
{ "if-c-h3.bin", 0x20000, 0xea030541, 0x01 | BRF_PRG | BRF_ESS }, // 2
|
||||
{ "if-c-l3.bin", 0x20000, 0xc66ae348, 0x01 | BRF_PRG | BRF_ESS }, // 3
|
||||
{ "if-c-h0-a.ic40", 0x10000, 0xf5c94464, 0x01 | BRF_PRG | BRF_ESS }, // 0 V30 Code
|
||||
{ "if-c-l0-a.ic37", 0x10000, 0x87c534fe, 0x01 | BRF_PRG | BRF_ESS }, // 1
|
||||
{ "if-c-h3.ic43", 0x20000, 0xea030541, 0x01 | BRF_PRG | BRF_ESS }, // 2
|
||||
{ "if-c-l3.ic34", 0x20000, 0xc66ae348, 0x01 | BRF_PRG | BRF_ESS }, // 3
|
||||
|
||||
{ "if-c-00.bin", 0x20000, 0x745e6638, 0x02 | BRF_GRA }, // 4 Sprites
|
||||
{ "if-c-10.bin", 0x20000, 0xb7108449, 0x02 | BRF_GRA }, // 5
|
||||
{ "if-c-20.bin", 0x20000, 0xaef33cba, 0x02 | BRF_GRA }, // 6
|
||||
{ "if-c-30.bin", 0x20000, 0x1f98e695, 0x02 | BRF_GRA }, // 7
|
||||
{ "if-c-00.ic53", 0x20000, 0x745e6638, 0x02 | BRF_GRA }, // 4 Sprites
|
||||
{ "if-c-10.ic51", 0x20000, 0xb7108449, 0x02 | BRF_GRA }, // 5
|
||||
{ "if-c-20.ic49", 0x20000, 0xaef33cba, 0x02 | BRF_GRA }, // 6
|
||||
{ "if-c-30.ic47", 0x20000, 0x1f98e695, 0x02 | BRF_GRA }, // 7
|
||||
|
||||
{ "if-a-a0.bin", 0x10000, 0x34ee2d77, 0x03 | BRF_GRA }, // 8 Foreground Tiles
|
||||
{ "if-a-a1.bin", 0x10000, 0x6bd2845b, 0x03 | BRF_GRA }, // 9
|
||||
{ "if-a-a2.bin", 0x10000, 0x090d50e5, 0x03 | BRF_GRA }, // 10
|
||||
{ "if-a-a3.bin", 0x10000, 0x3a8e3083, 0x03 | BRF_GRA }, // 11
|
||||
{ "if-a-a0.ic21", 0x10000, 0x34ee2d77, 0x03 | BRF_GRA }, // 8 Foreground Tiles
|
||||
{ "if-a-a1.ic22", 0x10000, 0x6bd2845b, 0x03 | BRF_GRA }, // 9
|
||||
{ "if-a-a2.ic20", 0x10000, 0x090d50e5, 0x03 | BRF_GRA }, // 10
|
||||
{ "if-a-a3.ic23", 0x10000, 0x3a8e3083, 0x03 | BRF_GRA }, // 11
|
||||
|
||||
{ "if-a-b0.bin", 0x10000, 0xb425c829, 0x04 | BRF_GRA }, // 12 Background Tiles
|
||||
{ "if-a-b1.bin", 0x10000, 0xe9bfe23e, 0x04 | BRF_GRA }, // 13
|
||||
{ "if-a-b2.bin", 0x10000, 0x256e50f2, 0x04 | BRF_GRA }, // 14
|
||||
{ "if-a-b3.bin", 0x10000, 0x4c682785, 0x04 | BRF_GRA }, // 15
|
||||
{ "if-a-b0.ic26", 0x10000, 0xb425c829, 0x04 | BRF_GRA }, // 12 Background Tiles
|
||||
{ "if-a-b1.ic27", 0x10000, 0xe9bfe23e, 0x04 | BRF_GRA }, // 13
|
||||
{ "if-a-b2.ic25", 0x10000, 0x256e50f2, 0x04 | BRF_GRA }, // 14
|
||||
{ "if-a-b3.ic24", 0x10000, 0x4c682785, 0x04 | BRF_GRA }, // 15
|
||||
|
||||
{ "if-c-v0.bin", 0x10000, 0xcb64a194, 0x05 | BRF_SND }, // 16 DAC Samples
|
||||
{ "if-c-v1.bin", 0x10000, 0x45b68bf5, 0x05 | BRF_SND }, // 17
|
||||
{ "if-c-v0.ic44", 0x10000, 0xcb64a194, 0x05 | BRF_SND }, // 16 DAC Samples
|
||||
{ "if-c-v1.ic45", 0x10000, 0x45b68bf5, 0x05 | BRF_SND }, // 17
|
||||
|
||||
{ "imgfight_i8751h.bin",0x01000, 0x00000000, 0x00 | BRF_OPT | BRF_NODUMP }, // 18 i8751 microcontroller
|
||||
{ "if_c-pr-a.ic1", 0x01000, 0x00000000, 0x00 | BRF_OPT | BRF_NODUMP }, // 18 i8751 microcontroller
|
||||
};
|
||||
|
||||
STD_ROM_PICK(imgfight)
|
||||
@ -2993,30 +2993,30 @@ struct BurnDriver BurnDrvImgfight = {
|
||||
// Image Fight (Japan)
|
||||
|
||||
static struct BurnRomInfo imgfightjRomDesc[] = {
|
||||
{ "if-c-h0.bin", 0x10000, 0x592d2d80, 0x01 | BRF_PRG | BRF_ESS }, // 0 V30 Code
|
||||
{ "if-c-l0.bin", 0x10000, 0x61f89056, 0x01 | BRF_PRG | BRF_ESS }, // 1
|
||||
{ "if-c-h3.bin", 0x20000, 0xea030541, 0x01 | BRF_PRG | BRF_ESS }, // 2
|
||||
{ "if-c-l3.bin", 0x20000, 0xc66ae348, 0x01 | BRF_PRG | BRF_ESS }, // 3
|
||||
{ "if-c-h0.ic40", 0x10000, 0x592d2d80, 0x01 | BRF_PRG | BRF_ESS }, // 0 V30 Code
|
||||
{ "if-c-l0.ic37", 0x10000, 0x61f89056, 0x01 | BRF_PRG | BRF_ESS }, // 1
|
||||
{ "if-c-h3.ic43", 0x20000, 0xea030541, 0x01 | BRF_PRG | BRF_ESS }, // 2
|
||||
{ "if-c-l3.ic34", 0x20000, 0xc66ae348, 0x01 | BRF_PRG | BRF_ESS }, // 3
|
||||
|
||||
{ "if-c-00.bin", 0x20000, 0x745e6638, 0x02 | BRF_GRA }, // 4 Sprites
|
||||
{ "if-c-10.bin", 0x20000, 0xb7108449, 0x02 | BRF_GRA }, // 5
|
||||
{ "if-c-20.bin", 0x20000, 0xaef33cba, 0x02 | BRF_GRA }, // 6
|
||||
{ "if-c-30.bin", 0x20000, 0x1f98e695, 0x02 | BRF_GRA }, // 7
|
||||
{ "if-c-00.ic53", 0x20000, 0x745e6638, 0x02 | BRF_GRA }, // 4 Sprites
|
||||
{ "if-c-10.ic51", 0x20000, 0xb7108449, 0x02 | BRF_GRA }, // 5
|
||||
{ "if-c-20.ic49", 0x20000, 0xaef33cba, 0x02 | BRF_GRA }, // 6
|
||||
{ "if-c-30.ic47", 0x20000, 0x1f98e695, 0x02 | BRF_GRA }, // 7
|
||||
|
||||
{ "if-a-a0.bin", 0x10000, 0x34ee2d77, 0x03 | BRF_GRA }, // 8 Foreground Tiles
|
||||
{ "if-a-a1.bin", 0x10000, 0x6bd2845b, 0x03 | BRF_GRA }, // 9
|
||||
{ "if-a-a2.bin", 0x10000, 0x090d50e5, 0x03 | BRF_GRA }, // 10
|
||||
{ "if-a-a3.bin", 0x10000, 0x3a8e3083, 0x03 | BRF_GRA }, // 11
|
||||
{ "if-a-a0.ic21", 0x10000, 0x34ee2d77, 0x03 | BRF_GRA }, // 8 Foreground Tiles
|
||||
{ "if-a-a1.ic22", 0x10000, 0x6bd2845b, 0x03 | BRF_GRA }, // 9
|
||||
{ "if-a-a2.ic20", 0x10000, 0x090d50e5, 0x03 | BRF_GRA }, // 10
|
||||
{ "if-a-a3.ic23", 0x10000, 0x3a8e3083, 0x03 | BRF_GRA }, // 11
|
||||
|
||||
{ "if-a-b0.bin", 0x10000, 0xb425c829, 0x04 | BRF_GRA }, // 12 Background Tiles
|
||||
{ "if-a-b1.bin", 0x10000, 0xe9bfe23e, 0x04 | BRF_GRA }, // 13
|
||||
{ "if-a-b2.bin", 0x10000, 0x256e50f2, 0x04 | BRF_GRA }, // 14
|
||||
{ "if-a-b3.bin", 0x10000, 0x4c682785, 0x04 | BRF_GRA }, // 15
|
||||
{ "if-a-b0.ic26", 0x10000, 0xb425c829, 0x04 | BRF_GRA }, // 12 Background Tiles
|
||||
{ "if-a-b1.ic27", 0x10000, 0xe9bfe23e, 0x04 | BRF_GRA }, // 13
|
||||
{ "if-a-b2.ic25", 0x10000, 0x256e50f2, 0x04 | BRF_GRA }, // 14
|
||||
{ "if-a-b3.ic24", 0x10000, 0x4c682785, 0x04 | BRF_GRA }, // 15
|
||||
|
||||
{ "if-c-v0.bin", 0x10000, 0xcb64a194, 0x05 | BRF_SND }, // 16 DAC Samples
|
||||
{ "if-c-v1.bin", 0x10000, 0x45b68bf5, 0x05 | BRF_SND }, // 17
|
||||
{ "if-c-v0.ic44", 0x10000, 0xcb64a194, 0x05 | BRF_SND }, // 16 DAC Samples
|
||||
{ "if-c-v1.ic45", 0x10000, 0x45b68bf5, 0x05 | BRF_SND }, // 17
|
||||
|
||||
{ "if_c-pr.bin", 0x01000, 0xef0d5098, 0x00 | BRF_OPT }, // 18 i8751 microcontroller
|
||||
{ "if_c-pr-.ic1", 0x01000, 0xef0d5098, 0x00 | BRF_OPT }, // 18 i8751 microcontroller
|
||||
};
|
||||
|
||||
STD_ROM_PICK(imgfightj)
|
||||
@ -3105,7 +3105,7 @@ static struct BurnRomInfo airduelm72RomDesc[] = {
|
||||
|
||||
{ "ad-v0.ic44", 0x20000, 0x339f474d, 0x05 | BRF_SND }, // 16 DAC Samples
|
||||
|
||||
{ "ad_c-pr.mcu", 0x01000, 0x45584e52, 0x00 | BRF_OPT }, // 17 i8751 microcontroller
|
||||
{ "ad_c-pr-.ic1", 0x01000, 0x45584e52, 0x00 | BRF_OPT }, // 17 i8751 microcontroller
|
||||
|
||||
{ "ad-c-3f.ic13", 0x00104, 0x00000000, 0x00 | BRF_OPT | BRF_NODUMP }, // 18 Pals
|
||||
};
|
||||
@ -3610,29 +3610,29 @@ struct BurnDriver BurnDrvCosmccop = {
|
||||
// Gallop - Armed police Unit (Japan, M72 PCB version)
|
||||
|
||||
static struct BurnRomInfo gallopRomDesc[] = {
|
||||
{ "cc-c-h0.bin", 0x20000, 0x2217dcd0, 0x01 | BRF_PRG | BRF_ESS }, // 0 V30 Code
|
||||
{ "cc-c-l0.bin", 0x20000, 0xff39d7fb, 0x01 | BRF_PRG | BRF_ESS }, // 1
|
||||
{ "cc-c-h3.bin", 0x20000, 0x9b2bbab9, 0x01 | BRF_PRG | BRF_ESS }, // 2
|
||||
{ "cc-c-l3.bin", 0x20000, 0xacd3278e, 0x01 | BRF_PRG | BRF_ESS }, // 3
|
||||
{ "cc-c-h0.ic40", 0x20000, 0x2217dcd0, 0x01 | BRF_PRG | BRF_ESS }, // 0 V30 Code
|
||||
{ "cc-c-l0.ic37", 0x20000, 0xff39d7fb, 0x01 | BRF_PRG | BRF_ESS }, // 1
|
||||
{ "cc-c-h3.ic43", 0x20000, 0x9b2bbab9, 0x01 | BRF_PRG | BRF_ESS }, // 2
|
||||
{ "cc-c-l3.ic34", 0x20000, 0xacd3278e, 0x01 | BRF_PRG | BRF_ESS }, // 3
|
||||
|
||||
{ "cc-c-00.bin", 0x20000, 0x9d99deaa, 0x02 | BRF_GRA }, // 4 Sprites
|
||||
{ "cc-c-10.bin", 0x20000, 0x7eb083ed, 0x02 | BRF_GRA }, // 5
|
||||
{ "cc-c-20.bin", 0x20000, 0x9421489e, 0x02 | BRF_GRA }, // 6
|
||||
{ "cc-c-30.bin", 0x20000, 0x920ec735, 0x02 | BRF_GRA }, // 7
|
||||
{ "cc-c-00.ic53", 0x20000, 0x9d99deaa, 0x02 | BRF_GRA }, // 4 Sprites
|
||||
{ "cc-c-10.ic51", 0x20000, 0x7eb083ed, 0x02 | BRF_GRA }, // 5
|
||||
{ "cc-c-20.ic49", 0x20000, 0x9421489e, 0x02 | BRF_GRA }, // 6
|
||||
{ "cc-c-30.ic47", 0x20000, 0x920ec735, 0x02 | BRF_GRA }, // 7
|
||||
|
||||
{ "cc-b-a0.bin", 0x10000, 0xa33472bd, 0x03 | BRF_GRA }, // 8 Foreground Tiles
|
||||
{ "cc-b-a1.bin", 0x10000, 0x118b1f2d, 0x03 | BRF_GRA }, // 9
|
||||
{ "cc-b-a2.bin", 0x10000, 0x83cebf48, 0x03 | BRF_GRA }, // 10
|
||||
{ "cc-b-a3.bin", 0x10000, 0x572903fc, 0x03 | BRF_GRA }, // 11
|
||||
{ "cc-b-a0.ic21", 0x10000, 0xa33472bd, 0x03 | BRF_GRA }, // 8 Foreground Tiles
|
||||
{ "cc-b-a1.ic22", 0x10000, 0x118b1f2d, 0x03 | BRF_GRA }, // 9
|
||||
{ "cc-b-a2.ic20", 0x10000, 0x83cebf48, 0x03 | BRF_GRA }, // 10
|
||||
{ "cc-b-a3.ic23", 0x10000, 0x572903fc, 0x03 | BRF_GRA }, // 11
|
||||
|
||||
{ "cc-b-b0.bin", 0x10000, 0x0df5b439, 0x04 | BRF_GRA }, // 12 Background Tiles
|
||||
{ "cc-b-b1.bin", 0x10000, 0x010b778f, 0x04 | BRF_GRA }, // 13
|
||||
{ "cc-b-b2.bin", 0x10000, 0xbda9f6fb, 0x04 | BRF_GRA }, // 14
|
||||
{ "cc-b-b3.bin", 0x10000, 0xd361ba3f, 0x04 | BRF_GRA }, // 15
|
||||
{ "cc-b-b0.ic26", 0x10000, 0x0df5b439, 0x04 | BRF_GRA }, // 12 Background Tiles
|
||||
{ "cc-b-b1.ic27", 0x10000, 0x010b778f, 0x04 | BRF_GRA }, // 13
|
||||
{ "cc-b-b2.ic25", 0x10000, 0xbda9f6fb, 0x04 | BRF_GRA }, // 14
|
||||
{ "cc-b-b3.ic24", 0x10000, 0xd361ba3f, 0x04 | BRF_GRA }, // 15
|
||||
|
||||
{ "cc-c-v0.bin", 0x20000, 0x6247bade, 0x05 | BRF_SND }, // 16 DAC Samples
|
||||
{ "cc-c-v0.ic44", 0x20000, 0x6247bade, 0x05 | BRF_SND }, // 16 DAC Samples
|
||||
|
||||
{ "cc_c-pr-.mcu", 0x10000, 0x00000000, BRF_NODUMP | BRF_OPT }, // i8751 microcontroller
|
||||
{ "cc_c-pr-.ic1", 0x10000, 0x00000000, BRF_NODUMP | BRF_OPT }, // i8751 microcontroller
|
||||
};
|
||||
|
||||
STD_ROM_PICK(gallop)
|
||||
@ -3661,8 +3661,8 @@ struct BurnDriver BurnDrvGallop = {
|
||||
// Legend of Hero Tonma
|
||||
|
||||
static struct BurnRomInfo lohtRomDesc[] = {
|
||||
{ "tom_c-h0.rom", 0x20000, 0xa63204b6, 0x01 | BRF_PRG | BRF_ESS }, // 0 V30 Code
|
||||
{ "tom_c-l0.rom", 0x20000, 0xe788002f, 0x01 | BRF_PRG | BRF_ESS }, // 1
|
||||
{ "tom_c-h0-b.rom", 0x20000, 0xa63204b6, 0x01 | BRF_PRG | BRF_ESS }, // 0 V30 Code
|
||||
{ "tom_c-l0-b.rom", 0x20000, 0xe788002f, 0x01 | BRF_PRG | BRF_ESS }, // 1
|
||||
{ "tom_c-h3-", 0x20000, 0x714778b5, 0x01 | BRF_PRG | BRF_ESS }, // 2
|
||||
{ "tom_c-l3-", 0x20000, 0x2f049b03, 0x01 | BRF_PRG | BRF_ESS }, // 3
|
||||
|
||||
@ -3683,7 +3683,7 @@ static struct BurnRomInfo lohtRomDesc[] = {
|
||||
|
||||
{ "tom_m44.rom", 0x10000, 0x3ed51d1f, 0x05 | BRF_SND }, // 16 DAC Samples
|
||||
|
||||
{ "loht_i8751.mcu", 0x10000, 0x00000000, 0x00 | BRF_OPT | BRF_NODUMP }, // 17 i8751 microcontroller
|
||||
{ "tom_c-pr-b.ic1", 0x10000, 0x00000000, 0x00 | BRF_OPT | BRF_NODUMP }, // 17 i8751 microcontroller
|
||||
};
|
||||
|
||||
STD_ROM_PICK(loht)
|
||||
@ -3732,7 +3732,7 @@ static struct BurnRomInfo lohtjRomDesc[] = {
|
||||
|
||||
{ "082", 0x10000, 0x3ed51d1f, 0x05 | BRF_SND }, // 16 DAC Samples
|
||||
|
||||
{ "tom_c-pr.bin", 0x01000, 0x9fa9b496, 0x00 | BRF_OPT }, // 17 i8751 microcontroller
|
||||
{ "tom_c-pr-.ic1", 0x01000, 0x9fa9b496, 0x00 | BRF_OPT }, // 17 i8751 microcontroller
|
||||
};
|
||||
|
||||
STD_ROM_PICK(lohtj)
|
||||
|
Loading…
x
Reference in New Issue
Block a user