Oops - Fix previous commit
This commit is contained in:
parent
b6185fb596
commit
7f775cea85
|
@ -7592,7 +7592,7 @@ static INT32 DrvScan(INT32 nAction, INT32 *pnMin)
|
|||
//-----------------------------------------------------------------------------------------------------------------
|
||||
// Nonworking games...
|
||||
|
||||
// Seta / Visco Roulette?
|
||||
// Visco Roulette
|
||||
|
||||
static struct BurnRomInfo setaroulRomDesc[] = {
|
||||
{ "uf1002.u14", 0x10000, 0xb3a622b0, 0x01 | BRF_PRG | BRF_ESS }, // 0 68k Code
|
||||
|
@ -7628,7 +7628,7 @@ static INT32 NotWorkingInit()
|
|||
|
||||
struct BurnDriverD BurnDrvSetaroul = {
|
||||
"setaroul", NULL, NULL, NULL, "198?",
|
||||
"Seta / Visco Roulette?\0", NULL, "Seta / Visco", "Seta",
|
||||
"Visco Roulette\0", NULL, "Seta / Visco", "Seta",
|
||||
NULL, NULL, NULL, NULL,
|
||||
BDF_ORIENTATION_VERTICAL, 2, HARDWARE_SETA1, GBF_CASINO, 0,
|
||||
NULL, setaroulRomInfo, setaroulRomName, NULL, NULL, DrgnunitInputInfo, NULL,
|
||||
|
@ -7950,14 +7950,14 @@ static struct BurnRomInfo daiohRomDesc[] = {
|
|||
{ "fg001001.u3", 0x080000, 0xe1ef3007, 0x01 | BRF_PRG | BRF_ESS }, // 0 68k Code
|
||||
{ "fg001002.u4", 0x080000, 0x5e3481f9, 0x01 | BRF_PRG | BRF_ESS }, // 1
|
||||
|
||||
{ "fg1-001-004", 0x100000, 0x9ab0533e, 0x03 | BRF_GRA }, // 2 Sprites
|
||||
{ "fg1-001-003", 0x100000, 0x1c9d51e2, 0x03 | BRF_GRA }, // 3
|
||||
{ "fg-001-004", 0x100000, 0x9ab0533e, 0x03 | BRF_GRA }, // 2 Sprites
|
||||
{ "fg-001-003", 0x100000, 0x1c9d51e2, 0x03 | BRF_GRA }, // 3
|
||||
|
||||
{ "fg1-001-005", 0x200000, 0xc25159b9, 0x04 | BRF_GRA }, // 4 Layer 1 tiles
|
||||
{ "fg-001-005", 0x200000, 0xc25159b9, 0x04 | BRF_GRA }, // 4 Layer 1 tiles
|
||||
|
||||
{ "fg1-001-006", 0x200000, 0x2052c39a, 0x05 | BRF_GRA }, // 5 Layer 2 tiles
|
||||
{ "fg-001-006", 0x200000, 0x2052c39a, 0x05 | BRF_GRA }, // 5 Layer 2 tiles
|
||||
|
||||
{ "fg1-001-007", 0x100000, 0x4a2fe9e0, 0x06 | BRF_SND }, // 6 x1-010 Samples
|
||||
{ "fg-001-007", 0x100000, 0x4a2fe9e0, 0x06 | BRF_SND }, // 6 x1-010 Samples
|
||||
};
|
||||
|
||||
STD_ROM_PICK(daioh)
|
||||
|
@ -7973,7 +7973,7 @@ static INT32 daiohInit()
|
|||
|
||||
struct BurnDriver BurnDrvDaioh = {
|
||||
"daioh", NULL, NULL, NULL, "1993",
|
||||
"Daioh (set 1)\0", NULL, "Athena", "Seta",
|
||||
"Daioh\0", NULL, "Athena", "Seta",
|
||||
NULL, NULL, NULL, NULL,
|
||||
BDF_GAME_WORKING | BDF_ORIENTATION_VERTICAL, 2, HARDWARE_SETA1, GBF_VERSHOOT, 0,
|
||||
NULL, daiohRomInfo, daiohRomName, NULL, NULL, DaiohInputInfo, DaiohDIPInfo,
|
||||
|
@ -7988,14 +7988,14 @@ static struct BurnRomInfo daiohaRomDesc[] = {
|
|||
{ "fg-001-001.u3", 0x080000, 0x104ae74a, 0x01 | BRF_PRG | BRF_ESS }, // 0 68k Code
|
||||
{ "fg-001-002.u4", 0x080000, 0xe39a4e67, 0x01 | BRF_PRG | BRF_ESS }, // 1
|
||||
|
||||
{ "fg1-001-004", 0x100000, 0x9ab0533e, 0x03 | BRF_GRA }, // 2 Sprites
|
||||
{ "fg1-001-003", 0x100000, 0x1c9d51e2, 0x03 | BRF_GRA }, // 3
|
||||
{ "fg-001-004", 0x100000, 0x9ab0533e, 0x03 | BRF_GRA }, // 2 Sprites
|
||||
{ "fg-001-003", 0x100000, 0x1c9d51e2, 0x03 | BRF_GRA }, // 3
|
||||
|
||||
{ "fg1-001-005", 0x200000, 0xc25159b9, 0x04 | BRF_GRA }, // 4 Layer 1 tiles
|
||||
{ "fg-001-005", 0x200000, 0xc25159b9, 0x04 | BRF_GRA }, // 4 Layer 1 tiles
|
||||
|
||||
{ "fg1-001-006", 0x200000, 0x2052c39a, 0x05 | BRF_GRA }, // 5 Layer 2 tiles
|
||||
{ "fg-001-006", 0x200000, 0x2052c39a, 0x05 | BRF_GRA }, // 5 Layer 2 tiles
|
||||
|
||||
{ "fg1-001-007", 0x100000, 0x4a2fe9e0, 0x06 | BRF_SND }, // 6 x1-010 Samples
|
||||
{ "fg-001-007", 0x100000, 0x4a2fe9e0, 0x06 | BRF_SND }, // 6 x1-010 Samples
|
||||
};
|
||||
|
||||
STD_ROM_PICK(daioha)
|
||||
|
@ -8059,6 +8059,8 @@ struct BurnDriver BurnDrvRezon = {
|
|||
384, 240, 4, 3
|
||||
};
|
||||
|
||||
/* note the ONLY byte that changes is the year, 1992 instead of 1991. The actual license is controlled by a jumper but
|
||||
since Taito released the game in 1992 this is the Taito version and we hardcode the jumper in the input ports */
|
||||
|
||||
// Rezon (Taito)
|
||||
|
||||
|
@ -8352,7 +8354,7 @@ STD_ROM_FN(umanclub)
|
|||
|
||||
struct BurnDriver BurnDrvUmanclub = {
|
||||
"umanclub", NULL, NULL, NULL, "1992",
|
||||
"Ultraman Club - Tatakae! Ultraman Kyoudai!!\0", NULL, "Tsuburaya Prod. / Banpresto", "Seta",
|
||||
"Ultraman Club - Tatakae! Ultraman Kyoudai!!\0", NULL, "Banpresto / Tsuburaya Productions", "Seta",
|
||||
NULL, NULL, NULL, NULL,
|
||||
BDF_GAME_WORKING, 2, HARDWARE_SETA1, GBF_SHOOT, 0,
|
||||
NULL, umanclubRomInfo, umanclubRomName, NULL, NULL, UmanclubInputInfo, UmanclubDIPInfo,
|
||||
|
@ -8387,7 +8389,7 @@ static INT32 kamenridInit()
|
|||
|
||||
struct BurnDriver BurnDrvKamenrid = {
|
||||
"kamenrid", NULL, NULL, NULL, "1993",
|
||||
"Masked Riders Club Battle Race\0", NULL, "Toei / Banpresto", "Seta",
|
||||
"Masked Riders Club Battle Race\0", NULL, "Banpresto / Toei", "Seta",
|
||||
NULL, NULL, NULL, NULL,
|
||||
BDF_GAME_WORKING, 2, HARDWARE_SETA1, GBF_RACING, 0,
|
||||
NULL, kamenridRomInfo, kamenridRomName, NULL, NULL, KamenridInputInfo, KamenridDIPInfo,
|
||||
|
@ -9036,7 +9038,7 @@ static INT32 oisipuzlInit()
|
|||
|
||||
struct BurnDriver BurnDrvOisipuzl = {
|
||||
"oisipuzl", NULL, NULL, NULL, "1993",
|
||||
"Oishii Puzzle Ha Irimasenka\0", NULL, "Sunsoft + Atlus", "Seta",
|
||||
"Oishii Puzzle Ha Irimasenka\0", NULL, "Sunsoft / Atlus", "Seta",
|
||||
NULL, NULL, NULL, NULL,
|
||||
BDF_GAME_WORKING, 2, HARDWARE_SETA1, GBF_MINIGAMES, 0,
|
||||
NULL, oisipuzlRomInfo, oisipuzlRomName, NULL, NULL, OisipuzlInputInfo, OisipuzlDIPInfo,
|
||||
|
@ -9288,16 +9290,16 @@ static struct BurnRomInfo jjsquawkb2RomDesc[] = {
|
|||
{ "u3.3a", 0x080000, 0xf94c913b, 0x01 | BRF_PRG | BRF_ESS }, // 0 68k Code
|
||||
{ "u4.4a", 0x080000, 0x0227a2be, 0x01 | BRF_PRG | BRF_ESS }, // 1
|
||||
|
||||
{ "u64.3l", 0x100000, 0x11d8713a, 0x03 | BRF_GRA }, // 2 Sprites // jj-rom9 + jj-rom10 from jjsquawk
|
||||
{ "u63.2l", 0x100000, 0x7a385ef0, 0x03 | BRF_GRA }, // 3 // jj-rom7 + jj-rom8 from jjsquawk
|
||||
{ "u64.3l", 0x100000, 0x11d8713a, 0x03 | BRF_GRA }, // 2 Sprites // jj-rom9 + jj-rom10
|
||||
{ "u63.2l", 0x100000, 0x7a385ef0, 0x03 | BRF_GRA }, // 3 // jj-rom7 + jj-rom8
|
||||
|
||||
{ "u66.5l", 0x100000, 0xbbaf40c5, 0x04 | BRF_GRA }, // 4 Layer 1 tiles // jj-rom11 + jj-rom12 from jjsquawk
|
||||
{ "u65.4l", 0x080000, 0xa5a35caf, 0x1c | BRF_GRA }, // 5 // jj-rom3.040 from jjsquawk
|
||||
{ "u66.5l", 0x100000, 0xbbaf40c5, 0x04 | BRF_GRA }, // 4 Layer 1 tiles // jj-rom11 + jj-rom12
|
||||
{ "u65.4l", 0x080000, 0xa5a35caf, 0x1c | BRF_GRA }, // 5 // jj-rom3.040
|
||||
|
||||
{ "u68.7l", 0x100000, 0xae9ae01f, 0x05 | BRF_GRA }, // 9 Layer 2 tiles // jj-rom14 + jj-rom13 from jjsquawk
|
||||
{ "u67.6l", 0x080000, 0xa235488e, 0x1d | BRF_GRA }, // 10 // jj-rom4.040 from jjsquawk
|
||||
{ "u68.7l", 0x100000, 0xae9ae01f, 0x05 | BRF_GRA }, // 9 Layer 2 tiles // jj-rom14 + jj-rom13
|
||||
{ "u67.6l", 0x080000, 0xa235488e, 0x1d | BRF_GRA }, // 10 // jj-rom4.040
|
||||
|
||||
{ "u70.10l", 0x100000, 0x181a55b8, 0x06 | BRF_SND }, // 11 x1-010 Samples // jj-rom5.040 + jj-rom6.040 from jjsquawk
|
||||
{ "u70.10l", 0x100000, 0x181a55b8, 0x06 | BRF_SND }, // 11 x1-010 Samples // jj-rom5.040 + jj-rom6.040
|
||||
};
|
||||
|
||||
STD_ROM_PICK(jjsquawkb2)
|
||||
|
@ -9305,7 +9307,7 @@ STD_ROM_FN(jjsquawkb2)
|
|||
|
||||
struct BurnDriver BurnDrvJjsquawkb2 = {
|
||||
"jjsquawkb2", "jjsquawk", NULL, NULL, "1993",
|
||||
"J. J. Squawkers (bootleg, Blandia conversion)\0", NULL, "Athena / Able", "Seta",
|
||||
"J. J. Squawkers (bootleg, Blandia conversion)\0", NULL, "bootleg", "Seta",
|
||||
NULL, NULL, NULL, NULL,
|
||||
BDF_GAME_WORKING | BDF_CLONE, 2, HARDWARE_SETA1, GBF_PLATFORM, 0,
|
||||
NULL, jjsquawkb2RomInfo, jjsquawkb2RomName, NULL, NULL, JjsquawkInputInfo, JjsquawkDIPInfo,
|
||||
|
@ -9470,6 +9472,7 @@ struct BurnDriverD BurnDrvKrzybowl = {
|
|||
|
||||
|
||||
// Wiggie Waggie
|
||||
// hack of Thunder & Lightning
|
||||
|
||||
static struct BurnRomInfo wiggieRomDesc[] = {
|
||||
{ "wiggie.e19", 0x10000, 0x24b58f16, 0x01 | BRF_PRG | BRF_ESS }, // 0 68k Code
|
||||
|
@ -9508,6 +9511,7 @@ struct BurnDriver BurnDrvWiggie = {
|
|||
|
||||
|
||||
// Super Bar
|
||||
// hack of Thunder & Lightning
|
||||
|
||||
static struct BurnRomInfo superbarRomDesc[] = {
|
||||
{ "promat_512-1.e19", 0x10000, 0xcc7f9e87, 0x01 | BRF_PRG | BRF_ESS }, // 0 68k Code
|
||||
|
@ -9579,7 +9583,7 @@ static INT32 utoukondInit()
|
|||
|
||||
struct BurnDriver BurnDrvUtoukond = {
|
||||
"utoukond", NULL, NULL, NULL, "1993",
|
||||
"Ultra Toukon Densetsu (Japan)\0", "No sound", "Banpresto + Tsuburaya Prod.", "Seta",
|
||||
"Ultra Toukon Densetsu (Japan)\0", "No sound", "Banpresto / Tsuburaya Productions", "Seta",
|
||||
NULL, NULL, NULL, NULL,
|
||||
BDF_GAME_WORKING, 2, HARDWARE_SETA1, GBF_VSFIGHT, 0,
|
||||
NULL, utoukondRomInfo, utoukondRomName, NULL, NULL, UtoukondInputInfo, UtoukondDIPInfo,
|
||||
|
@ -9774,7 +9778,7 @@ static INT32 tndrcadeInit()
|
|||
|
||||
struct BurnDriverD BurnDrvTndrcade = {
|
||||
"tndrcade", NULL, NULL, NULL, "1987",
|
||||
"Thundercade / Twin Formation\0", "No sound, imperfect inputs", "[Seta] (Taito license)", "Seta",
|
||||
"Thundercade / Twin Formation\0", "No sound, imperfect inputs", "Seta (Taito license)", "Seta",
|
||||
NULL, NULL, NULL, NULL,
|
||||
BDF_ORIENTATION_VERTICAL, 2, HARDWARE_SETA1, GBF_VERSHOOT, 0,
|
||||
NULL, tndrcadeRomInfo, tndrcadeRomName, NULL, NULL, TndrcadeInputInfo, TndrcadeDIPInfo,
|
||||
|
@ -9808,7 +9812,7 @@ STD_ROM_FN(tndrcadej)
|
|||
|
||||
struct BurnDriverD BurnDrvTndrcadej = {
|
||||
"tndrcadej", "tndrcade", NULL, NULL, "1987",
|
||||
"Tokusyu Butai U.A.G. (Japan)\0", "No sound, imperfect inputs", "[Seta] (Taito license)", "Seta",
|
||||
"Tokusyu Butai U.A.G. (Japan)\0", "No sound, imperfect inputs", "Seta (Taito license)", "Seta",
|
||||
NULL, NULL, NULL, NULL,
|
||||
BDF_CLONE | BDF_ORIENTATION_VERTICAL, 2, HARDWARE_SETA1, GBF_VERSHOOT, 0,
|
||||
NULL, tndrcadejRomInfo, tndrcadejRomName, NULL, NULL, TndrcadeInputInfo, TndrcadjDIPInfo,
|
||||
|
@ -9823,6 +9827,7 @@ static struct BurnRomInfo arbalestRomDesc[] = {
|
|||
{ "uk-001-003", 0x40000, 0xee878a2c, 0x01 | BRF_PRG | BRF_ESS }, // 0 68k Code
|
||||
{ "uk-001-004", 0x40000, 0x902bb4e3, 0x01 | BRF_PRG | BRF_ESS }, // 1
|
||||
|
||||
/* Label is correct, 1st & 2nd halves identical is correct. Chip is a 27128 - Verified on 2 different PCBs */
|
||||
{ "uk6005", 0x04000, 0x48c73a4a, 0x02 | BRF_PRG | BRF_ESS }, // 2 M65c02 Code
|
||||
|
||||
{ "uk001.06", 0x40000, 0x11c75746, 0x0b | BRF_GRA }, // 3 Sprites
|
||||
|
|
Loading…
Reference in New Issue