diff --git a/src/burn/drv/pre90s/d_mitchell.cpp b/src/burn/drv/pre90s/d_mitchell.cpp index 54b77b786..e8e9b9bde 100644 --- a/src/burn/drv/pre90s/d_mitchell.cpp +++ b/src/burn/drv/pre90s/d_mitchell.cpp @@ -701,27 +701,6 @@ STD_ROM_PICK(Pangbold) STD_ROM_FN(Pangbold) static struct BurnRomInfo Pangbold2RomDesc[] = { - { "4.l6", 0x10000, 0xf5e6e2fa, BRF_ESS | BRF_PRG }, // 0 Z80 #1 Program Code - { "2.l3", 0x20000, 0x3f15bb61, BRF_ESS | BRF_PRG }, // 1 - { "3.l5", 0x20000, 0xce6375e4, BRF_ESS | BRF_PRG }, // 2 - - { "9.o10", 0x20000, 0x3a5883f5, BRF_GRA }, // 3 Characters - { "10.o13", 0x20000, 0x79a8ed08, BRF_GRA }, // 4 - { "11.j17", 0x20000, 0x166a16ae, BRF_GRA }, // 5 - { "12.j20", 0x20000, 0x2fb3db6c, BRF_GRA }, // 6 - - { "8.o7", 0x10000, 0xf3188aa1, BRF_GRA }, // 7 Sprites - { "7.o5", 0x10000, 0x011da14b, BRF_GRA }, // 8 - { "6.o3", 0x10000, 0x0e25e797, BRF_GRA }, // 9 - { "5.o2", 0x10000, 0x6daa4e27, BRF_GRA }, // 10 - - { "1.a1", 0x10000, 0xb6463907, BRF_SND }, // 11 Samples -}; - -STD_ROM_PICK(Pangbold2) -STD_ROM_FN(Pangbold2) - -static struct BurnRomInfo Pangbold3RomDesc[] = { // f205v id 1294 { "4.bin", 0x10000, 0x4ef5908b, BRF_ESS | BRF_PRG }, // 0 Z80 #1 Program Code { "2.l3", 0x20000, 0x3f15bb61, BRF_ESS | BRF_PRG }, // 1 @@ -740,6 +719,27 @@ static struct BurnRomInfo Pangbold3RomDesc[] = { { "1.bin", 0x10000, 0xd7ecf849, BRF_SND }, // 11 Samples }; +STD_ROM_PICK(Pangbold2) +STD_ROM_FN(Pangbold2) + +static struct BurnRomInfo Pangbold3RomDesc[] = { + { "4.l6", 0x10000, 0xf5e6e2fa, BRF_ESS | BRF_PRG }, // 0 Z80 #1 Program Code + { "2.l3", 0x20000, 0x3f15bb61, BRF_ESS | BRF_PRG }, // 1 + { "3.l5", 0x20000, 0xce6375e4, BRF_ESS | BRF_PRG }, // 2 + + { "9.o10", 0x20000, 0x3a5883f5, BRF_GRA }, // 3 Characters + { "10.o13", 0x20000, 0x79a8ed08, BRF_GRA }, // 4 + { "11.j17", 0x20000, 0x166a16ae, BRF_GRA }, // 5 + { "12.j20", 0x20000, 0x2fb3db6c, BRF_GRA }, // 6 + + { "8.o7", 0x10000, 0xf3188aa1, BRF_GRA }, // 7 Sprites + { "7.o5", 0x10000, 0x011da14b, BRF_GRA }, // 8 + { "6.o3", 0x10000, 0x0e25e797, BRF_GRA }, // 9 + { "5.o2", 0x10000, 0x6daa4e27, BRF_GRA }, // 10 + + { "1.a1", 0x10000, 0xb6463907, BRF_SND }, // 11 Samples +}; + STD_ROM_PICK(Pangbold3) STD_ROM_FN(Pangbold3) @@ -3230,7 +3230,7 @@ struct BurnDriver BurnDrvPangbold = { }; struct BurnDriver BurnDrvPangbold2 = { - "pangbold2", "pang", NULL, NULL, "1989", + "pangbold2", "pang", NULL, NULL, "1990", "Pang (bootleg, set 5)\0", NULL, "bootleg", "Miscellaneous", NULL, NULL, NULL, NULL, BDF_GAME_WORKING | BDF_CLONE | BDF_BOOTLEG, 2, HARDWARE_MISC_PRE90S, GBF_PUZZLE, 0, @@ -3240,7 +3240,7 @@ struct BurnDriver BurnDrvPangbold2 = { }; struct BurnDriver BurnDrvPangbold3 = { - "pangbold3", "pang", NULL, NULL, "1990", + "pangbold3", "pang", NULL, NULL, "1989", "Pang (bootleg, set 6)\0", NULL, "bootleg", "Miscellaneous", NULL, NULL, NULL, NULL, BDF_GAME_WORKING | BDF_CLONE | BDF_BOOTLEG, 2, HARDWARE_MISC_PRE90S, GBF_PUZZLE, 0,