diff --git a/src/mame/drivers/aces1.c b/src/mame/drivers/aces1.c index 73c8a75f89a..c0a64402644 100644 --- a/src/mame/drivers/aces1.c +++ b/src/mame/drivers/aces1.c @@ -320,7 +320,6 @@ ROM_START( ac1pstrt ) ROM_LOAD( "pst.bin", 0x0000, 0x8000, CRC(8e2ee921) SHA1(100de5ab0420d6c0196d90da4412a7d2c24a0912) ) ROM_END - ROM_START( ac1primt ) ROM_REGION( 0x8000, "maincpu", 0 ) // same thing but in smaller roms? should they all really be like this? ROM_LOAD( "403ptp21.bin", 0x0000, 0x2000, CRC(5437973c) SHA1(cd42fe09a75ea8bf8efd25c1ca7b12c4db029f31) ) @@ -337,17 +336,11 @@ ROM_START( ac1taklv ) ROM_LOAD( "430tlp14.bin", 0x6000, 0x2000, CRC(09008e12) SHA1(f3f6dd3bafdcf7187148fed914d7c43caf53d48a) ) ROM_END -#if 0 - ROM_START( ac1cshtw ) // Cash Towers, same ROM as above, original machine apparently plays the same, reskinned machine? ROM_REGION( 0x8000, "maincpu", 0 ) ROM_LOAD( "ctp1.bin", 0x0000, 0x8000, CRC(2fabb08f) SHA1(b737930e428f9258ab22394229c2b5039edf8f97) ) ROM_END -//GAME( 199?, ac1cshtw ,0 ,aces1 ,aces1 , aces1_state,aces1 ,ROT0 ,"Ace", "Cash Towers (Ace) (ACESYS1)",GAME_IS_SKELETON_MECHANICAL ) // same ROM as above, original machine apparently plays the same, reskinned machine? - -#endif - ROM_START( ac1bbclb ) ROM_REGION( 0x8000, "maincpu", 0 ) @@ -663,6 +656,7 @@ GAME( 199?, ac1pster ,0 ,aces1 ,aces1 , aces1_state,aces1 ,ROT GAME( 199?, ac1pstrt ,0 ,aces1 ,aces1 , aces1_state,aces1 ,ROT0 ,"Pcp", "Pound Stretcher (Pcp) (ACESYS1)",GAME_IS_SKELETON_MECHANICAL ) GAME( 199?, ac1primt ,0 ,aces1 ,aces1 , aces1_state,aces1 ,ROT0 ,"Ace", "Primetime (Ace) (ACESYS1) (set 1)",GAME_IS_SKELETON_MECHANICAL ) GAME( 199?, ac1taklv ,0 ,aces1 ,aces1 , aces1_state,aces1 ,ROT0 ,"Ace", "Take It Or Leave It (Ace) (ACESYS1) (set 1)",GAME_IS_SKELETON_MECHANICAL ) +GAME( 199?, ac1cshtw ,0 ,aces1 ,aces1 , aces1_state,aces1 ,ROT0 ,"Ace", "Cash Towers (Ace) (ACESYS1)",GAME_IS_SKELETON_MECHANICAL ) // same ROM as above, combined, original machine apparently plays the same, reskinned machine? GAME( 199?, ac1bbclb ,0 ,aces1 ,aces1 , aces1_state,aces1 ,ROT0 ,"Ace", "Big Break Club (Ace) (ACESYS1) (set 1)",GAME_IS_SKELETON_MECHANICAL ) GAME( 199?, ac1bbclba ,ac1bbclb ,aces1 ,aces1 , aces1_state,aces1 ,ROT0 ,"Ace", "Big Break Club (Ace) (ACESYS1) (set 2)",GAME_IS_SKELETON_MECHANICAL ) GAME( 199?, ac1clbsv ,0 ,aces1 ,aces1 , aces1_state,aces1 ,ROT0 ,"Ace", "Club Sovereign (Ace) (ACESYS1)",GAME_IS_SKELETON_MECHANICAL ) diff --git a/src/mame/drivers/atari_s1.c b/src/mame/drivers/atari_s1.c index 41a98d5dfb1..9b56e920cdd 100644 --- a/src/mame/drivers/atari_s1.c +++ b/src/mame/drivers/atari_s1.c @@ -333,8 +333,6 @@ ROM_START(atarianb) ROM_REGION(0x1000, "sound1", 0) ROM_LOAD("82s130.bin", 0x0000, 0x0200, CRC(da1f77b4) SHA1(b21fdc1c6f196c320ec5404013d672c35f95890b)) ROM_END - -//GAME( 2002, atarianb, atarians, atari_s1, atari_s1, driver_device, 0, ROT0, "Atari / Gaston", "The Atarians (working bootleg)", GAME_IS_SKELETON_MECHANICAL) #endif @@ -388,6 +386,7 @@ ROM_END GAME( 1976, atarians, 0, atarians, atari_s1, driver_device, 0, ROT0, "Atari", "The Atarians", GAME_MECHANICAL | GAME_NO_SOUND) +//GAME( 2002, atarianb, atarians, atari_s1, atari_s1, driver_device, 0, ROT0, "Atari / Gaston", "The Atarians (working bootleg)", GAME_IS_SKELETON_MECHANICAL) GAME( 1977, time2000, 0, atari_s1, atari_s1, driver_device, 0, ROT0, "Atari", "Time 2000", GAME_MECHANICAL | GAME_NO_SOUND) GAME( 1977, aavenger, 0, atari_s1, atari_s1, driver_device, 0, ROT0, "Atari", "Airborne Avenger", GAME_MECHANICAL | GAME_NO_SOUND) GAME( 1978, midearth, 0, midearth, atari_s1, driver_device, 0, ROT0, "Atari", "Middle Earth", GAME_IS_SKELETON_MECHANICAL) diff --git a/src/mame/drivers/atarittl.c b/src/mame/drivers/atarittl.c index 61e59800c0c..beb78e4caac 100644 --- a/src/mame/drivers/atarittl.c +++ b/src/mame/drivers/atarittl.c @@ -436,12 +436,12 @@ GAME(1974, tank, 0, atarikee, 0, driver_device, 0, ROT0, "Ata // 100% TLL //GAME(1976, breakout, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Breakout [TTL]",GAME_IS_SKELETON) +//GAME(1974, coupedem, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Coupe De Monde [TTL]",GAME_IS_SKELETON) //GAME(1975, goal4, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Goal 4/World Cup/Coupe De Monde [TTL]",GAME_IS_SKELETON) //GAME(1973, gotchaat, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Gotcha [TTL]",GAME_IS_SKELETON) //? //GAME(1973, gotchaatc, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Gotcha Color [TTL]",GAME_IS_SKELETON) //? //GAME(1975, highway, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Highway/Hiway [TTL]",GAME_IS_SKELETON) //GAME(1974, pinpong, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Pin Pong [TTL]",GAME_IS_SKELETON) -//GAME(1974, pongdbl, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Pong Doubles/Coupe De Monde [TTL]",GAME_IS_SKELETON) //GAME(1975, pursuit, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Pursuit [TTL]",GAME_IS_SKELETON) //GAME(1973, quadpong, 0, atarikee, 0, driver_device, 0, ROT0, "Atari/Kee", "Quadrapong/Elimination [TTL]",GAME_IS_SKELETON) //GAME(1974, rebound, 0, atarikee, 0, driver_device, 0, ROT0, "Atari/Kee", "Rebound/Spike/Volleyball [TTL]",GAME_IS_SKELETON) diff --git a/src/mame/drivers/csplayh5.c b/src/mame/drivers/csplayh5.c index b55d844a7a4..45ca78e568e 100644 --- a/src/mame/drivers/csplayh5.c +++ b/src/mame/drivers/csplayh5.c @@ -754,11 +754,11 @@ GAME( 1995, csplayh1, 0, csplayh5, csplayh5, csplayh5_state, csplayh1, // 1999 /* 07 */ GAME( 1999, mjmania, 0, csplayh5, csplayh5, csplayh5_state, mjmania, ROT0, "Sphinx/Just&Just", "Mahjong Mania - Kairakukan e Youkoso (Japan)", GAME_NOT_WORKING ) -/* 08 */ // GAME( 1995, renaimj, 0, csplayh5, csplayh5, csplayh5_state, renaimj, ROT0, "Nichibutsu/eic", "Renai Mahjong Idol Gakuen (Japan)", GAME_NOT_WORKING ) +/* 08 */ //GAME( 1995, renaimj, 0, csplayh5, csplayh5, csplayh5_state, renaimj, ROT0, "Nichibutsu/eic", "Renai Mahjong Idol Gakuen (Japan)", GAME_NOT_WORKING ) /* 09 */ GAME( 1999, bikiniko, 0, csplayh5, csplayh5, csplayh5_state, bikiniko, ROT0, "Nichibutsu/eic", "BiKiNikko - Okinawa de Ippai Shichaimashita (Japan)", GAME_NOT_WORKING ) // 10 : Mahjong Hanafuda Cosplay Tengoku 6 - Junai hen : Nichibutsu/eic /* 11 */ GAME( 1999, thenanpa, 0, csplayh5, csplayh5, csplayh5_state, thenanpa, ROT0, "Nichibutsu/Love Factory/eic", "The Nanpa (Japan)", GAME_NOT_WORKING ) -/* 12 */ // GAME( 1999, pokoachu, 0, csplayh5, csplayh5, driver_device, 0, ROT0, "Nichibutsu/eic", "PokoaPoka Onsen de CHU - Bijin 3 Shimai ni Kiotsukete! (Japan)", GAME_NOT_WORKING ) +/* 12 */ //GAME( 1999, pokoachu, 0, csplayh5, csplayh5, driver_device, 0, ROT0, "Nichibutsu/eic", "PokoaPoka Onsen de CHU - Bijin 3 Shimai ni Kiotsukete! (Japan)", GAME_NOT_WORKING ) /* 13 */ GAME( 1999, csplayh7, 0, csplayh5, csplayh5, csplayh5_state, csplayh7, ROT0, "Nichibutsu/eic", "Cosplay Tengoku 7 - Super Kogal Grandprix (Japan)", GAME_NOT_WORKING ) // 14 : Ai-mode - Pet Shiiku : Nichibutsu/eic diff --git a/src/mame/drivers/djmain.c b/src/mame/drivers/djmain.c index 21b923fff34..fce0b66069c 100644 --- a/src/mame/drivers/djmain.c +++ b/src/mame/drivers/djmain.c @@ -2180,12 +2180,10 @@ GAME( 2002, bmfinal, 0, djmain, bm6thmix, djmain_state, bmfinal, ROT GAME( 1998, popn2, 0, djmain, popnmusic, djmain_state, beatmania, ROT0, "Konami", "Pop'n Music 2 (ver JA-A)", 0 ) -#if 0 // for reference, these sets have not been verified -GAME( 1998, bm3rdmxb, bm3rdmix, djmain, bm3rdmix, djmain_state, beatmania, ROT0, "Konami", "beatmania 3rd MIX (ver JA-B)", 0 ) +//GAME( 1998, bm3rdmxb, bm3rdmix, djmain, bm3rdmix, djmain_state, beatmania, ROT0, "Konami", "beatmania 3rd MIX (ver JA-B)", 0 ) -GAME( 1998, popn1, 0, djmain, popn1, djmain_state, beatmania, ROT0, "Konami", "Pop'n Music 1 (ver JA-A)", 0 ) -GAME( 1999, popn3, 0, djmain, popnmusic, djmain_state, beatmania, ROT0, "Konami", "Pop'n Music 3 (ver JA-A)", 0 ) +//GAME( 1998, popn1, 0, djmain, popn1, djmain_state, beatmania, ROT0, "Konami", "Pop'n Music 1 (ver JA-A)", 0 ) +//GAME( 1999, popn3, 0, djmain, popnmusic, djmain_state, beatmania, ROT0, "Konami", "Pop'n Music 3 (ver JA-A)", 0 ) -GAME( 1999, popnstex, 0, djmain, popnstex, djmain_state, beatmania, ROT0, "Konami", "Pop'n Stage EX (ver JB-A)", 0 ) -#endif +//GAME( 1999, popnstex, 0, djmain, popnstex, djmain_state, beatmania, ROT0, "Konami", "Pop'n Stage EX (ver JB-A)", 0 ) diff --git a/src/mame/drivers/hshavoc.c b/src/mame/drivers/hshavoc.c index 28011438de1..6f1df43c960 100644 --- a/src/mame/drivers/hshavoc.c +++ b/src/mame/drivers/hshavoc.c @@ -107,14 +107,6 @@ ROM_START( hshavoc ) ROM_LOAD( "pic16c57", 0x00, 0x01, NO_DUMP ) // protected ROM_END -#ifdef UNUSED_DEFINITION -ROM_START( hshavoc2 ) /* Genesis Version, for reference */ - ROM_REGION( 0x200000, "maincpu", 0 ) - ROM_LOAD( "hsh.rom", 0x000000, 0x100000, CRC(17be551c) SHA1(0dc1969098716ba332978b89356f62961417682b) ) -ROM_END - -//GAME( 1993, hshavoc2, hshavoc, md_bootleg, hshavoc, md_havoc_state, genesis, ROT0, "Data East", "High Seas Havoc (Genesis ROM)",GAME_NOT_WORKING ) -#endif DRIVER_INIT_MEMBER(md_boot_state,hshavoc) { @@ -228,5 +220,4 @@ DRIVER_INIT_MEMBER(md_boot_state,hshavoc) } - GAME( 1993, hshavoc, 0, md_bootleg, hshavoc, md_boot_state, hshavoc, ROT0, "Data East", "High Seas Havoc",GAME_NOT_WORKING ) diff --git a/src/mame/drivers/jpmimpctsw.c b/src/mame/drivers/jpmimpctsw.c index c2e1c22e9be..911a97070e9 100644 --- a/src/mame/drivers/jpmimpctsw.c +++ b/src/mame/drivers/jpmimpctsw.c @@ -2139,7 +2139,6 @@ ROM_START( j6reddmn ) ROM_LOAD( "reddemonsnd.bin", 0x000000, 0x080000, CRC(4fb1cbff) SHA1(27393e14af18f05df07bcbbab957a684de79dbb1) ) ROM_END -#if 0 /* the same as j6dmnjkra?? */ ROM_START( j6gldday ) ROM_REGION( PRGSIZE_REGULAR, "maincpu", 0 ) @@ -2150,10 +2149,6 @@ ROM_START( j6gldday ) ROM_LOAD( "gdsound.bin", 0x000000, 0x04a018, CRC(796e1b35) SHA1(e9c8e5a350823275c9ba9238781872ea359d5049) ) ROM_END -// GAME( 199?, j6gldday , 0 , impctawp, tbirds, driver_device, 0, ROT0, "JPM", "Golden Day (JPM) (IMPACT)", GAME_FLAGS ) // this is the same as j6dmnjkra -#endif - - ROM_START( j6dmngz ) ROM_REGION( PRGSIZE_REGULAR, "maincpu", 0 ) ROM_LOAD16_BYTE( "diamondgeezer.p1", 0x000000, 0x020000, CRC(518cd4e2) SHA1(93810c41f264666d0683179779f35dbbf3b86aa3) ) @@ -8250,6 +8245,8 @@ GAME( 199?, j6gforceb , j6gforce , impctawp, tbirds, driver_device, 0, ROT0, GAME( 199?, j6gforcec , j6gforce , impctawp, tbirds, driver_device, 0, ROT0, "JPM", "G Force (JPM) (IMPACT) (set 4)", GAME_FLAGS ) GAME( 199?, j6gforced , j6gforce , impctawp, tbirds, driver_device, 0, ROT0, "JPM", "G Force (JPM) (IMPACT) (15GBP Jackpot)", GAME_FLAGS ) +GAME( 199?, j6gldday , 0 , impctawp, tbirds, driver_device, 0, ROT0, "JPM", "Golden Day (JPM) (IMPACT)", GAME_FLAGS ) // this is the same as j6dmnjkra + GAME( 199?, j6gidogh , 0 , impctawp, tbirds, driver_device, 0, ROT0, "JPM", "G.I. Dough (Ace) (IMPACT)", GAME_FLAGS ) GAME( 199?, j6guab , 0 , impctawp, tbirds, driver_device, 0, ROT0, "JPM", "Give Us A Break (JPM) (IMPACT) (set 1)", GAME_FLAGS ) @@ -8268,13 +8265,13 @@ GAME( 199?, j6gldclb , 0 , impctawp, tbirds, driver_device, 0, ROT0, GAME( 199?, j6gldclba , j6gldclb , impctawp, tbirds, driver_device, 0, ROT0, "JPM", "Gladiator Club (JPM) (IMPACT) (set 2)", GAME_FLAGS ) GAME( 199?, j6gldclbb , j6gldclb , impctawp, tbirds, driver_device, 0, ROT0, "JPM", "Gladiator Club (JPM) (IMPACT) (set 3)", GAME_FLAGS ) +GAME( 199?, j6gldmin , 0 , impctawp, tbirds, driver_device, 0, ROT0, "Empire", "Gold Mine (Empire) (IMPACT)", GAME_FLAGS ) + GAME( 199?, j6gogold , 0 , impctawp, tbirds, driver_device, 0, ROT0, "JPM", "Go For Gold (JPM) (IMPACT) (set 1)", GAME_FLAGS ) GAME( 199?, j6gogolda , j6gogold , impctawp, tbirds, driver_device, 0, ROT0, "JPM", "Go For Gold (JPM) (IMPACT) (set 2)", GAME_FLAGS ) GAME( 199?, j6gogoldb , j6gogold , impctawp, tbirds, driver_device, 0, ROT0, "JPM", "Go For Gold (JPM) (IMPACT) (set 3)", GAME_FLAGS ) GAME( 199?, j6gogoldc , j6gogold , impctawp, tbirds, driver_device, 0, ROT0, "JPM", "Go For Gold (JPM) (IMPACT) (set 4)", GAME_FLAGS ) -GAME( 199?, j6gldmin , 0 , impctawp, tbirds, driver_device, 0, ROT0, "Empire", "Gold Mine (Empire) (IMPACT)", GAME_FLAGS ) - GAME( 199?, j6golddm , 0 , impctawp, tbirds, driver_device, 0, ROT0, "JPM", "Golden Demons (JPM) (IMPACT) (set 1)", GAME_FLAGS ) GAME( 199?, j6golddma , j6golddm , impctawp, tbirds, driver_device, 0, ROT0, "JPM", "Golden Demons (JPM) (IMPACT) (set 2)", GAME_FLAGS ) diff --git a/src/mame/drivers/meadwttl.c b/src/mame/drivers/meadwttl.c index 68478834d42..ddd97e55e55 100644 --- a/src/mame/drivers/meadwttl.c +++ b/src/mame/drivers/meadwttl.c @@ -136,8 +136,8 @@ ROM_START( cgunship ) ROM_REGION( 0x0400, "roms", ROMREGION_ERASE00 ) ROM_LOAD( "cobra.a9", 0x0000, 0x0200, CRC(7e0c767c) SHA1(7dd62186c99cfeec2c31f9366f0961abd4479147) ) ROM_LOAD( "cobra.a10", 0x0000, 0x0200, CRC(b1ec7340) SHA1(1cd69ed56d77014b957efe0426d769a5ad4899de) ) - ROM_LOAD( "cobra.f9", 0x0000, 0x0200, CRC(851868b9) SHA1(25a33683594829c1a362adefcba770d2369cdcdc) ) - ROM_LOAD( "cobra.f10", 0x0000, 0x0200, CRC(54f7a696) SHA1(c426a530bdf8a7bdc9ef5ef3efdfcdb87ff63164) ) + ROM_LOAD( "cobra.f9", 0x0000, 0x0020, CRC(851868b9) SHA1(25a33683594829c1a362adefcba770d2369cdcdc) ) + ROM_LOAD( "cobra.f10", 0x0000, 0x0020, CRC(54f7a696) SHA1(c426a530bdf8a7bdc9ef5ef3efdfcdb87ff63164) ) ROM_LOAD( "cobra.h7", 0x0000, 0x0200, CRC(cd490692) SHA1(50fc0e6d45d20d0f3604936443d3b85da9e8d0ef) ) ROM_LOAD( "cobra.m6", 0x0000, 0x0200, CRC(54d0e415) SHA1(3a9bacc5c90983f68ed7476323153e787e8c3d2c) ) ROM_LOAD( "cobra.m11", 0x0000, 0x0200, CRC(3840ac7b) SHA1(4d47cf00968070ad248aa8ad4f72a6a5fc61c82a) ) diff --git a/src/mame/drivers/norautp.c b/src/mame/drivers/norautp.c index 2ab2abbd0ca..cc2b3316396 100644 --- a/src/mame/drivers/norautp.c +++ b/src/mame/drivers/norautp.c @@ -3436,8 +3436,9 @@ ROM_END */ +/* ROM_START( pkii_dm ) - ROM_REGION( 0x10000, "maincpu", 0 ) /* no stack, call's RET go to PC=0 */ + ROM_REGION( 0x10000, "maincpu", 0 ) // no stack, call's RET go to PC=0 ROM_LOAD( "12.u12", 0x0000, 0x1000, CRC(048e70d8) SHA1(f0eb16ba68455638de2ce68f51f305a13d0df287) ) ROM_LOAD( "13.u18", 0x1000, 0x1000, CRC(06cf6789) SHA1(587d883c399348b518e3be4d1dc2581824055328) ) @@ -3448,6 +3449,7 @@ ROM_START( pkii_dm ) ROM_REGION( 0x0200, "proms", 0 ) ROM_LOAD( "63s141n.u51", 0x0000, 0x0100, CRC(88302127) SHA1(aed1273974917673405f1234ab64e6f8b3856c34) ) ROM_END +*/ /************************** @@ -3643,4 +3645,4 @@ GAME( 198?, fastdrwp, 0, dphl, norautp, driver_device, 0, ROT0, "S GAME( 198?, dphlunka, 0, dphl, norautp, driver_device, 0, ROT0, "SMS Manufacturing Corp.", "Draw Poker HI-LO (unknown, rev 1)", GAME_NOT_WORKING ) GAME( 198?, dphlunkb, 0, dphl, norautp, driver_device, 0, ROT0, "SMS Manufacturing Corp.", "Draw Poker HI-LO (unknown, rev 2)", GAME_NOT_WORKING ) -GAME( 198?, pkii_dm, 0, nortest1, norautp, driver_device, 0, ROT0, "", "Unknown Poker PKII/DM", GAME_NOT_WORKING ) +//GAME( 198?, pkii_dm, 0, nortest1, norautp, driver_device, 0, ROT0, "", "Unknown Poker PKII/DM", GAME_NOT_WORKING ) diff --git a/src/mame/drivers/st_mp200.c b/src/mame/drivers/st_mp200.c index c3f35cc7d7f..aaf106ab38f 100644 --- a/src/mame/drivers/st_mp200.c +++ b/src/mame/drivers/st_mp200.c @@ -112,8 +112,6 @@ ROM_START(cue) ROM_LOAD( "cpu_u6.716", 0x5800, 0x0800, NO_DUMP) ROM_RELOAD( 0xf800, 0x0800) ROM_END - -//GAME(1982, cue, 0, st_mp200, st_mp200, st_mp200_state, st_mp200, ROT0, "Stern", "Cue", GAME_IS_SKELETON_MECHANICAL) #endif /*-------------------------------- @@ -355,6 +353,7 @@ GAME(1980, ali, 0, st_mp200, st_mp200, st_mp200_state, st_m GAME(1980, biggame, 0, st_mp200, st_mp200, st_mp200_state, st_mp200, ROT0, "Stern", "Big Game", GAME_IS_SKELETON_MECHANICAL) GAME(1981, catacomp, 0, st_mp200, st_mp200, st_mp200_state, st_mp200, ROT0, "Stern", "Catacomb (Pinball)", GAME_IS_SKELETON_MECHANICAL) GAME(1980, cheetah, 0, st_mp200, st_mp200, st_mp200_state, st_mp200, ROT0, "Stern", "Cheetah", GAME_IS_SKELETON_MECHANICAL) +//GAME(1982, cue, 0, st_mp200, st_mp200, st_mp200_state, st_mp200, ROT0, "Stern", "Cue", GAME_IS_SKELETON_MECHANICAL) GAME(1982, dragfist, 0, st_mp200, st_mp200, st_mp200_state, st_mp200, ROT0, "Stern", "Dragonfist", GAME_IS_SKELETON_MECHANICAL) GAME(1980, flight2k, 0, st_mp200, st_mp200, st_mp200_state, st_mp200, ROT0, "Stern", "Flight 2000", GAME_IS_SKELETON_MECHANICAL) GAME(1981, freefall, 0, st_mp200, st_mp200, st_mp200_state, st_mp200, ROT0, "Stern", "Freefall", GAME_IS_SKELETON_MECHANICAL) diff --git a/src/mame/drivers/unkfr.c b/src/mame/drivers/unkfr.c index c00f37b2f96..c6714879478 100644 --- a/src/mame/drivers/unkfr.c +++ b/src/mame/drivers/unkfr.c @@ -741,7 +741,7 @@ ROM_START( unkfra ) ROM_LOAD( "taker-over-008.bin", 0x0000, 0x008000, CRC(2dad1088) SHA1(b8bdf5bf4e0ef5bee44d1f7031b08e4e6a8ae5ca) )//looks a bit ACE ish, but no strings to make sure ROM_END -GAME(19??, unkfr, 0, unkfr, unkfr, driver_device, 0, ROT0, "", "Unknown Fruit Machine ROMs (set 1)", GAME_IS_SKELETON_MECHANICAL) -GAME(19??, unkfra, 0, unkfr, unkfr, driver_device, 0, ROT0, "", "Unknown Fruit Machine ROMs (set 2)", GAME_IS_SKELETON_MECHANICAL) +//GAME(19??, unkfr, 0, unkfr, unkfr, driver_device, 0, ROT0, "", "Unknown Fruit Machine ROMs (set 1)", GAME_IS_SKELETON_MECHANICAL) +//GAME(19??, unkfra, 0, unkfr, unkfr, driver_device, 0, ROT0, "", "Unknown Fruit Machine ROMs (set 2)", GAME_IS_SKELETON_MECHANICAL) #endif diff --git a/src/mame/drivers/vd.c b/src/mame/drivers/vd.c index aa86e4c69e8..7cbec315eaf 100644 --- a/src/mame/drivers/vd.c +++ b/src/mame/drivers/vd.c @@ -189,8 +189,8 @@ ROM_START(ator) ROM_LOAD("ator.u5", 0x2000, 0x2000, NO_DUMP) ROM_LOAD("ator.u6", 0x4000, 0x2000, CRC(21aad5c4) SHA1(e78da5d80682710db34cbbfeae5af54241c73371)) ROM_END -//GAME(19??, ator, 0, vd, vd, driver_device, 0, ROT0, "Videodens", "Ator", GAME_IS_SKELETON_MECHANICAL) #endif +//GAME(19??, ator, 0, vd, vd, driver_device, 0, ROT0, "Videodens", "Ator", GAME_IS_SKELETON_MECHANICAL) GAME(1986, break86, 0, vd, vd, driver_device, 0, ROT0, "Videodens", "Break '86", GAME_IS_SKELETON_MECHANICAL) GAME(1986, papillon, 0, vd, vd, driver_device, 0, ROT0, "Videodens", "Papillon", GAME_IS_SKELETON_MECHANICAL) diff --git a/src/mame/drivers/wc90b.c b/src/mame/drivers/wc90b.c index d1d7550c7f6..0336c91358f 100644 --- a/src/mame/drivers/wc90b.c +++ b/src/mame/drivers/wc90b.c @@ -474,9 +474,9 @@ ROM_START( wc90b2 ) ROM_LOAD( "el_ic143_gal16v8_4.bin", 0x0800, 0x0117, NO_DUMP SHA1(fbe632437eac2418da7a3c3e947cfd36f6211407) ) ROM_END -#if 0 -/* Different bootleg set with only one new ROM, a05 (added as "el_ic98_27c512_05.bin"), not included because it's -probably just a minor text mod from the supported set (only two bytes differs), although I cannot find the difference: + +/* Different bootleg set with only one new ROM, a05 (added as "el_ic98_27c512_05.bin"), probably just a minor text mod from the supported set +(only two bytes differs), although I cannot find the difference: Comparing files a05.bin and el_ic98_27c512_05.bin 00000590: 0F 0B 00000591: FF FA @@ -524,8 +524,7 @@ ROM_START( wc90ba ) ROM_LOAD( "el_ic143_gal16v8_4.bin", 0x0800, 0x0117, NO_DUMP SHA1(fbe632437eac2418da7a3c3e947cfd36f6211407) ) ROM_END -//GAME( 1989, wc90ba, wc90, wc90b, wc90b, driver_device, 0, ROT0, "bootleg", "Euro League (alt version)", GAME_NO_COCKTAIL | GAME_IMPERFECT_SOUND ) -#endif GAME( 1989, wc90b1, wc90, wc90b, wc90b, driver_device, 0, ROT0, "bootleg", "Euro League (Italian hack of Tecmo World Cup '90)", GAME_NO_COCKTAIL | GAME_IMPERFECT_SOUND ) GAME( 1989, wc90b2, wc90, wc90b, wc90b, driver_device, 0, ROT0, "bootleg", "Worldcup '90", GAME_NO_COCKTAIL | GAME_IMPERFECT_SOUND ) +GAME( 1989, wc90ba, wc90, wc90b, wc90b, driver_device, 0, ROT0, "bootleg", "Euro League (Italian hack of Temco World Cup '90 - alt version)", GAME_NO_COCKTAIL | GAME_IMPERFECT_SOUND ) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 5b04bdb578e..d1d8726980b 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -667,8 +667,10 @@ junai // (c) 1998 csplayh5 // (c) 1998 junai2 // (c) 1998 mjmania // (c) 1999 +//renaimj bikiniko // (c) 1999 thenanpa // (c) 1999 +//pokoachu csplayh7 // (c) 1999 fuudol // (c) 2000 @@ -1014,6 +1016,7 @@ cybsledj // (c) 1993 (Japan) // Galaxian 3 HW gal3 // (c) 1992 (Arcade TV Game List - P.73, Right, 6 from top) +//gal3zlgr // Namco System 22 games ridgerac // (c) 1993 @@ -6101,6 +6104,7 @@ wc90b // (c) 1989 Tecmo wc90t // (c) 1989 Tecmo wc90b1 // bootleg wc90b2 // bootleg +wc90ba // bootleg spbactn // 9002 - (c) 1991 Tecmo spbactnj // 9002 - (c) 1991 Tecmo spbactnp // prototype @@ -11825,6 +11829,7 @@ ssjkrpkr // (c) 1982 Southern Systems & Assembly, Ltd. fastdrwp // Stern? dphlunka // SMS Manufacturing Corp? dphlunkb // SMS Manufacturing Corp? +//pkii_dm // Unknown Poker PKII/DM (misplaced roms) // Sanki Denshi Kogyo pachifev // (c) 1983? @@ -12565,10 +12570,7 @@ wildpkr // 199?, TAB Austria. manohman // 199?, Merkur. -// TTL logic games -pong // (c) 1972 Atari -pongd // (c) 1975 Atari -pongf // (c) 1972 Atari - no subcycles +// Atari TTL logic games + roms antiairc // (c) 1975 Atari crshnscr // (c) 1975 Atari indy4 // (c) 1976 Atari @@ -12580,6 +12582,38 @@ sharkjaw // (c) 1975 Atari steeplec // (c) 1975 Atari stntcycl // (c) 1976 Atari tank // (c) 1974 Atari + +// Atari TTL Missing Rom Dumps +//astrotrf +//lemans +//gtrak10 +//gtrak20 +//quack + +// Atari 100% TTL +pong // (c) 1972 Atari +pongd // (c) 1975 Atari +pongf // (c) 1972 Atari - no subcycles +//breakout +//coupedem +//goal4 +//gotchaat +//gotchaatc +//highway +//pinpong +//pursuit +//quadpong +//rebound +//spacrace +//touchme + +// Meadows TTL +bombaway +ckidzo +cgunship +mead4in1 + +// Misc TTL + roms tv21 // (c) 197? A-1 Supply tv21_3 // (c) 197? A-1 Supply tvpoker // (c) 197? A-1 Supply @@ -13557,6 +13591,7 @@ j6gogold // Go For Gold (JPM) j6gogolda // j6gogoldb // j6gogoldc // +j6gldday // Gold Day (JPM) j6gldmin // Gold Mine (Empire) j6golddm // Golden Demons (JPM) j6golddma // @@ -28289,6 +28324,7 @@ ac1pster // Pound Sterling (Ace) ac1pstrt // Pound Stretcher (Pcp) ac1primt // Primetime (Ace) ac1taklv // Take It Or Leave It (Ace) +ac1cshtw // Cash Towers (Ace) ac1bbclb // Big Break Club (Ace) ac1bbclba // ac1clbsv // Club Sovereign (Ace) @@ -29816,6 +29852,7 @@ dinoeggs Atari Generation/System 1 */ atarians +//atarianb time2000 aavenger midearth @@ -30872,6 +30909,7 @@ ali biggame catacomp cheetah +//cue dragfist flight2k freefall @@ -30937,6 +30975,7 @@ xforce // vd.c +//ator - missing most of rom break86 papillon @@ -31628,7 +31667,6 @@ bingomana // Arachnid - Super Six Plus II English Mark Darts 6000 arac6000 -// number1 // 1996 San Remo Games gluck2 // 1992 Yung Yu / CYE