mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
New clones added
---------------- Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 2) [Dlfrsilver]
This commit is contained in:
parent
d4553e147a
commit
30dff4284a
@ -4540,6 +4540,18 @@ ROM_START( pipibibs )
|
||||
ROM_LOAD( "tp025-3.bin", 0x100000, 0x100000, CRC(7b16101e) SHA1(ae0119bbfa0937d18c4fbb0a3ef7cdc3b9fa6b56) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( pipibibsa )
|
||||
ROM_REGION( 0x040000, "maincpu", 0 ) /* Main 68K code */
|
||||
ROM_LOAD16_BYTE( "tp025-1.alt.bin", 0x000000, 0x020000, CRC(3e522d98) SHA1(043dd76b99e130909e47063d4cc773177a2eaccf) )
|
||||
ROM_LOAD16_BYTE( "tp025-2.alt.bin", 0x000001, 0x020000, CRC(48370485) SHA1(9895e086c9a5eeec4f454cbc6098adb2f66d4e11) )
|
||||
|
||||
ROM_REGION( 0x10000, "audiocpu", 0 ) /* Sound Z80 code */
|
||||
ROM_LOAD( "tp025-5.bin", 0x0000, 0x8000, CRC(bf8ffde5) SHA1(79c09cc9a0ea979f5af5a7e5ad671ea486f5f43e) )
|
||||
|
||||
ROM_REGION( 0x200000, "gfx1", 0 )
|
||||
ROM_LOAD( "tp025-4.bin", 0x000000, 0x100000, CRC(ab97f744) SHA1(c1620e614345dbd5c6567e4cb6f55c61b900d0ee) )
|
||||
ROM_LOAD( "tp025-3.bin", 0x100000, 0x100000, CRC(7b16101e) SHA1(ae0119bbfa0937d18c4fbb0a3ef7cdc3b9fa6b56) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( whoopee )
|
||||
ROM_REGION( 0x040000, "maincpu", 0 ) /* Main 68K code */
|
||||
@ -5395,8 +5407,9 @@ GAME( 1999, kbash2, 0, kbash2, kbash2, T2_noZ80, ROT0, "bootleg",
|
||||
|
||||
GAME( 1992, truxton2, 0, truxton2, truxton2, T2_noZ80, ROT270, "Toaplan", "Truxton II / Tatsujin Oh", GAME_SUPPORTS_SAVE )
|
||||
|
||||
GAME( 1991, pipibibs, 0, pipibibs, pipibibs, T2_Z80, ROT0, "Toaplan", "Pipi & Bibis / Whoopee!! (Z80 sound cpu)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1991, whoopee, pipibibs, whoopee, whoopee, T2_Z80, ROT0, "Toaplan", "Whoopee!! / Pipi & Bibis", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1991, pipibibs, 0, pipibibs, pipibibs, T2_Z80, ROT0, "Toaplan", "Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 1)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1991, pipibibsa,pipibibs, pipibibs, pipibibs, T2_Z80, ROT0, "Toaplan", "Pipi & Bibis / Whoopee!! (Z80 sound cpu, set 2)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1991, whoopee, pipibibs, whoopee, whoopee, T2_Z80, ROT0, "Toaplan", "Whoopee!! / Pipi & Bibis", GAME_SUPPORTS_SAVE ) // original Whoopee!! boards have a HD647180 instead
|
||||
GAME( 1991, pipibibi, pipibibs, pipibibi, pipibibi, pipibibi, ROT0, "[Toaplan] Ryouta Kikaku", "Pipi & Bibis / Whoopee!! (bootleg?)", GAME_SUPPORTS_SAVE )
|
||||
|
||||
GAME( 1992, fixeight, 0, fixeight, fixeight, fixeight, ROT270, "Toaplan", "FixEight", GAME_IMPERFECT_SOUND | GAME_IMPERFECT_GRAPHICS | GAME_NOT_WORKING | GAME_SUPPORTS_SAVE )
|
||||
|
@ -2277,6 +2277,7 @@ const game_driver * const drivers[] =
|
||||
DRIVER( kbash2 ) /* bootleg */
|
||||
DRIVER( truxton2 ) /* TP-024 (c) 1992 Toaplan */
|
||||
DRIVER( pipibibs ) /* TP-025 */
|
||||
DRIVER( pipibibsa ) /* TP-025 */
|
||||
DRIVER( whoopee ) /* TP-025 */
|
||||
DRIVER( pipibibi ) /* (c) 1991 Ryouta Kikaku (bootleg?) */
|
||||
DRIVER( fixeight ) /* TP-026 (c) 1992 + Taito license */
|
||||
|
Loading…
Reference in New Issue
Block a user