mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
new working clone
----------------------------------- Ms. Pac-Man ('Made in Greece' bootleg, set 2) [Michael Moffitt, The Dumping Union]
This commit is contained in:
parent
6d1c017219
commit
e023716ff2
@ -4196,6 +4196,27 @@ ROM_START( mspacmanbg )
|
||||
ROM_LOAD( "82s129-2.c9", 0x0100, 0x0100, CRC(77245b66) SHA1(0c4d0bee858b97632411c440bea6948a74759746) ) /* timing - not used */ // == 82s126.3m
|
||||
ROM_END
|
||||
|
||||
ROM_START( mspacmanbg2 )
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
ROM_LOAD( "11-prg.bin", 0x0000, 0x4000, CRC(e11d4132) SHA1(9ab6b9e1ec8ad183ccdddb971e8be3eb3f59db01) )
|
||||
ROM_CONTINUE(0x8000,0x4000) // blocks 5+6 are repeated twice in here
|
||||
|
||||
ROM_REGION( 0x8000, "gfx1", 0 )
|
||||
ROM_LOAD( "13-chr.bin", 0x0000, 0x0800, CRC(8ee4a3b0) SHA1(01e3453c99f7a5d78ab083c49c650e898c0dd2ee) )
|
||||
ROM_CONTINUE(0x1000,0x800)
|
||||
ROM_CONTINUE(0x0800,0x800)
|
||||
ROM_CONTINUE(0x1800,0x800)
|
||||
ROM_IGNORE(0x2000)
|
||||
|
||||
ROM_REGION( 0x0120, "proms", 0 ) // not dumped for this set
|
||||
ROM_LOAD( "82s123.h7", 0x0000, 0x0020, BAD_DUMP CRC(3545e7e9) SHA1(b866b02579438afb11296e5c53a32c6425bd044d) )
|
||||
ROM_LOAD( "82s129-3.d1", 0x0020, 0x0100, BAD_DUMP CRC(3eb3a8e4) SHA1(19097b5f60d1030f8b82d9f1d3a241f93e5c75d6) )
|
||||
|
||||
ROM_REGION( 0x0200, "namco", 0 ) /* sound PROMs, not dumped for this set */
|
||||
ROM_LOAD( "82s129-1.a9", 0x0000, 0x0100, BAD_DUMP CRC(a9cc86bf) SHA1(bbcec0570aeceb582ff8238a4bc8546a23430081) )
|
||||
ROM_LOAD( "82s129-2.c9", 0x0100, 0x0100, BAD_DUMP CRC(77245b66) SHA1(0c4d0bee858b97632411c440bea6948a74759746) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( mspacmanbgd )
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
ROM_LOAD( "27256.01", 0x0000, 0x4000, CRC(5bcc195e) SHA1(9a82536f3a33c406b8cc9e076ccf21c61a009305) )
|
||||
@ -7543,7 +7564,8 @@ GAME( 1995, mschamps, mspacman, mschamp, mschamp, pacman_state, init_mschamp,
|
||||
|
||||
// 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.
|
||||
// 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
|
||||
GAME( 198?, mspacmanbg, mspacman,woodpek, mspacman, pacman_state, empty_init, ROT90, "bootleg", "Ms. Pac-Man ('Made in Greece' bootleg)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 198?, mspacmanbg, mspacman,woodpek, mspacman, pacman_state, empty_init, ROT90, "bootleg", "Ms. Pac-Man ('Made in Greece' bootleg, set 1)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1997, mspacmanbg2,mspacman,woodpek, mspacman, pacman_state, empty_init, ROT90, "bootleg", "Ms. Pac-Man ('Made in Greece' bootleg, set 2)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1992, mspacmanbgd,mspacman,woodpek, mspacman, pacman_state, empty_init, ROT90, "bootleg (Datamat)", "Miss Pukman ('Made in Greece' Datamat bootleg)", MACHINE_SUPPORTS_SAVE ) // shows 'Miss Pukman 1991/1992' but confirmed to be the bootleg distributed by Datamat
|
||||
GAME( 1992, mspacmanblt,mspacman,woodpek, mspacman, pacman_state, empty_init, ROT90, "bootleg (Triunvi)", "Come-Cocos (Ms. Pac-Man) ('Made in Greece' Triunvi bootleg)", MACHINE_SUPPORTS_SAVE ) //
|
||||
GAME( 1991, mspacmanbcc,mspacman,woodpek, mspacman, pacman_state, empty_init, ROT90, "bootleg (Tecnausa)", "Come-Cocos (Ms. Pac-Man) ('Made in Greece' Tecnausa bootleg)", MACHINE_SUPPORTS_SAVE ) // ^ same PCB, also dated 1991, distributed by Tecnausa
|
||||
|
@ -30726,6 +30726,7 @@ mspacman // (c) 1981 Midway // made by General Computer
|
||||
mspacmanbcc // bootleg
|
||||
mspacmanbco // bootleg
|
||||
mspacmanbg // bootleg
|
||||
mspacmanbg2 // bootleg
|
||||
mspacmanbgd // bootleg
|
||||
mspacmanblt // bootleg
|
||||
mspacmanbhe // bootleg
|
||||
|
Loading…
Reference in New Issue
Block a user