Previous 199869 Revisions Next

r30772 Monday 2nd June, 2014 at 11:16:19 UTC by David Haywood
new clones
Miss Pukman ('Made in Greece' bootleg) [AUMAP]
Zero Time (Datamat) [AUMAP]

these are both bootlegs produced in the early 90s by Datamat, Datamat still operate as Datasat http://datasat.info/
[src/mame]mame.lst
[src/mame/drivers]galaxian.c pacman.c

trunk/src/mame/drivers/pacman.c
r30771r30772
37873787   ROM_LOAD( "82s129-2.c9",    0x0100, 0x0100, CRC(77245b66) SHA1(0c4d0bee858b97632411c440bea6948a74759746) ) /* timing - not used */ // == 82s126.3m
37883788ROM_END
37893789
3790ROM_START( mspacmanbgd )
3791   ROM_REGION( 0x10000, "maincpu", 0 )
3792   ROM_LOAD( "27256.01",  0x0000, 0x4000, CRC(5bcc195e) SHA1(9a82536f3a33c406b8cc9e076ccf21c61a009305) )
3793   ROM_CONTINUE(0x8000,0x4000) // blocks 5+6 are repeated twice in here
37903794
3795   ROM_REGION( 0x8000, "gfx1", 0 )
3796   ROM_LOAD( "10.e5",    0x0000, 0x0800, CRC(f2c5da43) SHA1(6a6de2ecc313a11ad12d8d1712c05f923984f668) )
3797   ROM_CONTINUE(0x1000,0x800)
3798   ROM_CONTINUE(0x0800,0x800)
3799   ROM_CONTINUE(0x1800,0x800)
3800   ROM_IGNORE(0x6000) // this also contains regular pacman gfx, ignore them for now at least
37913801
3802   ROM_REGION( 0x0120, "proms", 0 )
3803   ROM_LOAD( "82s123.h7",    0x0000, 0x0020, CRC(3545e7e9) SHA1(b866b02579438afb11296e5c53a32c6425bd044d) ) // slightly different to original (verified)
3804   ROM_LOAD( "82s129-3.d1",  0x0020, 0x0100, CRC(3eb3a8e4) SHA1(19097b5f60d1030f8b82d9f1d3a241f93e5c75d6) ) // == 82s126.4a
3805
3806   ROM_REGION( 0x0200, "namco", 0 )    /* sound PROMs */
3807   ROM_LOAD( "82s129-1.a9",    0x0000, 0x0100, CRC(a9cc86bf) SHA1(bbcec0570aeceb582ff8238a4bc8546a23430081) ) // == 82s126.1m
3808   ROM_LOAD( "82s129-2.c9",    0x0100, 0x0100, CRC(77245b66) SHA1(0c4d0bee858b97632411c440bea6948a74759746) ) /* timing - not used */ // == 82s126.3m
3809ROM_END
3810
37923811ROM_START( hangly )
37933812   ROM_REGION( 0x10000, "maincpu", 0 )
37943813   ROM_LOAD( "hangly.6e",    0x0000, 0x1000, CRC(5fe8610a) SHA1(d63eaebd85e10aa6c27bb7f47642dd403eeb6934) )
r30771r30772
63696388GAME( 1981, pacgal,   mspacman, woodpek,  mspacman, driver_device, 0,        ROT90,  "hack", "Pac-Gal", GAME_SUPPORTS_SAVE )
63706389GAME( 1981, mspacpls, mspacman, woodpek,  mspacpls, driver_device, 0,        ROT90,  "hack", "Ms. Pac-Man Plus", GAME_SUPPORTS_SAVE )
63716390GAME( 198?, mspacmanbg,mspacman,woodpek,  mspacman, driver_device, 0,        ROT90,  "bootleg", "Ms. Pac-Man ('Made in Greece' bootleg)", GAME_SUPPORTS_SAVE ) // likely produced late 80s / early 90s, these bootlegs have very visible 'MADE IN GREECE' text etched onto the board
6391GAME( 1992, mspacmanbgd,mspacman,woodpek, mspacman, driver_device, 0,        ROT90,  "bootleg (Datamat)", "Miss Pukman ('Made in Greece' bootleg)", GAME_SUPPORTS_SAVE ) // shows 'Miss Pukman 1991/1992' but confirmed to be the bootleg distributed by Datamat
63726392GAME( 1992, mschamp,  mspacman, mschamp,  mschamp,  driver_device, 0,        ROT90,  "hack", "Ms. Pacman Champion Edition / Zola-Puc Gal", GAME_SUPPORTS_SAVE ) /* Rayglo version */
63736393GAME( 1995, mschamps, mspacman, mschamp,  mschamp,  driver_device, 0,        ROT90,  "hack", "Ms. Pacman Champion Edition / Super Zola-Puc Gal", GAME_SUPPORTS_SAVE )
63746394
trunk/src/mame/drivers/galaxian.c
r30771r30772
69106910   ROM_LOAD( "6l.bpr",       0x0000, 0x0020, CRC(c3ac9467) SHA1(f382ad5a34d282056c78a5ec00c30ec43772bae2) )
69116911ROM_END
69126912
6913// Late-to-market bootleg with PCB mods to use a single program rom
6914// Datamat is the old name of Datasat, a technical service and distributor of arcade PCB's from the 80's and 90's.
6915// A lot of the bootleg PCB's around Spain have Datamat stickers on the roms. It was one of the most important PCB sellers/distributors in the country from the era.
6916// Datamat still operate today as Datasat http://datasat.info/
6917ROM_START( zerotimed )
6918   ROM_REGION( 0x4000, "maincpu", 0 )
6919   ROM_LOAD( "zerotime_datamat.bin",  0x0000, 0x4000, CRC(be60834b) SHA1(426cb27a38fd99485481cb74c7372df8b7c8832a) )
6920
6921   ROM_REGION( 0x1000, "gfx1", 0 )
6922   ROM_LOAD( "ztc-2.016",    0x0000, 0x0800, CRC(1b13ca05) SHA1(6999068771dacc6bf6c17eb858af593a929d09af) )
6923   ROM_LOAD( "ztc-1.016",    0x0800, 0x0800, CRC(5cd7df03) SHA1(77873408c89546a17b1da3f64b7e96e314fadb17) )
6924
6925   ROM_REGION( 0x0020, "proms", 0 )
6926   ROM_LOAD( "6l.bpr",       0x0000, 0x0020, CRC(c3ac9467) SHA1(f382ad5a34d282056c78a5ec00c30ec43772bae2) )
6927ROM_END
6928
6929
69136930ROM_START( starfght )
69146931   ROM_REGION( 0x4000, "maincpu", 0 )
69156932   ROM_LOAD( "ja.1",         0x0000, 0x0400, CRC(c6ab558b) SHA1(2b707e332c57b9ec6a61220ab2b79ed5076d0628) )
r30771r30772
1058410601GAME( 1979, swarm,    galaxian, galaxian, swarm, galaxian_state,    galaxian, ROT90,  "bootleg? (Subelectro)", "Swarm (bootleg?)", GAME_SUPPORTS_SAVE )
1058510602GAME( 1980, astrians, galaxian, galaxian, swarm,  galaxian_state,   galaxian, ROT90,  "bootleg (BGV Ltd.)", "Astrians (clone of Swarm)", GAME_SUPPORTS_SAVE )
1058610603GAME( 1979, zerotime, galaxian, galaxian, zerotime, galaxian_state, galaxian, ROT90,  "bootleg? (Petaco S.A.)", "Zero Time", GAME_SUPPORTS_SAVE )
10604GAME( 1979, zerotimed,galaxian, galaxian, zerotime, galaxian_state, galaxian, ROT90,  "bootleg (Datamat)", "Zero Time (Datamat)", GAME_SUPPORTS_SAVE ) // a 1994 bootleg of the Petaco bootleg
1058710605GAME( 1979, starfght, galaxian, galaxian, swarm, galaxian_state,    galaxian, ROT90,  "bootleg (Jeutel)", "Star Fighter", GAME_SUPPORTS_SAVE )
1058810606GAME( 1979, galaxbsf, galaxian, galaxian, galaxian, galaxian_state, galaxian, ROT90,  "bootleg", "Galaxian (bootleg, set 1)", GAME_SUPPORTS_SAVE )
1058910607GAME( 1979, galaxianbl,galaxian,galaxian, galaxianbl,galaxian_state,galaxian, ROT90,  "bootleg", "Galaxian (bootleg, set 2)", GAME_SUPPORTS_SAVE )
trunk/src/mame/mame.lst
r30771r30772
100100mspacmat        // hack
101101msheartb        // hack
102102mspacmanbg      // bootleg
103mspacmanbgd      // bootleg
103104woodpeck        // (c) 1981 Amenip (Palcom Queen River)
104105woodpeca        // (c) 1981 Amenip Nova Games Ltd.
105106mspacmab        // bootleg
r30771r30772
174175galturbo        // hack
175176swarm           // hack
176177zerotime        // hack
178zerotimed      // hack
177179starfght        // hack
178180galaxbsf        // hack
179181galaxianbl      // bootleg

Previous 199869 Revisions Next


© 1997-2024 The MAME Team