trunk/src/mame/drivers/pacman.c
| r26789 | r26790 | |
| 4240 | 4240 | ROM_END |
| 4241 | 4241 | |
| 4242 | 4242 | |
| 4243 | ROM_START( mspacmancr ) /* Bootleg on Crush Roller Board - Midway Graphics and Namco mentions are gone but Easter Egg still works */ |
| 4244 | ROM_REGION( 0x20000, "maincpu", 0 ) /* 64k for code+64k for decrypted code */ |
| 4245 | ROM_LOAD( "pacman.6e", 0x0000, 0x1000, CRC(c1e6ab10) SHA1(e87e059c5be45753f7e9f33dff851f16d6751181) ) // a.6e |
| 4246 | ROM_LOAD( "pacman.6f", 0x1000, 0x1000, CRC(1a6fb2d4) SHA1(674d3a7f00d8be5e38b1fdc208ebef5a92d38329) ) // b.6f |
| 4247 | ROM_LOAD( "pacman.6h", 0x2000, 0x1000, CRC(bcdd1beb) SHA1(8e47e8c2c4d6117d174cdac150392042d3e0a881) ) // c.6h |
| 4248 | ROM_LOAD( "pacman.6j", 0x3000, 0x1000, CRC(817d94e3) SHA1(d4a70d56bb01d27d094d73db8667ffb00ca69cb9) ) // d.6j |
| 4249 | ROM_LOAD( "u5", 0x8000, 0x0800, CRC(f45fbbcd) SHA1(b26cc1c8ee18e9b1daa97956d2159b954703a0ec) ) // 1.u5 |
| 4250 | ROM_LOAD( "u6", 0x9000, 0x1000, CRC(a90e7000) SHA1(e4df96f1db753533f7d770aa62ae1973349ea4cf) ) // 2.u6 |
| 4251 | ROM_LOAD( "3.u7", 0xb000, 0x1000, CRC(bd972c0c) SHA1(291bea78ba3cab862ab5c62488681f5848e50014) ) |
| 4252 | |
| 4253 | ROM_REGION( 0x2000, "gfx1", 0 ) |
| 4254 | ROM_LOAD( "5.5e", 0x0000, 0x1000, CRC(c45d4857) SHA1(06e8ceb7fcd745836b27b50495a4e9883a1ac88b) ) |
| 4255 | ROM_LOAD( "5f", 0x1000, 0x1000, CRC(615af909) SHA1(fd6a1dde780b39aea76bf1c4befa5882573c2ef4) ) // 6.5f |
| 4256 | |
| 4257 | ROM_REGION( 0x0120, "proms", 0 ) |
| 4258 | ROM_LOAD( "mb7051.7f", 0x0000, 0x0020, CRC(ff344446) SHA1(45eb37533da8912645a089b014f3b3384702114a) ) |
| 4259 | ROM_LOAD( "82s126.4a", 0x0020, 0x0100, CRC(3eb3a8e4) SHA1(19097b5f60d1030f8b82d9f1d3a241f93e5c75d6) ) // m82s129n.4a |
| 4260 | |
| 4261 | ROM_REGION( 0x0200, "namco", 0 ) /* sound PROMs */ |
| 4262 | ROM_LOAD( "82s126.1m", 0x0000, 0x0100, CRC(a9cc86bf) SHA1(bbcec0570aeceb582ff8238a4bc8546a23430081) ) // 7052.1m |
| 4263 | ROM_LOAD( "82s126.3m", 0x0100, 0x0100, CRC(77245b66) SHA1(0c4d0bee858b97632411c440bea6948a74759746) ) // 7052.3m /* timing - not used */ |
| 4264 | ROM_END |
| 4265 | |
| 4266 | |
| 4243 | 4267 | ROM_START( mspacmnf ) |
| 4244 | 4268 | ROM_REGION( 0x20000, "maincpu", 0 ) /* 64k for code+64k for decrypted code */ |
| 4245 | 4269 | ROM_LOAD( "pacman.6e", 0x0000, 0x1000, CRC(c1e6ab10) SHA1(e87e059c5be45753f7e9f33dff851f16d6751181) ) |
| r26789 | r26790 | |
| 6364 | 6388 | GAME( 1981, mspacmnf, mspacman, mspacman, mspacman, pacman_state, mspacman, ROT90, "hack", "Ms. Pac-Man (speedup hack)", GAME_SUPPORTS_SAVE ) |
| 6365 | 6389 | GAME( 1981, mspacmat, mspacman, mspacman, mspacman, pacman_state, mspacman, ROT90, "hack", "Ms. Pac Attack", GAME_SUPPORTS_SAVE ) |
| 6366 | 6390 | GAME( 1989, msheartb, mspacman, mspacman, mspacman, pacman_state, mspacman, ROT90, "hack (Two-Bit Score)", "Ms. Pac-Man Heart Burn", GAME_SUPPORTS_SAVE ) |
| 6391 | GAME( 1981, mspacmancr,mspacman,mspacman, mspacman, pacman_state, mspacman, ROT90, "bootleg", "Ms. Pac-Man (bootleg on Crush Roller Hardware)", GAME_SUPPORTS_SAVE ) |
| 6367 | 6392 | GAME( 1981, mspacmab, mspacman, woodpek, mspacman, driver_device, 0, ROT90, "bootleg", "Ms. Pac-Man (bootleg)", GAME_SUPPORTS_SAVE ) |
| 6368 | 6393 | GAME( 1981, mspacmbe, mspacman, woodpek, mspacman, pacman_state, mspacmbe, ROT90, "bootleg", "Ms. Pac-Man (bootleg, encrypted)", GAME_SUPPORTS_SAVE ) |
| 6369 | 6394 | GAME( 1981, mspacii, mspacman, woodpek, mspacman, pacman_state, mspacii, ROT90, "bootleg (Orca)", "Ms. Pac-Man II (Orca bootleg set 1)", GAME_SUPPORTS_SAVE ) |
trunk/src/mame/drivers/centiped.c
| r26789 | r26790 | |
| 2059 | 2059 | ROM_END |
| 2060 | 2060 | |
| 2061 | 2061 | |
| 2062 | ROM_START( magworma ) |
| 2063 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 2064 | ROM_LOAD( "h41.1d", 0x2000, 0x0800, CRC(773a3da6) SHA1(577ae0578231df83a768d6a50b86dcaf715a32d7) ) |
| 2065 | ROM_LOAD( "h42.1e", 0x2800, 0x0800, CRC(482c7808) SHA1(6d274a988e603d33131cb6ffbfe2cdd22fabf25b) ) |
| 2066 | ROM_LOAD( "h43.1fh", 0x3000, 0x0800, CRC(1c46f769) SHA1(dc25ab3d9abf2180d3ff20f96b69fd6ed3b0e08c) ) |
| 2067 | ROM_LOAD( "h44.1j", 0x3800, 0x0800, CRC(19a79e26) SHA1(0485ae6d21ad7c9d04475ad7858c47205830df84) ) |
| 2068 | |
| 2069 | ROM_REGION( 0x1000, "gfx1", 0 ) /* same as magworm */ |
| 2070 | ROM_LOAD( "h45.7hj", 0x0000, 0x0800, CRC(cea64e1a) SHA1(9022102124e1ad93f912ce8bdf85f8a886b0879b) ) |
| 2071 | ROM_LOAD( "h45.7f", 0x0800, 0x0800, CRC(24558ea5) SHA1(8cd7131e19afd7a96191b1b3c3fba7ae9a140f4b) ) |
| 2072 | |
| 2073 | ROM_REGION( 0x0200, "proms", 0 ) |
| 2074 | ROM_LOAD( "prom.4p", 0x0000, 0x0200, CRC(a5101624) SHA1(36d11e343a78046b99ea1a2daba4908ec60ae61e) ) /* not used */ |
| 2075 | ROM_END |
| 2076 | |
| 2077 | |
| 2062 | 2078 | ROM_START( milliped ) |
| 2063 | 2079 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 2064 | 2080 | ROM_LOAD( "136013-104.1mn", 0x4000, 0x1000, CRC(40711675) SHA1(b595d6a0f5d3c611ade1b83a94c3b909d2124dc4) ) |
| r26789 | r26790 | |
| 2203 | 2219 | GAME( 1989, centipdd, centiped, centiped, centiped, driver_device, 0, ROT270, "hack (Two-Bit Score)", "Centipede Dux (hack)", GAME_SUPPORTS_SAVE ) |
| 2204 | 2220 | GAME( 1980, caterplr, centiped, caterplr, caterplr, driver_device, 0, ROT270, "bootleg", "Caterpillar (bootleg of Centipede)", GAME_SUPPORTS_SAVE ) |
| 2205 | 2221 | GAME( 1980, millpac, centiped, centipdb, centiped, driver_device, 0, ROT270, "bootleg? (Valadon Automation)", "Millpac (bootleg of Centipede)", GAME_SUPPORTS_SAVE ) |
| 2206 | | GAME( 1980, magworm, centiped, magworm, magworm, driver_device, 0, ROT270, "bootleg", "Magic Worm (bootleg of Centipede)", GAME_SUPPORTS_SAVE ) |
| 2222 | GAME( 1980, magworm, centiped, magworm, magworm, driver_device, 0, ROT270, "bootleg", "Magic Worm (bootleg of Centipede)", GAME_SUPPORTS_SAVE ) |
| 2223 | GAME( 1980, magworma, centiped, magworm, magworm, driver_device, 0, ROT270, "bootleg", "Magic Worm (bootleg of Centipede) alternate", GAME_SUPPORTS_SAVE | GAME_NOT_WORKING ) |
| 2207 | 2224 | GAME( 1982, milliped, 0, milliped, milliped, driver_device, 0, ROT270, "Atari", "Millipede", GAME_SUPPORTS_SAVE ) |
| 2208 | 2225 | GAME( 1989, millipdd, milliped, milliped, milliped, driver_device, 0, ROT270, "hack (Two-Bit Score)", "Millipede Dux (hack)", GAME_SUPPORTS_SAVE ) |
| 2209 | 2226 | GAME( 2002, multiped, 0, multiped, multiped, centiped_state, multiped, ROT270, "hack (Braze Technologies)", "Multipede (Centipede/Millipede multigame kit)", GAME_NOT_WORKING | GAME_SUPPORTS_SAVE ) |