Source Cleanup: Setname fixes and other minor changes - Drivers starting with H thru K.
This commit is contained in:
parent
3cf43668f5
commit
2d97de209f
@ -356,7 +356,7 @@ static const tms34010_config gsp_config_driver =
|
||||
};
|
||||
|
||||
|
||||
/* used on the low-resolution multisync boards for harddrvc, racedrvc, steeltal */
|
||||
/* used on the low-resolution multisync boards for harddrivc, racedrivc, steeltal */
|
||||
static const tms34010_config gsp_config_multisync =
|
||||
{
|
||||
TRUE, /* halt on reset */
|
||||
@ -798,7 +798,7 @@ static INPUT_PORTS_START( racedriv )
|
||||
INPUT_PORTS_END
|
||||
|
||||
|
||||
static INPUT_PORTS_START( racedrvc )
|
||||
static INPUT_PORTS_START( racedrivc )
|
||||
PORT_START("IN0") /* 60c000 */
|
||||
PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_UNUSED ) /* diagnostic switch */
|
||||
PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_SPECIAL ) /* HBLANK */
|
||||
@ -1334,7 +1334,7 @@ static MACHINE_DRIVER_START( harddriv )
|
||||
MACHINE_DRIVER_END
|
||||
|
||||
|
||||
static MACHINE_DRIVER_START( harddrvc )
|
||||
static MACHINE_DRIVER_START( harddrivc )
|
||||
|
||||
/* basic machine hardware */
|
||||
MDRV_IMPORT_FROM( multisync_msp ) /* multisync board with MSP */
|
||||
@ -1353,7 +1353,7 @@ static MACHINE_DRIVER_START( racedriv )
|
||||
MACHINE_DRIVER_END
|
||||
|
||||
|
||||
static MACHINE_DRIVER_START( racedrvc )
|
||||
static MACHINE_DRIVER_START( racedrivc )
|
||||
|
||||
/* basic machine hardware */
|
||||
MDRV_IMPORT_FROM( multisync_nomsp ) /* multisync board without MSP */
|
||||
@ -3938,7 +3938,7 @@ static DRIVER_INIT( harddriv )
|
||||
}
|
||||
|
||||
|
||||
static DRIVER_INIT( harddrvc )
|
||||
static DRIVER_INIT( harddrivc )
|
||||
{
|
||||
harddriv_state *state = (harddriv_state *)machine->driver_data;
|
||||
|
||||
@ -4032,7 +4032,7 @@ static DRIVER_INIT( racedriv )
|
||||
}
|
||||
|
||||
|
||||
static void racedrvc_init_common(running_machine *machine, offs_t gsp_protection)
|
||||
static void racedrivc_init_common(running_machine *machine, offs_t gsp_protection)
|
||||
{
|
||||
harddriv_state *state = (harddriv_state *)machine->driver_data;
|
||||
|
||||
@ -4066,8 +4066,8 @@ static void racedrvc_init_common(running_machine *machine, offs_t gsp_protection
|
||||
state->rddsp32_speedup_pc = 0x6054b0;
|
||||
}
|
||||
|
||||
static DRIVER_INIT( racedrvc ) { racedrvc_init_common(machine, 0xfff95cd0); }
|
||||
static DRIVER_INIT( racedrc1 ) { racedrvc_init_common(machine, 0xfff7ecd0); }
|
||||
static DRIVER_INIT( racedrivc ) { racedrivc_init_common(machine, 0xfff95cd0); }
|
||||
static DRIVER_INIT( racedrivc1 ) { racedrivc_init_common(machine, 0xfff7ecd0); }
|
||||
|
||||
|
||||
|
||||
@ -4123,8 +4123,8 @@ static void steeltal_init_common(running_machine *machine, offs_t ds3_transfer_p
|
||||
|
||||
|
||||
static DRIVER_INIT( steeltal ) { steeltal_init_common(machine, 0x4fc18, 0); }
|
||||
static DRIVER_INIT( steelta1 ) { steeltal_init_common(machine, 0x4f9c6, 0); }
|
||||
static DRIVER_INIT( steeltap ) { steeltal_init_common(machine, 0x52290, 1); }
|
||||
static DRIVER_INIT( steeltal1 ) { steeltal_init_common(machine, 0x4f9c6, 0); }
|
||||
static DRIVER_INIT( steeltalp ) { steeltal_init_common(machine, 0x52290, 1); }
|
||||
|
||||
|
||||
static DRIVER_INIT( strtdriv )
|
||||
@ -4185,7 +4185,7 @@ static DRIVER_INIT( hdrivair )
|
||||
}
|
||||
|
||||
|
||||
static DRIVER_INIT( hdrivaip )
|
||||
static DRIVER_INIT( hdrivairp )
|
||||
{
|
||||
harddriv_state *state = (harddriv_state *)machine->driver_data;
|
||||
|
||||
@ -4231,10 +4231,10 @@ GAME( 1988, harddriv3, harddriv, harddriv, harddriv, harddriv, ROT0, "Atari Gam
|
||||
GAME( 1988, harddriv2, harddriv, harddriv, harddriv, harddriv, ROT0, "Atari Games", "Hard Drivin' (cockpit, rev 2)", 0 )
|
||||
GAME( 1988, harddriv1, harddriv, harddriv, harddriv, harddriv, ROT0, "Atari Games", "Hard Drivin' (cockpit, rev 1)", GAME_NOT_WORKING )
|
||||
|
||||
GAME( 1990, harddrivc, harddriv, harddrvc, racedrvc, harddrvc, ROT0, "Atari Games", "Hard Drivin' (compact, rev 2)", 0 )
|
||||
GAME( 1990, harddrivcg, harddriv, harddrvc, racedrvc, harddrvc, ROT0, "Atari Games", "Hard Drivin' (compact, German, rev 2)", 0 )
|
||||
GAME( 1990, harddrivcb, harddriv, harddrvc, racedrvc, harddrvc, ROT0, "Atari Games", "Hard Drivin' (compact, British, rev 2)", 0 )
|
||||
GAME( 1990, harddrivc1, harddriv, harddrvc, racedrvc, harddrvc, ROT0, "Atari Games", "Hard Drivin' (compact, rev 1)", 0 )
|
||||
GAME( 1990, harddrivc, harddriv, harddrivc, racedrivc, harddrivc, ROT0, "Atari Games", "Hard Drivin' (compact, rev 2)", 0 )
|
||||
GAME( 1990, harddrivcg, harddriv, harddrivc, racedrivc, harddrivc, ROT0, "Atari Games", "Hard Drivin' (compact, German, rev 2)", 0 )
|
||||
GAME( 1990, harddrivcb, harddriv, harddrivc, racedrivc, harddrivc, ROT0, "Atari Games", "Hard Drivin' (compact, British, rev 2)", 0 )
|
||||
GAME( 1990, harddrivc1, harddriv, harddrivc, racedrivc, harddrivc, ROT0, "Atari Games", "Hard Drivin' (compact, rev 1)", 0 )
|
||||
|
||||
GAME( 1989, stunrun, 0, stunrun, stunrun, stunrun, ROT0, "Atari Games", "S.T.U.N. Runner (rev 6)", 0 )
|
||||
GAME( 1989, stunrunj, stunrun, stunrun, stunrun, stunrun, ROT0, "Atari Games", "S.T.U.N. Runner (rev 7, Japan)", 0 )
|
||||
@ -4260,23 +4260,23 @@ GAME( 1990, racedriv1, racedriv, racedriv, racedriv, racedriv, ROT0, "Atari Gam
|
||||
GAME( 1990, racedrivb1, racedriv, racedriv, racedriv, racedriv, ROT0, "Atari Games", "Race Drivin' (cockpit, British, rev 1)", GAME_NOT_WORKING )
|
||||
GAME( 1990, racedrivg1, racedriv, racedriv, racedriv, racedriv, ROT0, "Atari Games", "Race Drivin' (cockpit, German, rev 2)", GAME_NOT_WORKING )
|
||||
|
||||
GAME( 1990, racedrivc, racedriv, racedrvc, racedrvc, racedrvc, ROT0, "Atari Games", "Race Drivin' (compact, rev 5)", 0 )
|
||||
GAME( 1990, racedrivcb, racedriv, racedrvc, racedrvc, racedrvc, ROT0, "Atari Games", "Race Drivin' (compact, British, rev 5)", 0 )
|
||||
GAME( 1990, racedrivcg, racedriv, racedrvc, racedrvc, racedrvc, ROT0, "Atari Games", "Race Drivin' (compact, German, rev 5)", 0 )
|
||||
GAME( 1990, racedrivc4, racedriv, racedrvc, racedrvc, racedrvc, ROT0, "Atari Games", "Race Drivin' (compact, rev 4)", 0 )
|
||||
GAME( 1990, racedrivcb4, racedriv, racedrvc, racedrvc, racedrvc, ROT0, "Atari Games", "Race Drivin' (compact, British, rev 4)", 0 )
|
||||
GAME( 1990, racedrivcg4, racedriv, racedrvc, racedrvc, racedrvc, ROT0, "Atari Games", "Race Drivin' (compact, German, rev 4)", 0 )
|
||||
GAME( 1990, racedrivc2, racedriv, racedrvc, racedrvc, racedrc1, ROT0, "Atari Games", "Race Drivin' (compact, rev 2)", 0 )
|
||||
GAME( 1990, racedrivc1, racedriv, racedrvc, racedrvc, racedrc1, ROT0, "Atari Games", "Race Drivin' (compact, rev 1)", 0 )
|
||||
GAME( 1990, racedrivc, racedriv, racedrivc, racedrivc, racedrivc, ROT0, "Atari Games", "Race Drivin' (compact, rev 5)", 0 )
|
||||
GAME( 1990, racedrivcb, racedriv, racedrivc, racedrivc, racedrivc, ROT0, "Atari Games", "Race Drivin' (compact, British, rev 5)", 0 )
|
||||
GAME( 1990, racedrivcg, racedriv, racedrivc, racedrivc, racedrivc, ROT0, "Atari Games", "Race Drivin' (compact, German, rev 5)", 0 )
|
||||
GAME( 1990, racedrivc4, racedriv, racedrivc, racedrivc, racedrivc, ROT0, "Atari Games", "Race Drivin' (compact, rev 4)", 0 )
|
||||
GAME( 1990, racedrivcb4, racedriv, racedrivc, racedrivc, racedrivc, ROT0, "Atari Games", "Race Drivin' (compact, British, rev 4)", 0 )
|
||||
GAME( 1990, racedrivcg4, racedriv, racedrivc, racedrivc, racedrivc, ROT0, "Atari Games", "Race Drivin' (compact, German, rev 4)", 0 )
|
||||
GAME( 1990, racedrivc2, racedriv, racedrivc, racedrivc, racedrivc1,ROT0, "Atari Games", "Race Drivin' (compact, rev 2)", 0 )
|
||||
GAME( 1990, racedrivc1, racedriv, racedrivc, racedrivc, racedrivc1,ROT0, "Atari Games", "Race Drivin' (compact, rev 1)", 0 )
|
||||
|
||||
GAME( 1990, racedrivpan, racedriv, racedriv, racedriv, racedriv, ROT0, "Atari Games", "Race Drivin' Panorama (prototype, rev 2.1)", GAME_NOT_WORKING )
|
||||
|
||||
GAME( 1991, steeltal, 0, steeltal, steeltal, steeltal, ROT0, "Atari Games", "Steel Talons (rev 2)", 0 )
|
||||
GAME( 1991, steeltalg, steeltal, steeltal, steeltal, steeltal, ROT0, "Atari Games", "Steel Talons (German, rev 2)", 0 )
|
||||
GAME( 1991, steeltal1, steeltal, steeltal, steeltal, steelta1, ROT0, "Atari Games", "Steel Talons (rev 1)", 0 )
|
||||
GAME( 1991, steeltalp, steeltal, steeltal, steeltal, steeltap, ROT0, "Atari Games", "Steel Talons (prototype)", GAME_NOT_WORKING )
|
||||
GAME( 1991, steeltal1, steeltal, steeltal, steeltal, steeltal1,ROT0, "Atari Games", "Steel Talons (rev 1)", 0 )
|
||||
GAME( 1991, steeltalp, steeltal, steeltal, steeltal, steeltalp,ROT0, "Atari Games", "Steel Talons (prototype)", GAME_NOT_WORKING )
|
||||
|
||||
GAME( 1993, strtdriv, 0, strtdriv, strtdriv, strtdriv, ROT0, "Atari Games", "Street Drivin' (prototype)", GAME_NO_SOUND )
|
||||
|
||||
GAME( 1993, hdrivair, 0, hdrivair, hdrivair, hdrivair, ROT0, "Atari Games", "Hard Drivin's Airborne (prototype)", GAME_NO_SOUND )
|
||||
GAME( 1993, hdrivairp, hdrivair, hdrivair, hdrivair, hdrivaip, ROT0, "Atari Games", "Hard Drivin's Airborne (prototype, early rev)", GAME_NOT_WORKING | GAME_NO_SOUND )
|
||||
GAME( 1993, hdrivairp, hdrivair, hdrivair, hdrivair, hdrivairp,ROT0, "Atari Games", "Hard Drivin's Airborne (prototype, early rev)", GAME_NOT_WORKING | GAME_NO_SOUND )
|
||||
|
@ -583,4 +583,4 @@ GAME( 1984, hyperspt, 0, hyperspt, hyperspt, hyperspt, ROT0, "Konami (
|
||||
GAME( 1984, hypersptb, hyperspt, hypersptb, hyperspt, hyperspt, ROT0, "bootleg", "Hyper Sports (bootleg)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) // has ADPCM vis MSM5205 instead of VLM
|
||||
GAME( 1984, hpolym84, hyperspt, hyperspt, hyperspt, hyperspt, ROT0, "Konami", "Hyper Olympic '84", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1984, roadf, 0, roadf, roadf, hyperspt, ROT90, "Konami", "Road Fighter (set 1)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1984, roadf2, roadf, roadf, roadf, hyperspt, ROT90, "Konami", "Road Fighter (set 2)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1984, roadf2, roadf, roadf, roadf, hyperspt, ROT90, "Konami", "Road Fighter (set 2)", GAME_SUPPORTS_SAVE )
|
||||
|
@ -793,4 +793,4 @@ ROM_START( gp98 )
|
||||
ROM_END
|
||||
|
||||
GAME( 1995?, jingbell, 0, jingbell, jingbell, jingbell, ROT0, "IGS", "Jingle Bell (Italy, V133I)", GAME_NOT_WORKING | GAME_IMPERFECT_GRAPHICS | GAME_UNEMULATED_PROTECTION )
|
||||
GAME( 1998, gp98, 0, gp98, jingbell, 0, ROT0, "Romtec Co. LTD", "Grand Prix '98",GAME_NOT_WORKING| GAME_NO_SOUND )
|
||||
GAME( 1998, gp98, 0, gp98, jingbell, 0, ROT0, "Romtec Co. LTD", "Grand Prix '98",GAME_NOT_WORKING| GAME_NO_SOUND )
|
||||
|
@ -4094,7 +4094,7 @@ static DRIVER_INIT( gt3dl )
|
||||
}
|
||||
|
||||
|
||||
static DRIVER_INIT( gtclassp )
|
||||
static DRIVER_INIT( gtclasscp )
|
||||
{
|
||||
/* a little extra protection */
|
||||
memory_install_read32_handler(cputag_get_address_space(machine, "maincpu", ADDRESS_SPACE_PROGRAM), 0x680000, 0x680003, 0, 0, gtclass_prot_result_r);
|
||||
@ -4227,6 +4227,6 @@ GAME( 2000, gt2ks100, gt2k, sftm, s_ver, s_ver, ROT0, "Incredible Tech
|
||||
GAME( 2000, gt2kt500, gt2k, tourny, gt98s, aamat, ROT0, "Incredible Technologies", "Golden Tee 2K Tournament (v5.00)" , 0) /* PIC 16C54 labeled as ITGF2K */
|
||||
GAME( 2002, gtsuprem, gt2k, tourny, gt98s, aamat, ROT0, "Incredible Technologies", "Golden Tee Supreme Edition Tournament (v5.10)" , 0) /* PIC 16C54 labeled as ITGF2K-I */
|
||||
|
||||
GAME( 2001, gtclassc, 0, sftm, aama, aama, ROT0, "Incredible Technologies", "Golden Tee Classic (v1.00)" , 0) /* PIC 16C54 labeled as ITGFCL */
|
||||
GAME( 2001, gtclasscp, gtclassc, sftm, aama, gtclassp, ROT0, "Incredible Technologies", "Golden Tee Classic (v1.00) with Infinite Loop Protection" , 0) /* PIC 16C54 labeled as ITGFCL */
|
||||
GAME( 2001, gtclassc, 0, sftm, aama, aama, ROT0, "Incredible Technologies", "Golden Tee Classic (v1.00)" , 0) /* PIC 16C54 labeled as ITGFCL */
|
||||
GAME( 2001, gtclasscp, gtclassc, sftm, aama, gtclasscp, ROT0, "Incredible Technologies", "Golden Tee Classic (v1.00) with Infinite Loop Protection" , 0) /* PIC 16C54 labeled as ITGFCL */
|
||||
GAME( 2001, gtclasscs, gtclassc, sftm, s_ver, s_ver, ROT0, "Incredible Technologies", "Golden Tee Classic (v1.00S)" , 0) /* PIC 16C54 labeled as ITGFCL-M */
|
||||
|
@ -2735,7 +2735,7 @@ static DRIVER_INIT( rimrockn )
|
||||
|
||||
/* Wheel of Fortune-style PCB */
|
||||
GAME( 1989, wfortune, 0, wfortune, wfortune, 0, ROT0, "GameTek", "Wheel Of Fortune", 0 )
|
||||
GAME( 1989, wfortunea, wfortune, wfortune, wfortune, 0, ROT0, "GameTek", "Wheel Of Fortune (alternate)", 0 )
|
||||
GAME( 1989, wfortunea,wfortune, wfortune, wfortune, 0, ROT0, "GameTek", "Wheel Of Fortune (alternate)", 0 )
|
||||
|
||||
/* Grudge Match-style PCB */
|
||||
GAME( 1989, grmatch, 0, grmatch, grmatch, grmatch, ROT0, "Yankee Game Technology", "Grudge Match (Yankee Game Technology)", 0 )
|
||||
@ -2749,23 +2749,23 @@ GAME( 1989, gtg2t, gtg2, stratab_hi, gtg2t, 0, ROT0, "
|
||||
GAME( 1991, gtg2j, gtg2, stratab_lo, gtg, 0, ROT0, "Strata/Incredible Technologies", "Golden Tee Golf II (Joystick, V1.0)", 0 )
|
||||
|
||||
/* Slick Shot-style PCB */
|
||||
GAME( 1990, slikshot, 0, slikshot_hi, slikshot, slikshot, ROT90, "Grand Products/Incredible Technologies", "Slick Shot (V2.2)", 0 )
|
||||
GAME( 1990, slikshot17, slikshot, slikshot_hi, slikshot, slikshot, ROT90, "Grand Products/Incredible Technologies", "Slick Shot (V1.7)", 0 )
|
||||
GAME( 1990, slikshot16, slikshot, slikshot_hi, slikshot, slikshot, ROT90, "Grand Products/Incredible Technologies", "Slick Shot (V1.6)", 0 )
|
||||
GAME( 1990, dynobop, 0, slikshot_hi, dynobop, slikshot, ROT90, "Grand Products/Incredible Technologies", "Dyno Bop", 0 )
|
||||
GAME( 1990, sstrike, 0, sstrike, sstrike, sstrike, ROT270, "Strata/Incredible Technologies", "Super Strike Bowling", 0 )
|
||||
GAME( 1991, pokrdice, 0, slikshot_lo_noz80, pokrdice, 0, ROT90, "Strata/Incredible Technologies", "Poker Dice", 0 )
|
||||
GAME( 1990, slikshot, 0, slikshot_hi, slikshot, slikshot, ROT90, "Grand Products/Incredible Technologies", "Slick Shot (V2.2)", 0 )
|
||||
GAME( 1990, slikshot17,slikshot, slikshot_hi, slikshot, slikshot, ROT90, "Grand Products/Incredible Technologies", "Slick Shot (V1.7)", 0 )
|
||||
GAME( 1990, slikshot16,slikshot, slikshot_hi, slikshot, slikshot, ROT90, "Grand Products/Incredible Technologies", "Slick Shot (V1.6)", 0 )
|
||||
GAME( 1990, dynobop, 0, slikshot_hi, dynobop, slikshot, ROT90, "Grand Products/Incredible Technologies", "Dyno Bop", 0 )
|
||||
GAME( 1990, sstrike, 0, sstrike, sstrike, sstrike, ROT270, "Strata/Incredible Technologies", "Super Strike Bowling", 0 )
|
||||
GAME( 1991, pokrdice, 0, slikshot_lo_noz80, pokrdice, 0, ROT90, "Strata/Incredible Technologies", "Poker Dice", 0 )
|
||||
|
||||
/* Hot Shots Tennis-style PCB */
|
||||
GAME( 1990, hstennis, 0, hstennis_hi, hstennis, hstennis, ROT90, "Strata/Incredible Technologies", "Hot Shots Tennis (V1.1)", 0 )
|
||||
GAME( 1990, hstennis10, hstennis, hstennis_hi, hstennis, hstennis, ROT90, "Strata/Incredible Technologies", "Hot Shots Tennis (V1.0)", 0 )
|
||||
GAME( 1991, arlingtn, 0, hstennis_hi, arlingtn, arligntn, ROT0, "Strata/Incredible Technologies", "Arlington Horse Racing (v1.21-D)", 0 )
|
||||
GAME( 1991, peggle, 0, hstennis_lo, peggle, peggle, ROT90, "Strata/Incredible Technologies", "Peggle (Joystick, v1.0)", 0 )
|
||||
GAME( 1991, pegglet, peggle, hstennis_lo, pegglet, peggle, ROT90, "Strata/Incredible Technologies", "Peggle (Trackball, v1.0)", 0 )
|
||||
GAME( 1992, neckneck, 0, hstennis_lo, neckneck, neckneck, ROT0, "Bundra Games/Incredible Technologies", "Neck-n-Neck (v1.2)", 0 )
|
||||
GAME( 1990, hstennis, 0, hstennis_hi, hstennis, hstennis, ROT90, "Strata/Incredible Technologies", "Hot Shots Tennis (V1.1)", 0 )
|
||||
GAME( 1990, hstennis10,hstennis, hstennis_hi, hstennis, hstennis, ROT90, "Strata/Incredible Technologies", "Hot Shots Tennis (V1.0)", 0 )
|
||||
GAME( 1991, arlingtn, 0, hstennis_hi, arlingtn, arligntn, ROT0, "Strata/Incredible Technologies", "Arlington Horse Racing (v1.21-D)", 0 )
|
||||
GAME( 1991, peggle, 0, hstennis_lo, peggle, peggle, ROT90, "Strata/Incredible Technologies", "Peggle (Joystick, v1.0)", 0 )
|
||||
GAME( 1991, pegglet, peggle, hstennis_lo, pegglet, peggle, ROT90, "Strata/Incredible Technologies", "Peggle (Trackball, v1.0)", 0 )
|
||||
GAME( 1992, neckneck, 0, hstennis_lo, neckneck, neckneck, ROT0, "Bundra Games/Incredible Technologies", "Neck-n-Neck (v1.2)", 0 )
|
||||
|
||||
/* Rim Rockin' Basketball-style PCB */
|
||||
GAME( 1991, rimrockn, 0, rimrockn, rimrockn, rimrockn, ROT0, "Strata/Incredible Technologies", "Rim Rockin' Basketball (V2.2)", 0 )
|
||||
GAME( 1991, rimrockn, 0, rimrockn, rimrockn, rimrockn, ROT0, "Strata/Incredible Technologies", "Rim Rockin' Basketball (V2.2)", 0 )
|
||||
GAME( 1991, rimrockn20, rimrockn, rimrockn, rimrockn, rimrockn, ROT0, "Strata/Incredible Technologies", "Rim Rockin' Basketball (V2.0)", 0 )
|
||||
GAME( 1991, rimrockn16, rimrockn, rimrockn, rimrockn, rimrockn, ROT0, "Strata/Incredible Technologies", "Rim Rockin' Basketball (V1.6)", 0 )
|
||||
GAME( 1991, rimrockn12, rimrockn, rimrockn, rimrockn, rimrockn, ROT0, "Strata/Incredible Technologies", "Rim Rockin' Basketball (V1.2)", 0 )
|
||||
|
@ -1,3 +1,47 @@
|
||||
Happy Jackie (c) 1993 IGS.
|
||||
Video Slot machine game for amusement only.
|
||||
|
||||
Driver by David Haywood and Mirko Buffoni
|
||||
|
||||
/*
|
||||
|
||||
Anno 199x
|
||||
Produttore IGS
|
||||
N.revisione
|
||||
|
||||
CPU
|
||||
|
||||
1x Z0840006PSC (main)
|
||||
2x D8255AC
|
||||
1x unknown AMT001
|
||||
1x unknown IGS002
|
||||
1x UM3567 (sound)
|
||||
1x oscillator 12.000MHz
|
||||
1x oscillator 3.579645
|
||||
|
||||
ROMs
|
||||
|
||||
2x D27128A (1,3)
|
||||
1x MBM27128 (2)
|
||||
3x 27C010 (4,5,6)
|
||||
1x D27512 (7sv)
|
||||
1x MBM27C512 (v110)
|
||||
1x unknown (DIP20 mil300)(jack3)
|
||||
3x PEEL18CV8PC (read protected)
|
||||
1x TIBPAL16L8 (read protected)
|
||||
|
||||
Note
|
||||
|
||||
1x 36x2 edge connector
|
||||
1x 10x2 edge connector (payout system)
|
||||
1x trimmer (volume)
|
||||
1x pushbutton
|
||||
1x battery
|
||||
5x 8x2 switches dip
|
||||
|
||||
*/
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "deprecat.h"
|
||||
#include "cpu/z80/z80.h"
|
||||
@ -453,6 +497,25 @@ static GFXDECODE_START( jackie )
|
||||
GFXDECODE_ENTRY( "gfx2", 0, layout_8x32x6, 0, 16 )
|
||||
GFXDECODE_END
|
||||
|
||||
static DRIVER_INIT( jackie )
|
||||
{
|
||||
|
||||
int A;
|
||||
UINT8 *rom = memory_region(machine, "maincpu");
|
||||
|
||||
for (A = 0;A < 0xf000;A++)
|
||||
{
|
||||
rom[A] = rom[A] ^ 0x21;
|
||||
|
||||
if (((A & 0x0080) == 0x0000) && ((A & 0x0008) == 0x0000)) rom[A] = rom[A] ^ 0x20;
|
||||
if ((A & 0x0282) == 0x0282) rom[A] ^= 0x01;
|
||||
if ((A & 0x0940) == 0x0940) rom[A] ^= 0x02;
|
||||
}
|
||||
memset( &rom[0xf000], 0, 0x1000);
|
||||
|
||||
// Patch trap
|
||||
rom[0x7e86] = 0xc3;
|
||||
}
|
||||
|
||||
|
||||
static MACHINE_DRIVER_START( jackie )
|
||||
@ -487,43 +550,6 @@ static MACHINE_DRIVER_START( jackie )
|
||||
MACHINE_DRIVER_END
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Anno 199x
|
||||
Produttore IGS
|
||||
N.revisione
|
||||
|
||||
CPU
|
||||
|
||||
1x Z0840006PSC (main)
|
||||
2x D8255AC
|
||||
1x unknown AMT001
|
||||
1x unknown IGS002
|
||||
1x UM3567 (sound)
|
||||
1x oscillator 12.000MHz
|
||||
1x oscillator 3.579645
|
||||
|
||||
ROMs
|
||||
|
||||
2x D27128A (1,3)
|
||||
1x MBM27128 (2)
|
||||
3x 27C010 (4,5,6)
|
||||
1x D27512 (7sv)
|
||||
1x MBM27C512 (v110)
|
||||
1x unknown (DIP20 mil300)(jack3)
|
||||
3x PEEL18CV8PC (read protected)
|
||||
1x TIBPAL16L8 (read protected)
|
||||
|
||||
Note
|
||||
|
||||
1x 36x2 edge connector
|
||||
1x 10x2 edge connector (payout system)
|
||||
1x trimmer (volume)
|
||||
1x pushbutton
|
||||
1x battery
|
||||
5x 8x2 switches dip
|
||||
|
||||
*/
|
||||
ROM_START( jackie )
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
ROM_LOAD( "jackiev110.u23", 0x0000, 0x10000, CRC(1b78a619) SHA1(a6eb6b6e544efa55225f2e947483614afb6ece3b) )
|
||||
@ -548,24 +574,5 @@ ROM_START( jackie )
|
||||
ROM_LOAD( "18cv8.u9", 0x0000, 0x155, BAD_DUMP CRC(996e8f59) SHA1(630d9b91f6e8eda781061e2a8ff6fb0fecaf034c) )
|
||||
ROM_END
|
||||
|
||||
static DRIVER_INIT( jackie )
|
||||
{
|
||||
|
||||
int A;
|
||||
UINT8 *rom = memory_region(machine, "maincpu");
|
||||
|
||||
for (A = 0;A < 0xf000;A++)
|
||||
{
|
||||
rom[A] = rom[A] ^ 0x21;
|
||||
|
||||
if (((A & 0x0080) == 0x0000) && ((A & 0x0008) == 0x0000)) rom[A] = rom[A] ^ 0x20;
|
||||
if ((A & 0x0282) == 0x0282) rom[A] ^= 0x01;
|
||||
if ((A & 0x0940) == 0x0940) rom[A] ^= 0x02;
|
||||
}
|
||||
memset( &rom[0xf000], 0, 0x1000);
|
||||
|
||||
// Patch trap
|
||||
rom[0x7e86] = 0xc3;
|
||||
}
|
||||
|
||||
GAME( 1993, jackie, 0, jackie, jackie, jackie, ROT0, "IGS", "Happy Jackie (v110U)", 0 )
|
||||
|
@ -797,7 +797,7 @@ ROM_START( ringkingw )
|
||||
ROM_LOAD( "prom1.bin", 0x0800, 0x0400, CRC(913f5975) SHA1(3d1e40eeb4d5a3a4bd42ec73d05bfca13b2f1805) ) /* blue component */
|
||||
ROM_END
|
||||
|
||||
static DRIVER_INIT( ringkin3 )
|
||||
static DRIVER_INIT( ringking3 )
|
||||
{
|
||||
int i;
|
||||
UINT8 *RAM = memory_region(machine, "proms");
|
||||
@ -807,7 +807,7 @@ static DRIVER_INIT( ringkin3 )
|
||||
RAM[i] = RAM[i + 0x100] >> 4;
|
||||
}
|
||||
|
||||
static DRIVER_INIT( ringkinw )
|
||||
static DRIVER_INIT( ringkingw )
|
||||
{
|
||||
int i,j,k;
|
||||
UINT8 *PROMS = memory_region(machine, "proms");
|
||||
@ -832,5 +832,5 @@ static DRIVER_INIT( ringkinw )
|
||||
GAME( 1985, kingofb, 0, kingofb, kingofb, 0, ROT90, "Woodplace", "King of Boxer (English)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, ringking, kingofb, ringking, ringking, 0, ROT90, "Data East USA", "Ring King (US set 1)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, ringking2, kingofb, ringking, ringking, 0, ROT90, "Data East USA", "Ring King (US set 2)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, ringking3, kingofb, kingofb, kingofb, ringkin3, ROT90, "Data East USA", "Ring King (US set 3)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, ringkingw, kingofb, kingofb, kingofb, ringkinw, ROT90, "Woodplace", "Ring King (US, Woodplace license)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, ringking3, kingofb, kingofb, kingofb, ringking3,ROT90, "Data East USA", "Ring King (US set 3)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, ringkingw, kingofb, kingofb, kingofb, ringkingw,ROT90, "Woodplace", "Ring King (US, Woodplace license)", GAME_SUPPORTS_SAVE )
|
||||
|
@ -227,12 +227,12 @@ ROM_START( klax )
|
||||
ROM_LOAD( "136075-1015.14b", 0x00000, 0x10000, CRC(4d24c768) SHA1(da102105a4d8c552e3594b8ffb1903ecbaa69415) )
|
||||
ROM_LOAD( "136075-1016.12b", 0x10000, 0x10000, CRC(12e9b4b7) SHA1(2447f116cd865e46e61022143a2668beca99d5d1) )
|
||||
|
||||
ROM_REGION( 0x00573, "pals", 0 ) /* Lattice GAL16V8A-25LP GAL's */
|
||||
ROM_LOAD( "136075-1000.11c.bin", 0x0000, 0x0117, CRC(fb86e94a) SHA1(b16f037c49766ab734e47c8e1b16b5178809b8a3) )
|
||||
ROM_LOAD( "136075-1001.18l.bin", 0x0000, 0x0117, CRC(cd21acfe) SHA1(14bd9e2f1b50a1da550933e3fdc16e3f09b65e92) )
|
||||
ROM_LOAD( "136075-1002.8w.bin", 0x0000, 0x0117, CRC(4a7b6c44) SHA1(9579e098af3e5cd19bd14c361d3b1c5cb9047171) )
|
||||
ROM_LOAD( "136075-1003.9w.bin", 0x0000, 0x0117, CRC(72f7f904) SHA1(f792b5bcc313c5f3338a569a6f376a3ebb1eabf7) )
|
||||
ROM_LOAD( "136075-1004.6w.bin", 0x0000, 0x0117, CRC(6cd3270d) SHA1(84854b5beee539a80fc94f6e4637aa1c2543a1cb) )
|
||||
ROM_REGION( 0x00573, "pals", 0 ) /* Lattice GAL16V8A-25LP GAL's */
|
||||
ROM_LOAD( "136075-1000.11c.bin", 0x0000, 0x0117, CRC(fb86e94a) SHA1(b16f037c49766ab734e47c8e1b16b5178809b8a3) )
|
||||
ROM_LOAD( "136075-1001.18l.bin", 0x0000, 0x0117, CRC(cd21acfe) SHA1(14bd9e2f1b50a1da550933e3fdc16e3f09b65e92) )
|
||||
ROM_LOAD( "136075-1002.8w.bin", 0x0000, 0x0117, CRC(4a7b6c44) SHA1(9579e098af3e5cd19bd14c361d3b1c5cb9047171) )
|
||||
ROM_LOAD( "136075-1003.9w.bin", 0x0000, 0x0117, CRC(72f7f904) SHA1(f792b5bcc313c5f3338a569a6f376a3ebb1eabf7) )
|
||||
ROM_LOAD( "136075-1004.6w.bin", 0x0000, 0x0117, CRC(6cd3270d) SHA1(84854b5beee539a80fc94f6e4637aa1c2543a1cb) )
|
||||
ROM_END
|
||||
|
||||
|
||||
@ -257,12 +257,12 @@ ROM_START( klax2 )
|
||||
ROM_LOAD( "136075-1015.14b", 0x00000, 0x10000, CRC(4d24c768) SHA1(da102105a4d8c552e3594b8ffb1903ecbaa69415) )
|
||||
ROM_LOAD( "136075-1016.12b", 0x10000, 0x10000, CRC(12e9b4b7) SHA1(2447f116cd865e46e61022143a2668beca99d5d1) )
|
||||
|
||||
ROM_REGION( 0x00573, "pals", 0 ) /* Lattice GAL16V8A-25LP GAL's */
|
||||
ROM_LOAD( "136075-1000.11c.bin", 0x0000, 0x0117, CRC(fb86e94a) SHA1(b16f037c49766ab734e47c8e1b16b5178809b8a3) )
|
||||
ROM_LOAD( "136075-1001.18l.bin", 0x0000, 0x0117, CRC(cd21acfe) SHA1(14bd9e2f1b50a1da550933e3fdc16e3f09b65e92) )
|
||||
ROM_LOAD( "136075-1002.8w.bin", 0x0000, 0x0117, CRC(4a7b6c44) SHA1(9579e098af3e5cd19bd14c361d3b1c5cb9047171) )
|
||||
ROM_LOAD( "136075-1003.9w.bin", 0x0000, 0x0117, CRC(72f7f904) SHA1(f792b5bcc313c5f3338a569a6f376a3ebb1eabf7) )
|
||||
ROM_LOAD( "136075-1004.6w.bin", 0x0000, 0x0117, CRC(6cd3270d) SHA1(84854b5beee539a80fc94f6e4637aa1c2543a1cb) )
|
||||
ROM_REGION( 0x00573, "pals", 0 ) /* Lattice GAL16V8A-25LP GAL's */
|
||||
ROM_LOAD( "136075-1000.11c.bin", 0x0000, 0x0117, CRC(fb86e94a) SHA1(b16f037c49766ab734e47c8e1b16b5178809b8a3) )
|
||||
ROM_LOAD( "136075-1001.18l.bin", 0x0000, 0x0117, CRC(cd21acfe) SHA1(14bd9e2f1b50a1da550933e3fdc16e3f09b65e92) )
|
||||
ROM_LOAD( "136075-1002.8w.bin", 0x0000, 0x0117, CRC(4a7b6c44) SHA1(9579e098af3e5cd19bd14c361d3b1c5cb9047171) )
|
||||
ROM_LOAD( "136075-1003.9w.bin", 0x0000, 0x0117, CRC(72f7f904) SHA1(f792b5bcc313c5f3338a569a6f376a3ebb1eabf7) )
|
||||
ROM_LOAD( "136075-1004.6w.bin", 0x0000, 0x0117, CRC(6cd3270d) SHA1(84854b5beee539a80fc94f6e4637aa1c2543a1cb) )
|
||||
ROM_END
|
||||
|
||||
|
||||
@ -287,12 +287,12 @@ ROM_START( klax3 )
|
||||
ROM_LOAD( "136075-1015.14b", 0x00000, 0x10000, CRC(4d24c768) SHA1(da102105a4d8c552e3594b8ffb1903ecbaa69415) )
|
||||
ROM_LOAD( "136075-1016.12b", 0x10000, 0x10000, CRC(12e9b4b7) SHA1(2447f116cd865e46e61022143a2668beca99d5d1) )
|
||||
|
||||
ROM_REGION( 0x00573, "pals", 0 ) /* Lattice GAL16V8A-25LP GAL's */
|
||||
ROM_LOAD( "136075-1000.11c.bin", 0x0000, 0x0117, CRC(fb86e94a) SHA1(b16f037c49766ab734e47c8e1b16b5178809b8a3) )
|
||||
ROM_LOAD( "136075-1001.18l.bin", 0x0000, 0x0117, CRC(cd21acfe) SHA1(14bd9e2f1b50a1da550933e3fdc16e3f09b65e92) )
|
||||
ROM_LOAD( "136075-1002.8w.bin", 0x0000, 0x0117, CRC(4a7b6c44) SHA1(9579e098af3e5cd19bd14c361d3b1c5cb9047171) )
|
||||
ROM_LOAD( "136075-1003.9w.bin", 0x0000, 0x0117, CRC(72f7f904) SHA1(f792b5bcc313c5f3338a569a6f376a3ebb1eabf7) )
|
||||
ROM_LOAD( "136075-1004.6w.bin", 0x0000, 0x0117, CRC(6cd3270d) SHA1(84854b5beee539a80fc94f6e4637aa1c2543a1cb) )
|
||||
ROM_REGION( 0x00573, "pals", 0 ) /* Lattice GAL16V8A-25LP GAL's */
|
||||
ROM_LOAD( "136075-1000.11c.bin", 0x0000, 0x0117, CRC(fb86e94a) SHA1(b16f037c49766ab734e47c8e1b16b5178809b8a3) )
|
||||
ROM_LOAD( "136075-1001.18l.bin", 0x0000, 0x0117, CRC(cd21acfe) SHA1(14bd9e2f1b50a1da550933e3fdc16e3f09b65e92) )
|
||||
ROM_LOAD( "136075-1002.8w.bin", 0x0000, 0x0117, CRC(4a7b6c44) SHA1(9579e098af3e5cd19bd14c361d3b1c5cb9047171) )
|
||||
ROM_LOAD( "136075-1003.9w.bin", 0x0000, 0x0117, CRC(72f7f904) SHA1(f792b5bcc313c5f3338a569a6f376a3ebb1eabf7) )
|
||||
ROM_LOAD( "136075-1004.6w.bin", 0x0000, 0x0117, CRC(6cd3270d) SHA1(84854b5beee539a80fc94f6e4637aa1c2543a1cb) )
|
||||
ROM_END
|
||||
|
||||
|
||||
@ -317,12 +317,12 @@ ROM_START( klaxj )
|
||||
ROM_LOAD( "136075-1015.14b", 0x00000, 0x10000, CRC(4d24c768) SHA1(da102105a4d8c552e3594b8ffb1903ecbaa69415) )
|
||||
ROM_LOAD( "136075-1016.12b", 0x10000, 0x10000, CRC(12e9b4b7) SHA1(2447f116cd865e46e61022143a2668beca99d5d1) )
|
||||
|
||||
ROM_REGION( 0x00573, "pals", 0 ) /* Lattice GAL16V8A-25LP GAL's */
|
||||
ROM_LOAD( "136075-1000.11c.bin", 0x0000, 0x0117, CRC(fb86e94a) SHA1(b16f037c49766ab734e47c8e1b16b5178809b8a3) )
|
||||
ROM_LOAD( "136075-1001.18l.bin", 0x0000, 0x0117, CRC(cd21acfe) SHA1(14bd9e2f1b50a1da550933e3fdc16e3f09b65e92) )
|
||||
ROM_LOAD( "136075-1002.8w.bin", 0x0000, 0x0117, CRC(4a7b6c44) SHA1(9579e098af3e5cd19bd14c361d3b1c5cb9047171) )
|
||||
ROM_LOAD( "136075-1003.9w.bin", 0x0000, 0x0117, CRC(72f7f904) SHA1(f792b5bcc313c5f3338a569a6f376a3ebb1eabf7) )
|
||||
ROM_LOAD( "136075-1004.6w.bin", 0x0000, 0x0117, CRC(6cd3270d) SHA1(84854b5beee539a80fc94f6e4637aa1c2543a1cb) )
|
||||
ROM_REGION( 0x00573, "pals", 0 ) /* Lattice GAL16V8A-25LP GAL's */
|
||||
ROM_LOAD( "136075-1000.11c.bin", 0x0000, 0x0117, CRC(fb86e94a) SHA1(b16f037c49766ab734e47c8e1b16b5178809b8a3) )
|
||||
ROM_LOAD( "136075-1001.18l.bin", 0x0000, 0x0117, CRC(cd21acfe) SHA1(14bd9e2f1b50a1da550933e3fdc16e3f09b65e92) )
|
||||
ROM_LOAD( "136075-1002.8w.bin", 0x0000, 0x0117, CRC(4a7b6c44) SHA1(9579e098af3e5cd19bd14c361d3b1c5cb9047171) )
|
||||
ROM_LOAD( "136075-1003.9w.bin", 0x0000, 0x0117, CRC(72f7f904) SHA1(f792b5bcc313c5f3338a569a6f376a3ebb1eabf7) )
|
||||
ROM_LOAD( "136075-1004.6w.bin", 0x0000, 0x0117, CRC(6cd3270d) SHA1(84854b5beee539a80fc94f6e4637aa1c2543a1cb) )
|
||||
ROM_END
|
||||
|
||||
|
||||
@ -347,12 +347,12 @@ ROM_START( klaxd )
|
||||
ROM_LOAD( "136075-1015.14b", 0x00000, 0x10000, CRC(4d24c768) SHA1(da102105a4d8c552e3594b8ffb1903ecbaa69415) )
|
||||
ROM_LOAD( "136075-1016.12b", 0x10000, 0x10000, CRC(12e9b4b7) SHA1(2447f116cd865e46e61022143a2668beca99d5d1) )
|
||||
|
||||
ROM_REGION( 0x00573, "pals", 0 ) /* Lattice GAL16V8A-25LP GAL's */
|
||||
ROM_LOAD( "136075-1000.11c.bin", 0x0000, 0x0117, CRC(fb86e94a) SHA1(b16f037c49766ab734e47c8e1b16b5178809b8a3) )
|
||||
ROM_LOAD( "136075-1001.18l.bin", 0x0000, 0x0117, CRC(cd21acfe) SHA1(14bd9e2f1b50a1da550933e3fdc16e3f09b65e92) )
|
||||
ROM_LOAD( "136075-1002.8w.bin", 0x0000, 0x0117, CRC(4a7b6c44) SHA1(9579e098af3e5cd19bd14c361d3b1c5cb9047171) )
|
||||
ROM_LOAD( "136075-1003.9w.bin", 0x0000, 0x0117, CRC(72f7f904) SHA1(f792b5bcc313c5f3338a569a6f376a3ebb1eabf7) )
|
||||
ROM_LOAD( "136075-1004.6w.bin", 0x0000, 0x0117, CRC(6cd3270d) SHA1(84854b5beee539a80fc94f6e4637aa1c2543a1cb) )
|
||||
ROM_REGION( 0x00573, "pals", 0 ) /* Lattice GAL16V8A-25LP GAL's */
|
||||
ROM_LOAD( "136075-1000.11c.bin", 0x0000, 0x0117, CRC(fb86e94a) SHA1(b16f037c49766ab734e47c8e1b16b5178809b8a3) )
|
||||
ROM_LOAD( "136075-1001.18l.bin", 0x0000, 0x0117, CRC(cd21acfe) SHA1(14bd9e2f1b50a1da550933e3fdc16e3f09b65e92) )
|
||||
ROM_LOAD( "136075-1002.8w.bin", 0x0000, 0x0117, CRC(4a7b6c44) SHA1(9579e098af3e5cd19bd14c361d3b1c5cb9047171) )
|
||||
ROM_LOAD( "136075-1003.9w.bin", 0x0000, 0x0117, CRC(72f7f904) SHA1(f792b5bcc313c5f3338a569a6f376a3ebb1eabf7) )
|
||||
ROM_LOAD( "136075-1004.6w.bin", 0x0000, 0x0117, CRC(6cd3270d) SHA1(84854b5beee539a80fc94f6e4637aa1c2543a1cb) )
|
||||
ROM_END
|
||||
|
||||
|
||||
|
@ -78,7 +78,7 @@ ADDRESS_MAP_END
|
||||
|
||||
Main_PortMap( gyrodine, 0x00 )
|
||||
Main_PortMap( flashgal, 0x40 )
|
||||
Main_PortMap( flashgla, 0xc0 )
|
||||
Main_PortMap( flashgala, 0xc0 )
|
||||
Main_PortMap( srdmissn, 0x08 )
|
||||
|
||||
|
||||
@ -102,7 +102,7 @@ Sub_MemMap( gyrodine, 0x1fff, 0x4000, 0x8080, 0x8040, 0x8000 )
|
||||
Sub_MemMap( sonofphx, 0x7fff, 0xa000, 0xc080, 0xc040, 0xc000 )
|
||||
Sub_MemMap( srdmissn, 0x7fff, 0x8000, 0xf400, 0xf401, 0xf402 )
|
||||
Sub_MemMap( legend, 0x7fff, 0xc000, 0xf800, 0xf801, 0xf802 )
|
||||
Sub_MemMap( flashgla, 0x7fff, 0xe000, 0xc040, 0xc080, 0xc0c0 )
|
||||
Sub_MemMap( flashgala, 0x7fff, 0xe000, 0xc040, 0xc080, 0xc0c0 )
|
||||
|
||||
|
||||
|
||||
@ -123,7 +123,7 @@ ADDRESS_MAP_END \
|
||||
Sub_PortMap( gyrodine, 0x00, 0xc0 )
|
||||
Sub_PortMap( sonofphx, 0x00, 0x40 )
|
||||
Sub_PortMap( srdmissn, 0x80, 0x84 )
|
||||
Sub_PortMap( flashgla, 0x40, 0x80 )
|
||||
Sub_PortMap( flashgala, 0x40, 0x80 )
|
||||
|
||||
|
||||
/*************************************
|
||||
@ -555,16 +555,16 @@ static MACHINE_DRIVER_START( flashgal )
|
||||
MDRV_CPU_IO_MAP(flashgal_portmap)
|
||||
MACHINE_DRIVER_END
|
||||
|
||||
static MACHINE_DRIVER_START( flashgla )
|
||||
static MACHINE_DRIVER_START( flashgala )
|
||||
|
||||
/* basic machine hardware */
|
||||
MDRV_IMPORT_FROM(gyrodine)
|
||||
MDRV_CPU_MODIFY("maincpu")
|
||||
MDRV_CPU_IO_MAP(flashgla_portmap)
|
||||
MDRV_CPU_IO_MAP(flashgala_portmap)
|
||||
|
||||
MDRV_CPU_MODIFY("sub")
|
||||
MDRV_CPU_PROGRAM_MAP(flashgla_sub_map)
|
||||
MDRV_CPU_IO_MAP(flashgla_sub_portmap)
|
||||
MDRV_CPU_PROGRAM_MAP(flashgala_sub_map)
|
||||
MDRV_CPU_IO_MAP(flashgala_sub_portmap)
|
||||
MACHINE_DRIVER_END
|
||||
|
||||
static MACHINE_DRIVER_START( legend )
|
||||
@ -1334,7 +1334,7 @@ GAME( 1985, 99lstwar, sonofphx, sonofphx, sonofphx, 0, ROT90, "Proma", "
|
||||
GAME( 1985, 99lstwara, sonofphx, sonofphx, sonofphx, 0, ROT90, "Proma", "'99: The Last War (alternate)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, 99lstwark, sonofphx, sonofphx, sonofphx, 0, ROT90, "Kyugo", "'99: The Last War (Kyugo)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, flashgal, 0, flashgal, flashgal, 0, ROT0, "Sega", "Flashgal (set 1)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, flashgala, flashgal, flashgla, flashgal, 0, ROT0, "Sega", "Flashgal (set 2)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1985, flashgala, flashgal, flashgala,flashgal, 0, ROT0, "Sega", "Flashgal (set 2)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1986, srdmissn, 0, srdmissn, srdmissn, srdmissn, ROT90, "Taito Corporation", "S.R.D. Mission", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1986, fx, srdmissn, srdmissn, srdmissn, srdmissn, ROT90, "bootleg", "F-X", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1986, legend, 0, legend, legend, srdmissn, ROT0, "Sega / Coreland", "Legend", GAME_SUPPORTS_SAVE )
|
||||
|
Loading…
Reference in New Issue
Block a user