trunk/src/mame/drivers/pacman.c
| r243006 | r243007 | |
| 6616 | 6616 | membank("bank1")->set_entry(1); |
| 6617 | 6617 | } |
| 6618 | 6618 | |
| 6619 | DRIVER_INIT_MEMBER(pacman_state, mschamp) |
| 6620 | { |
| 6621 | save_item(NAME(m_counter)); |
| 6622 | } |
| 6623 | |
| 6619 | 6624 | DRIVER_INIT_MEMBER(pacman_state,woodpek) |
| 6620 | 6625 | { |
| 6621 | 6626 | int i, len; |
| r243006 | r243007 | |
| 6844 | 6849 | GAME( 1981, mspacii2, mspacman, woodpek, mspacman, pacman_state, mspacii, ROT90, "bootleg (Orca)", "Ms. Pac-Man II (Orca bootleg set 2)", GAME_SUPPORTS_SAVE ) |
| 6845 | 6850 | GAME( 1981, pacgal, mspacman, woodpek, mspacman, driver_device, 0, ROT90, "hack", "Pac-Gal", GAME_SUPPORTS_SAVE ) |
| 6846 | 6851 | GAME( 1981, mspacpls, mspacman, woodpek, mspacpls, driver_device, 0, ROT90, "hack", "Ms. Pac-Man Plus", GAME_SUPPORTS_SAVE ) |
| 6847 | | GAME( 1992, mschamp, mspacman, mschamp, mschamp, driver_device, 0, ROT90, "hack", "Ms. Pacman Champion Edition / Zola-Puc Gal", GAME_SUPPORTS_SAVE ) /* Rayglo version */ |
| 6848 | | GAME( 1995, mschamps, mspacman, mschamp, mschamp, driver_device, 0, ROT90, "hack", "Ms. Pacman Champion Edition / Super Zola-Puc Gal", GAME_SUPPORTS_SAVE ) |
| 6852 | GAME( 1992, mschamp, mspacman, mschamp, mschamp, pacman_state, mschamp, ROT90, "hack", "Ms. Pacman Champion Edition / Zola-Puc Gal", GAME_SUPPORTS_SAVE ) /* Rayglo version */ |
| 6853 | GAME( 1995, mschamps, mspacman, mschamp, mschamp, pacman_state, mschamp, ROT90, "hack", "Ms. Pacman Champion Edition / Super Zola-Puc Gal", GAME_SUPPORTS_SAVE ) |
| 6849 | 6854 | |
| 6850 | 6855 | // 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. |
| 6851 | 6856 | // 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 |