New clones marked not working

-----------------------------
Super Ms. Pac-Man (hack, NVC284/NVC285 hardware)
 [Roberto Fresca, Gabriel Vega (El Pampa), Pablo Marcos (FaceArcade), Emmanuel Firmapaz, Club Argentino de Arcades]
This commit is contained in:
Roberto Fresca 2024-03-30 00:52:30 +01:00
parent de91658241
commit 6812b88a0e
2 changed files with 52 additions and 20 deletions

View File

@ -35224,6 +35224,7 @@ mspacmanbi // bootleg
mspacmanblt // bootleg mspacmanblt // bootleg
mspacmanblt2 // bootleg mspacmanblt2 // bootleg
mspacmancr // bootleg on Crush Roller board mspacmancr // bootleg on Crush Roller board
mspacmanhnc // hack
mspacmanlai // bootleg mspacmanlai // bootleg
mspacmat // hack mspacmat // hack
mspacmbe // bootleg mspacmbe // bootleg

View File

@ -4751,6 +4751,36 @@ ROM_START( clubpacma )
ROM_END ROM_END
/*
This Ms. Pac-Man game has all the info in a 27256 EPROM.
It runs on a hardware with NVC284 and NVC285 Namco customs
Also the PCB has a lot of hacks involving high addressing lines
with different TTL components.
*/
ROM_START( mspacmanhnc )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "6f.bin", 0x0000, 0x4000, CRC(db164116) SHA1(e5b16b37e765ee46681b1d565c67d3eda94cd0f1) )
ROM_CONTINUE(0x8000,0x4000)
ROM_REGION( 0x2000, "gfx1", 0 )
ROM_LOAD( "5e.bin", 0x0000, 0x0800, CRC(93933d1d) SHA1(fa38d2cb87e872bb9a3158a4df98f38360dc85ec) )
ROM_LOAD( "5h.bin", 0x0800, 0x0800, CRC(7409fbec) SHA1(f440f08ba026ae6172666e1bdc0894ce33bba420) )
ROM_LOAD( "5f.bin", 0x1000, 0x0800, CRC(22b0188a) SHA1(a9ed9ca8b36a60081fd364abc9bc23963932cc0b) )
ROM_LOAD( "5j.bin", 0x1800, 0x0800, CRC(50c7477d) SHA1(c04ec282a8cb528df5e38ad750d12ee71612695d) )
// from parent set...
ROM_REGION( 0x0120, "proms", 0 )
ROM_LOAD( "82s123-cpu.7f", 0x0000, 0x0020, BAD_DUMP CRC(2fc650bd) SHA1(8d0268dee78e47c712202b0ec4f1f51109b1f2a5) )
ROM_LOAD( "82s129-vid.4a", 0x0020, 0x0100, BAD_DUMP CRC(3eb3a8e4) SHA1(19097b5f60d1030f8b82d9f1d3a241f93e5c75d6) )
ROM_REGION( 0x0200, "namco", 0 ) // Sound PROMs
ROM_LOAD( "82s129-vid.1m", 0x0000, 0x0100, BAD_DUMP CRC(a9cc86bf) SHA1(bbcec0570aeceb582ff8238a4bc8546a23430081) )
ROM_LOAD( "82s129-vid.3m", 0x0100, 0x0100, BAD_DUMP CRC(77245b66) SHA1(0c4d0bee858b97632411c440bea6948a74759746) ) // Timing - not used
ROM_END
/***************************************************************************** /*****************************************************************************
Ms Pac Man Twin (SUSILU) Ms Pac Man Twin (SUSILU)
@ -8410,6 +8440,7 @@ GAME( 1981, mspacpls, mspacman, woodpek, mspacman, pacman_state, empty_init,
GAME( 1992, mschamp, mspacman, mschamp, mschamp, pacman_state, init_mschamp, ROT90, "hack", "Ms. Pacman Champion Edition / Zola-Puc Gal", MACHINE_SUPPORTS_SAVE ) // Rayglo version GAME( 1992, mschamp, mspacman, mschamp, mschamp, pacman_state, init_mschamp, ROT90, "hack", "Ms. Pacman Champion Edition / Zola-Puc Gal", MACHINE_SUPPORTS_SAVE ) // Rayglo version
GAME( 1995, mschamps, mspacman, mschamp, mschamp, pacman_state, init_mschamp, ROT90, "hack", "Ms. Pacman Champion Edition / Super Zola-Puc Gal", MACHINE_SUPPORTS_SAVE ) GAME( 1995, mschamps, mspacman, mschamp, mschamp, pacman_state, init_mschamp, ROT90, "hack", "Ms. Pacman Champion Edition / Super Zola-Puc Gal", MACHINE_SUPPORTS_SAVE )
GAME( 1981, mspackpls, mspacman, woodpek, mspacman, pacman_state, init_mspackpls, ROT90, "hack", "Miss Packman Plus", MACHINE_SUPPORTS_SAVE ) GAME( 1981, mspackpls, mspacman, woodpek, mspacman, pacman_state, init_mspackpls, ROT90, "hack", "Miss Packman Plus", MACHINE_SUPPORTS_SAVE )
GAME( 198?, mspacmanhnc, mspacman, woodpek, mspacman, pacman_state, empty_init, ROT90, "hack", "Super Ms. Pac-Man (hack, NVC284/NVC285 hardware)", MACHINE_NOT_WORKING | MACHINE_SUPPORTS_SAVE )
// 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. // 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 // 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