From 98e3e4053bc147e32fb8f25387294bfc7c97f3b3 Mon Sep 17 00:00:00 2001 From: Zsolt Vasvari Date: Thu, 17 Jan 2008 23:05:34 +0000 Subject: [PATCH] Space Fighter Mark II: - Changed year to 1979 as per Guru's contact - Renamed set 2 ROMs to allow merging - Removed experimental code left in there --- src/mame/drivers/astrof.c | 24 +++++++++--------------- src/mame/mamedriv.c | 4 ++-- 2 files changed, 11 insertions(+), 17 deletions(-) diff --git a/src/mame/drivers/astrof.c b/src/mame/drivers/astrof.c index fde28024789..a17877823a5 100644 --- a/src/mame/drivers/astrof.c +++ b/src/mame/drivers/astrof.c @@ -631,12 +631,6 @@ static INPUT_PORTS_START( astrof ) PORT_CONFSETTING( 0x00, DEF_STR( Upright ) ) PORT_CONFSETTING( 0x01, DEF_STR( Cocktail ) ) PORT_BIT( 0xfe, IP_ACTIVE_HIGH, IPT_UNUSED ) - -// PORT_START_TAG("WIREMOD") -// PORT_CONFNAME( 0x01, 0x00, "Wire Mod for Background Color" ) -// PORT_CONFSETTING( 0x00, "Blue Background" ) -// PORT_CONFSETTING( 0x01, "Black Background" ) -// PORT_BIT( 0xfe, IP_ACTIVE_HIGH, IPT_UNUSED ) INPUT_PORTS_END @@ -1175,13 +1169,13 @@ ROM_END ROM_START( spfgmk22 ) ROM_REGION( 0x10000, REGION_CPU1, 0 ) - ROM_LOAD( "2708.5e", 0xe400, 0x0400, CRC(27d7060d) SHA1(796c44a395e1c54769dc57050503b4b111bde7ef) ) - ROM_LOAD( "2708.5d", 0xe800, 0x0400, CRC(6ccb3b0a) SHA1(566104ca2e0fae741d4650e7159c9ddb48f59e8b) ) - ROM_LOAD( "2708.5c", 0xec00, 0x0400, CRC(68eb0ad5) SHA1(d303685ffd67898cec3e7c51b3831558a837e5a3) ) - ROM_LOAD( "2708.4h", 0xf000, 0x0400, CRC(ea8d1f2f) SHA1(35b01e76284080d5bd0270e4004a54386d9eb697) ) - ROM_LOAD( "2708.4e", 0xf400, 0x0400, CRC(6e7f00ae) SHA1(91ca17d5dc75be641c059fd84bed7cced2a2ef69) ) - ROM_LOAD( "2708.4d", 0xf800, 0x0400, CRC(29501dba) SHA1(978d7009eab8da40ccf0d026c9dabc0a3fa95d76) ) - ROM_LOAD( "2708.4c", 0xfc00, 0x0400, CRC(9bd589a6) SHA1(bce92fcab5220ff68526bc8c1c88ab0f317fe400) ) + ROM_LOAD( "2708mkii.5e", 0xe400, 0x0400, CRC(27d7060d) SHA1(796c44a395e1c54769dc57050503b4b111bde7ef) ) + ROM_LOAD( "2708mkii.5d", 0xe800, 0x0400, CRC(6ccb3b0a) SHA1(566104ca2e0fae741d4650e7159c9ddb48f59e8b) ) + ROM_LOAD( "2708mkii.5c", 0xec00, 0x0400, CRC(68eb0ad5) SHA1(d303685ffd67898cec3e7c51b3831558a837e5a3) ) + ROM_LOAD( "2708mkii.4h", 0xf000, 0x0400, CRC(ea8d1f2f) SHA1(35b01e76284080d5bd0270e4004a54386d9eb697) ) + ROM_LOAD( "2708mkii.4e", 0xf400, 0x0400, CRC(6e7f00ae) SHA1(91ca17d5dc75be641c059fd84bed7cced2a2ef69) ) + ROM_LOAD( "2708mkii.4d", 0xf800, 0x0400, CRC(29501dba) SHA1(978d7009eab8da40ccf0d026c9dabc0a3fa95d76) ) + ROM_LOAD( "2708mkii.4c", 0xfc00, 0x0400, CRC(9bd589a6) SHA1(bce92fcab5220ff68526bc8c1c88ab0f317fe400) ) ROM_REGION( 0x0020, REGION_PROMS, 0 ) ROM_LOAD( "709-5.1a", 0x0000, 0x0020, CRC(61329fd1) SHA1(15782d8757d4dda5a8b97815e94c90218f0e08dd) ) @@ -1289,7 +1283,7 @@ GAME( 1979, afire, astrof, abattle, abattle, afire, ROT90, "Rene Pierre GAME( 1979, acombat, astrof, abattle, abattle, afire, ROT90, "bootleg", "Astro Combat (newer, CB)", GAME_SUPPORTS_SAVE ) GAME( 1979, acombato, astrof, abattle, abattle, afire, ROT90, "bootleg", "Astro Combat (older, PZ)", GAME_SUPPORTS_SAVE ) GAME( 1979, sstarbtl, astrof, abattle, abattle, sstarbtl,ROT90, "bootleg", "Super Star Battle", GAME_SUPPORTS_SAVE ) -GAME( 1980, spfghmk2, 0, spfghmk2, spfghmk2, 0, ROT90, "Data East", "Space Fighter Mark II (set 1)", GAME_NO_SOUND | GAME_SUPPORTS_SAVE ) -GAME( 1980, spfgmk22, spfghmk2, spfghmk2, spfgmk22, 0, ROT90, "Data East", "Space Fighter Mark II (set 2)", GAME_NO_SOUND | GAME_SUPPORTS_SAVE ) +GAME( 1979, spfghmk2, 0, spfghmk2, spfghmk2, 0, ROT90, "Data East", "Space Fighter Mark II (set 1)", GAME_NO_SOUND | GAME_SUPPORTS_SAVE ) +GAME( 1979, spfgmk22, spfghmk2, spfghmk2, spfgmk22, 0, ROT90, "Data East", "Space Fighter Mark II (set 2)", GAME_NO_SOUND | GAME_SUPPORTS_SAVE ) GAME( 1980, tomahawk, 0, tomahawk, tomahawk, 0, ROT90, "Data East", "Tomahawk 777 (rev 5)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) GAME( 1980, tomahaw1, tomahawk, tomahawk, tomahawk, 0, ROT90, "Data East", "Tomahawk 777 (rev 1)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE ) diff --git a/src/mame/mamedriv.c b/src/mame/mamedriv.c index 9c8699804e8..8099a70bc7c 100644 --- a/src/mame/mamedriv.c +++ b/src/mame/mamedriv.c @@ -4078,8 +4078,8 @@ BOMULEUL CHAJARA SEGA ST-V 1997/04/11 DRIVER( acombat ) /* bootleg */ DRIVER( acombato ) /* bootleg */ DRIVER( sstarbtl ) /* bootleg */ - DRIVER( spfghmk2 ) /* (c) [1980] Data East Corporation */ - DRIVER( spfgmk22 ) /* (c) [1980] Data East Corporation */ + DRIVER( spfghmk2 ) /* (c) [1979] Data East Corporation */ + DRIVER( spfgmk22 ) /* (c) [1979] Data East Corporation */ DRIVER( tomahawk ) /* (c) 1980 Data East, Inc. */ DRIVER( tomahaw1 ) /* (c) 1980 Data East, Inc. */ DRIVER( progolf ) /* (c) 1981 */