Previous 199869 Revisions Next

r34495 Monday 19th January, 2015 at 17:47:00 UTC by Osso
pacman.c: fixed mschamp save state problem (nw)
[src/mame/drivers]pacman.c
[src/mame/includes]pacman.h

trunk/src/mame/drivers/pacman.c
r243006r243007
66166616   membank("bank1")->set_entry(1);
66176617}
66186618
6619DRIVER_INIT_MEMBER(pacman_state, mschamp)
6620{
6621   save_item(NAME(m_counter));
6622}
6623
66196624DRIVER_INIT_MEMBER(pacman_state,woodpek)
66206625{
66216626   int i, len;
r243006r243007
68446849GAME( 1981, mspacii2, mspacman, woodpek,  mspacman, pacman_state,  mspacii,  ROT90,  "bootleg (Orca)", "Ms. Pac-Man II (Orca bootleg set 2)", GAME_SUPPORTS_SAVE )
68456850GAME( 1981, pacgal,   mspacman, woodpek,  mspacman, driver_device, 0,        ROT90,  "hack", "Pac-Gal", GAME_SUPPORTS_SAVE )
68466851GAME( 1981, mspacpls, mspacman, woodpek,  mspacpls, driver_device, 0,        ROT90,  "hack", "Ms. Pac-Man Plus", GAME_SUPPORTS_SAVE )
6847GAME( 1992, mschamp,  mspacman, mschamp,  mschamp,  driver_device, 0,        ROT90,  "hack", "Ms. Pacman Champion Edition / Zola-Puc Gal", GAME_SUPPORTS_SAVE ) /* Rayglo version */
6848GAME( 1995, mschamps, mspacman, mschamp,  mschamp,  driver_device, 0,        ROT90,  "hack", "Ms. Pacman Champion Edition / Super Zola-Puc Gal", GAME_SUPPORTS_SAVE )
6852GAME( 1992, mschamp,  mspacman, mschamp,  mschamp,  pacman_state,  mschamp,  ROT90,  "hack", "Ms. Pacman Champion Edition / Zola-Puc Gal", GAME_SUPPORTS_SAVE ) /* Rayglo version */
6853GAME( 1995, mschamps, mspacman, mschamp,  mschamp,  pacman_state,  mschamp,  ROT90,  "hack", "Ms. Pacman Champion Edition / Super Zola-Puc Gal", GAME_SUPPORTS_SAVE )
68496854
68506855// These bootlegs have MADE IN GREECE clearly visible and etched into the PCBs. They were very common in Spain with several operators having their own versions.
68516856// Based on the PCBs and copyright dates shown they  were produced late 80s / early 90s. Usually they run a version of Ms. Pacman, but were sometimes converted back to regular Pac-Man
trunk/src/mame/includes/pacman.h
r243006r243007
125125   DECLARE_DRIVER_INIT(8bpm);
126126   DECLARE_DRIVER_INIT(porky);
127127   DECLARE_DRIVER_INIT(mspacman);
128   DECLARE_DRIVER_INIT(mschamp);
128129   TILEMAP_MAPPER_MEMBER(pacman_scan_rows);
129130   TILE_GET_INFO_MEMBER(pacman_get_tile_info);
130131   TILE_GET_INFO_MEMBER(s2650_get_tile_info);


Previous 199869 Revisions Next


© 1997-2024 The MAME Team