mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
namcos23 housekeeping: move months to mamedriv, fix 500 GP name [Guru]
This commit is contained in:
parent
c6b8204b3e
commit
af14594f2c
@ -102,19 +102,19 @@ Namco, 1997 - 2000
|
||||
Note! This document is a Work-In-Progress and will be updated from time to time when more dumps are available.
|
||||
|
||||
This document covers all the known Namco Gorgon / System 23 / Super System 23 games, including....
|
||||
Final Furlong Namco, 1997/07 System 22.5/Gorgon
|
||||
Motocross Go! Namco, 1997/11 System 23
|
||||
Rapid River Namco, 1997/12 System 22.5/Gorgon
|
||||
Downhill Bikers Namco, 1998/03 System 23
|
||||
Time Crisis II Namco, 1998/04 System 23 and Super System 23
|
||||
Panic Park Namco, 1998/05 System 23
|
||||
*Race On! Namco, 1998/09 Super System 23
|
||||
Gunmen Wars Namco, 1998/11 Super System 23
|
||||
*Angler King Namco, 1999/03 Super System 23
|
||||
500 GP Namco, 1999/03 Super System 23
|
||||
Final Furlong 2 Namco, 1999/03 Super System 23
|
||||
*Guitar Jam Namco, 1999/07 System 23
|
||||
Crisis Zone Namco, 1999/12 System 23 Evolution 2
|
||||
Final Furlong Namco, 1997 System 22.5/Gorgon
|
||||
Rapid River Namco, 1997 System 22.5/Gorgon
|
||||
Motocross Go! Namco, 1997 System 23
|
||||
Time Crisis II Namco, 1997 System 23 and Super System 23
|
||||
Downhill Bikers Namco, 1997 System 23
|
||||
Panic Park Namco, 1998 System 23
|
||||
*Angler King Namco, 1999 System 23
|
||||
Gunmen Wars Namco, 1998 Super System 23
|
||||
*Race On! Namco, 1998 Super System 23
|
||||
500 GP Namco, 1998 Super System 23
|
||||
Final Furlong 2 Namco, 1999 Super System 23
|
||||
*Guitar Jam Namco, 1999 Super System 23
|
||||
Crisis Zone Namco, 2000 System 23 Evolution 2
|
||||
|
||||
* - denotes not dumped yet (and hardware type not confirmed, they might not be System 23 hardware).
|
||||
If you can help with the remaining undumped S22.5/S23/SS23 games, please contact me at http://guru.mameworld.info/
|
||||
@ -2987,6 +2987,6 @@ GAME( 1997, timecrs2b,timecrs2, s23, s23, ss23, ROT0, "Namco", "Time Crisis
|
||||
GAME( 1997, timecrs2c,timecrs2, ss23io, ss23, ss23, ROT0, "Namco", "Time Crisis 2 (TSS4 Ver. A)", GAME_NOT_WORKING | GAME_UNEMULATED_PROTECTION | GAME_IMPERFECT_SOUND )
|
||||
GAME( 1998, panicprk, 0, s23, s23, ss23, ROT0, "Namco", "Panic Park (PNP2 Ver. A)", GAME_NOT_WORKING | GAME_UNEMULATED_PROTECTION | GAME_IMPERFECT_SOUND )
|
||||
GAME( 1998, gunwars, 0, gmen, ss23, ss23, ROT0, "Namco", "Gunmen Wars (GM1 Ver. A)", GAME_NOT_WORKING | GAME_UNEMULATED_PROTECTION | GAME_IMPERFECT_SOUND )
|
||||
GAME( 1998, 500gp, 0, ss23, ss23, ss23, ROT0, "Namco", "500GP", GAME_NOT_WORKING | GAME_UNEMULATED_PROTECTION | GAME_IMPERFECT_SOUND )
|
||||
GAME( 1998, 500gp, 0, ss23, ss23, ss23, ROT0, "Namco", "500 GP (5GP3 Ver. C)", GAME_NOT_WORKING | GAME_UNEMULATED_PROTECTION | GAME_IMPERFECT_SOUND )
|
||||
GAME( 1999, finfurl2, 0, gmen, ss23, ss23, ROT0, "Namco", "Final Furlong 2 (World)", GAME_NOT_WORKING | GAME_UNEMULATED_PROTECTION | GAME_IMPERFECT_SOUND )
|
||||
GAME( 1999, finfurl2j,finfurl2, gmen, ss23, ss23, ROT0, "Namco", "Final Furlong 2 (Japan)", GAME_NOT_WORKING | GAME_UNEMULATED_PROTECTION | GAME_IMPERFECT_SOUND )
|
||||
|
@ -925,18 +925,22 @@ const game_driver * const drivers[] =
|
||||
DRIVER( aquajet ) /* (c) 1996 */
|
||||
|
||||
/* Namco System 23 */
|
||||
DRIVER( rapidrvr ) /* (c) 1997 */
|
||||
DRIVER( finlflng ) /* (c) 1997 */
|
||||
DRIVER( downhill ) /* (c) 1997 */
|
||||
DRIVER( motoxgo ) /* (c) 1997 */
|
||||
DRIVER( timecrs2 ) /* (c) 1997 */
|
||||
DRIVER( timecrs2b ) /* (c) 1997 */
|
||||
DRIVER( timecrs2c ) /* (c) 1997 */
|
||||
DRIVER( panicprk ) /* (c) 1998 */
|
||||
DRIVER( gunwars ) /* (c) 1998 */
|
||||
DRIVER( 500gp ) /* (c) 1998 */
|
||||
DRIVER( finfurl2 ) /* (c) 1999 */
|
||||
DRIVER( finfurl2j ) /* (c) 1999 */
|
||||
DRIVER( finlflng ) /* July 1997 */
|
||||
DRIVER( motoxgo ) /* November 1997 */
|
||||
DRIVER( rapidrvr ) /* December 1997 */
|
||||
DRIVER( downhill ) /* March 1998 */
|
||||
DRIVER( timecrs2 ) /* April 1998 */
|
||||
DRIVER( timecrs2b ) /* April 1998 */
|
||||
DRIVER( timecrs2c ) /* April 1998 */
|
||||
DRIVER( panicprk ) /* May 1998 */
|
||||
/* Race On - September 1998 */
|
||||
DRIVER( gunwars ) /* September 1998 */
|
||||
/* Angler King - March 1999 */
|
||||
DRIVER( 500gp ) /* March 1999 */
|
||||
DRIVER( finfurl2 ) /* March 1999 */
|
||||
DRIVER( finfurl2j ) /* March 1999 */
|
||||
/* Guitar Jam - July 1999 */
|
||||
/* Crisis Zone - December 1999 */
|
||||
|
||||
/* Namco System 246 */
|
||||
DRIVER( sys246 )
|
||||
|
Loading…
Reference in New Issue
Block a user