Previous 199869 Revisions Next

r22968 Sunday 19th May, 2013 at 22:36:44 UTC by David Haywood
Pang (bootleg, set 4) [ANY]
[src/mame]mame.lst
[src/mame/drivers]mitchell.c

trunk/src/mame/drivers/mitchell.c
r22967r22968
15661566   ROM_LOAD( "bb1.bin",      0x00000, 0x20000, CRC(c52e5b8e) SHA1(933b954bfdd2d67e28b032ffabde192531249c1f) )
15671567ROM_END
15681568
1569ROM_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) )
1590ROM_END
1591
15691592/* I suspect the only real difference in this set is that it doesn't have the date hacked to (c)1990 like
15701593   the above bootleg, and it uses a different PCB layout.  Multiple PCBs with these ROMs have been found,
15711594   so it's worth supporting anyway. */
r22967r22968
22732296GAME( 1989, pangb,     pang,     pang,    pang, mitchell_state,     pangb,    ROT0,   "bootleg", "Pang (bootleg, set 1)", GAME_SUPPORTS_SAVE )
22742297GAME( 1989, pangbold,  pang,     pang,    pang, mitchell_state,     pangb,    ROT0,   "bootleg", "Pang (bootleg, set 2)", GAME_SUPPORTS_SAVE )
22752298GAME( 1989, pangba,    pang,     spangbl, pang, mitchell_state,     pangb,    ROT0,   "bootleg", "Pang (bootleg, set 3)", GAME_NO_SOUND | GAME_SUPPORTS_SAVE )
2299GAME( 1989, pangb2,    pang,     pang,    pang, mitchell_state,     pangb,    ROT0,   "bootleg", "Pang (bootleg, set 4)", GAME_SUPPORTS_SAVE )
22762300GAME( 1989, bbros,     pang,     pang,    pang, mitchell_state,     pang,     ROT0,   "Mitchell (Capcom license)", "Buster Bros. (US)", GAME_SUPPORTS_SAVE )
22772301GAME( 1989, pompingw,  pang,     pang,    pang, mitchell_state,     pang,     ROT0,   "Mitchell", "Pomping World (Japan)", GAME_SUPPORTS_SAVE )
22782302GAME( 1989, cworld,    0,        pang,    qtono1, mitchell_state,   cworld,   ROT0,   "Capcom", "Capcom World (Japan)", GAME_SUPPORTS_SAVE )
trunk/src/mame/mame.lst
r22967r22968
38353835pangb           // bootleg
38363836pangbold        // bootleg
38373837pangba          // bootleg
3838pangb2         // bootleg
38383839bbros           // (c) 1989 Capcom (US) not listed on Capcom's site
38393840pompingw        // (c) 1989 Mitchell (Japan)
38403841cbasebal        // 10/1989 (c) 1989 Capcom (Japan) (different hardware)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team