mirror of
https://github.com/holub/mame
synced 2025-04-29 03:20:50 +03:00
commit
665c37d8bc
@ -1805,6 +1805,38 @@ ROM_START( pangbold )
|
||||
ROM_LOAD( "1.1a", 0x00000, 0x10000, CRC(b6463907) SHA1(b79e0dca10c639b7f0ea9cbc49300b80708d46fa) )
|
||||
ROM_END
|
||||
|
||||
// Similar to "pangbold" but with data on a battery backed 256Kbit RAM (undumped), on a small sub-board with the Z84 and a PLD (also undumped, was protected).
|
||||
ROM_START( pangbp )
|
||||
ROM_REGION( 2*0x50000, "maincpu", 0 )
|
||||
ROM_LOAD( "pangbp_nvr.bin", 0x00000, 0x08000, NO_DUMP ) // Opcodes + data (?) on battery backed RAM (the battery was dead, so it's undumped)
|
||||
ROM_LOAD( "pangbp_4.6l", 0x50000, 0x08000, CRC(01bc7ecf) SHA1(7f3e3cf5f5d03d1c2d1ad624627feb941aea7414) ) // Opcodes + data on ROM (almost the same as the first half of "4.6l" on "pangbold")
|
||||
ROM_LOAD( "pangbp_2.3l", 0x60000, 0x20000, CRC(3f15bb61) SHA1(4f74ee25f32a201482840158b4d4c7aca1cda684) ) // Decrypted opcodes
|
||||
ROM_LOAD( "pangbp_3.5l", 0x10000, 0x20000, CRC(ce6375e4) SHA1(fdd40d82553fcd4d2762ecfd898d0e3112dfde79) ) // Decrypted data
|
||||
|
||||
ROM_REGION( 0x100000, "gfx1", ROMREGION_ERASEFF ) // Chars
|
||||
ROM_LOAD( "pangbp_9.10o", 0x000000, 0x20000, CRC(3a5883f5) SHA1(a8a33071e10f5992e80afdb782c334829f9ae27f) )
|
||||
ROM_LOAD( "pangbp_10.14o", 0x020000, 0x20000, CRC(79a8ed08) SHA1(c1e43889e29b80c7fe2c09b11eecde24450a1ff5) )
|
||||
/* 40000-7ffff empty */
|
||||
ROM_LOAD( "pangbp_11.17j", 0x080000, 0x20000, CRC(166a16ae) SHA1(7f907c78b7ac8c99e3d79761a6ae689c77e3a1f5) )
|
||||
ROM_LOAD( "pangbp_12.20j", 0x0a0000, 0x20000, CRC(2fb3db6c) SHA1(328814d28569fec763975a8ae4c2767517a680af) )
|
||||
/* c0000-fffff empty */
|
||||
|
||||
ROM_REGION( 0x040000, "gfx2", 0 ) // Sprites
|
||||
ROM_LOAD( "pangbp_8.7o", 0x000000, 0x10000, CRC(f3188aa1) SHA1(f59da8986c0c7d74185211eae1d1cc3f59a54f82) )
|
||||
ROM_LOAD( "pangbp_7.5o", 0x010000, 0x10000, CRC(011da14b) SHA1(3af9c5ca263b3df98b4f4c88d5428a115ddebef8) )
|
||||
ROM_LOAD( "pangbp_6.3o", 0x020000, 0x10000, CRC(0e25e797) SHA1(88c99e544923142256c93ed2b71f06489f6a90a8) )
|
||||
ROM_LOAD( "pangbp_5.1o", 0x030000, 0x10000, CRC(6daa4e27) SHA1(23411928de911b6303efa3a229646001459e4c70) )
|
||||
|
||||
ROM_REGION( 0x80000, "oki", 0 ) // OKIM
|
||||
ROM_LOAD( "pangbp_1.1a", 0x00000, 0x10000, CRC(b6463907) SHA1(b79e0dca10c639b7f0ea9cbc49300b80708d46fa) )
|
||||
|
||||
ROM_REGION( 0x004b2, "plds", 0) // PLDs, all protected
|
||||
ROM_LOAD( "pangbp_p_1-peel18cv8.i1", 0x0000, 0x0155, NO_DUMP )
|
||||
ROM_LOAD( "pangbp_p_2-peel18cv8.g20", 0x0155, 0x0155, NO_DUMP )
|
||||
ROM_LOAD( "pangbp_p_3-pal16r4acn.b21", 0x02aa, 0x0104, NO_DUMP )
|
||||
ROM_LOAD( "pangbp_p_z-pal16l8anc.bin", 0x03ae, 0x0104, NO_DUMP )
|
||||
ROM_END
|
||||
|
||||
/* this bootleg has different sound hardware, the sound program is the same as 'rebus' by microhard
|
||||
I suspect it was produced by the same company as 'spangbl' */
|
||||
ROM_START( pangba )
|
||||
@ -2563,6 +2595,7 @@ GAME( 1989, pangbold, pang, pang, pang, mitchell_state, init_pa
|
||||
GAME( 1989, pangba, pang, pangba, pang, mitchell_state, init_pangb, ROT0, "bootleg", "Pang (bootleg, set 3)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1989, pangb2, pang, pang, pang, mitchell_state, init_pangb, ROT0, "bootleg", "Pang (bootleg, set 4)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1989, pangbb, pang, spangbl, pang, mitchell_state, init_pangb, ROT0, "bootleg", "Pang (bootleg, set 5)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1989, pangbp, pang, pang, pang, mitchell_state, init_pangb, ROT0, "bootleg", "Pang (bootleg, set 6)", MACHINE_NOT_WORKING ) // Missing the contents of a battery backed RAM
|
||||
GAME( 1989, cworld, 0, pang, qtono1, mitchell_state, init_cworld, ROT0, "Capcom", "Capcom World (Japan)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1990, hatena, 0, pang, qtono1, mitchell_state, init_hatena, ROT0, "Capcom", "Adventure Quiz 2 - Hatena? no Daibouken (Japan 900228)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1990, spang, 0, pangnv, pang, mitchell_state, init_spang, ROT0, "Mitchell", "Super Pang (World 900914)", MACHINE_SUPPORTS_SAVE )
|
||||
|
@ -21581,6 +21581,7 @@ pangb2 // bootleg
|
||||
pangba // bootleg
|
||||
pangbb // bootleg
|
||||
pangbold // bootleg
|
||||
pangbp // bootleg
|
||||
pkladies // (c) 1989 Mitchell
|
||||
pkladiesbl // bootleg
|
||||
pkladiesbl2 // bootleg
|
||||
|
Loading…
Reference in New Issue
Block a user