trunk/src/mame/drivers/mitchell.c
| r22967 | r22968 | |
| 1566 | 1566 | ROM_LOAD( "bb1.bin", 0x00000, 0x20000, CRC(c52e5b8e) SHA1(933b954bfdd2d67e28b032ffabde192531249c1f) ) |
| 1567 | 1567 | ROM_END |
| 1568 | 1568 | |
| 1569 | ROM_START( pangb2 ) |
| 1570 | ROM_REGION( 2*0x50000, "maincpu", 0 ) |
| 1571 | ROM_LOAD( "27c512.11h", 0x50000, 0x08000, CRC(369a453e) SHA1(14acd8c2c2229a9af2aafda8e78f8f05d768b54a) ) /* Decrypted opcode + data */ |
| 1572 | ROM_CONTINUE( 0x00000, 0x08000 ) |
| 1573 | ROM_LOAD( "27c020.13h", 0x60000, 0x20000, CRC(5e7f24b1) SHA1(99d7365b6d9cc0afb8484c16536d33dc50f04676) ) /* Decrypted op codes */ |
| 1574 | ROM_CONTINUE(0x10000, 0x20000 ) /* Decrypted data */ |
| 1575 | |
| 1576 | ROM_REGION( 0x100000, "gfx1", ROMREGION_ERASEFF ) |
| 1577 | ROM_LOAD( "pang_09.bin", 0x000000, 0x20000, CRC(3a5883f5) SHA1(a8a33071e10f5992e80afdb782c334829f9ae27f) ) /* chars */ |
| 1578 | ROM_LOAD( "bb3.bin", 0x020000, 0x20000, CRC(79a8ed08) SHA1(c1e43889e29b80c7fe2c09b11eecde24450a1ff5) ) |
| 1579 | /* 40000-7ffff empty */ |
| 1580 | ROM_LOAD( "pang_11.bin", 0x080000, 0x20000, CRC(166a16ae) SHA1(7f907c78b7ac8c99e3d79761a6ae689c77e3a1f5) ) |
| 1581 | ROM_LOAD( "bb5.bin", 0x0a0000, 0x20000, CRC(2fb3db6c) SHA1(328814d28569fec763975a8ae4c2767517a680af) ) |
| 1582 | /* c0000-fffff empty */ |
| 1583 | |
| 1584 | ROM_REGION( 0x040000, "gfx2", 0 ) |
| 1585 | ROM_LOAD( "bb10.bin", 0x000000, 0x20000, CRC(fdba4f6e) SHA1(9a2412a97682bbd25b8942520a0c02616bd59353) ) /* sprites */ |
| 1586 | ROM_LOAD( "bb9.bin", 0x020000, 0x20000, CRC(39f47a63) SHA1(05675ad45909a7d723acaf4d53b4e588d4e048b9) ) |
| 1587 | |
| 1588 | ROM_REGION( 0x80000, "oki", 0 ) /* OKIM */ |
| 1589 | ROM_LOAD( "bb1.bin", 0x00000, 0x20000, CRC(c52e5b8e) SHA1(933b954bfdd2d67e28b032ffabde192531249c1f) ) |
| 1590 | ROM_END |
| 1591 | |
| 1569 | 1592 | /* I suspect the only real difference in this set is that it doesn't have the date hacked to (c)1990 like |
| 1570 | 1593 | the above bootleg, and it uses a different PCB layout. Multiple PCBs with these ROMs have been found, |
| 1571 | 1594 | so it's worth supporting anyway. */ |
| r22967 | r22968 | |
| 2273 | 2296 | GAME( 1989, pangb, pang, pang, pang, mitchell_state, pangb, ROT0, "bootleg", "Pang (bootleg, set 1)", GAME_SUPPORTS_SAVE ) |
| 2274 | 2297 | GAME( 1989, pangbold, pang, pang, pang, mitchell_state, pangb, ROT0, "bootleg", "Pang (bootleg, set 2)", GAME_SUPPORTS_SAVE ) |
| 2275 | 2298 | GAME( 1989, pangba, pang, spangbl, pang, mitchell_state, pangb, ROT0, "bootleg", "Pang (bootleg, set 3)", GAME_NO_SOUND | GAME_SUPPORTS_SAVE ) |
| 2299 | GAME( 1989, pangb2, pang, pang, pang, mitchell_state, pangb, ROT0, "bootleg", "Pang (bootleg, set 4)", GAME_SUPPORTS_SAVE ) |
| 2276 | 2300 | GAME( 1989, bbros, pang, pang, pang, mitchell_state, pang, ROT0, "Mitchell (Capcom license)", "Buster Bros. (US)", GAME_SUPPORTS_SAVE ) |
| 2277 | 2301 | GAME( 1989, pompingw, pang, pang, pang, mitchell_state, pang, ROT0, "Mitchell", "Pomping World (Japan)", GAME_SUPPORTS_SAVE ) |
| 2278 | 2302 | GAME( 1989, cworld, 0, pang, qtono1, mitchell_state, cworld, ROT0, "Capcom", "Capcom World (Japan)", GAME_SUPPORTS_SAVE ) |