mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
Documentation update and name correction for Ms. Pac-Man/Galaga - 20th Anniversary Class of 1981 Reunion, which is the correct name. Also the Pacman 25th Anniversary is just a program update that gives the option of playing Pacman directly with it's own start button.
This commit is contained in:
parent
d55d93bc19
commit
4607ee58e9
@ -1,6 +1,6 @@
|
||||
/***************************************************************************
|
||||
|
||||
Ms.Pac-Man/Galaga - 20 Year Reunion hardware
|
||||
Ms.Pac-Man/Galaga - 20th Anniversary Class of 1981 Reunion
|
||||
|
||||
driver by Nicola Salmoria
|
||||
|
||||
@ -35,6 +35,11 @@
|
||||
|
||||
Versions known to exist but not dumped: v1.0 & v1.03
|
||||
|
||||
Pacman 25th Anniversary is a program update giving Pacman it's own start button
|
||||
instead of using the above mentioned "joystick maneuver"
|
||||
|
||||
Versions known to exist but not dumped: v2.0
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
@ -380,7 +385,7 @@ static DRIVER_INIT(20pacgal)
|
||||
*
|
||||
*************************************/
|
||||
|
||||
GAME( 2000, 20pacgal, 0, 20pacgal, 20pacgal, 20pacgal, ROT90, "Namco", "Ms. Pac-Man/Galaga - 20 Year Reunion (V1.08)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE)
|
||||
GAME( 2000, 20pacgalr4, 20pacgal, 20pacgal, 20pacgal, 20pacgal, ROT90, "Namco", "Ms. Pac-Man/Galaga - 20 Year Reunion (V1.04)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE)
|
||||
GAME( 2000, 20pacgalr2, 20pacgal, 20pacgal, 20pacgal, 20pacgal, ROT90, "Namco", "Ms. Pac-Man/Galaga - 20 Year Reunion (V1.02)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE)
|
||||
GAME( 2000, 20pacgalr1, 20pacgal, 20pacgal, 20pacgal, 20pacgal, ROT90, "Namco", "Ms. Pac-Man/Galaga - 20 Year Reunion (V1.01)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE)
|
||||
GAME( 2000, 20pacgal, 0, 20pacgal, 20pacgal, 20pacgal, ROT90, "Namco", "Ms. Pac-Man/Galaga - 20th Anniversary Class of 1981 Reunion (V1.08)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE)
|
||||
GAME( 2000, 20pacgalr4, 20pacgal, 20pacgal, 20pacgal, 20pacgal, ROT90, "Namco", "Ms. Pac-Man/Galaga - 20th Anniversary Class of 1981 Reunion (V1.04)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE)
|
||||
GAME( 2000, 20pacgalr2, 20pacgal, 20pacgal, 20pacgal, 20pacgal, ROT90, "Namco", "Ms. Pac-Man/Galaga - 20th Anniversary Class of 1981 Reunion (V1.02)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE)
|
||||
GAME( 2000, 20pacgalr1, 20pacgal, 20pacgal, 20pacgal, 20pacgal, ROT90, "Namco", "Ms. Pac-Man/Galaga - 20th Anniversary Class of 1981 Reunion (V1.01)", GAME_IMPERFECT_GRAPHICS | GAME_SUPPORTS_SAVE)
|
||||
|
Loading…
Reference in New Issue
Block a user