mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
New clone added
______________ Harley Davidson (L-2) [PinMAME]
This commit is contained in:
parent
250c36dc98
commit
c2a35f249a
@ -518,6 +518,22 @@ ROM_START(hd_l3)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
ROM_START(hd_l2)
|
||||
ROM_REGION(0x30000, "maincpu", ROMREGION_ERASEFF)
|
||||
ROM_LOAD("harly_l2.rom", 0x10000, 0x20000, CRC(8b8b19ac) SHA1(5edba59e3260e33dc2ce65274a1ed8d7413e472a))
|
||||
ROM_REGION(0x180000, "sound1", 0)
|
||||
ROM_LOAD("hd_u18.rom", 0x100000, 0x20000, CRC(810d98c0) SHA1(8080cbbe0f346020b2b2b8e97015dbb615dbadb3))
|
||||
ROM_RELOAD( 0x100000 + 0x20000, 0x20000)
|
||||
ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
|
||||
ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
|
||||
ROM_LOAD("hd_u15.rom", 0x080000, 0x20000, CRC(e7870938) SHA1(b4f28146a5e7baa8522db65b41311afaf49604c6))
|
||||
ROM_RELOAD( 0x080000 + 0x20000, 0x20000)
|
||||
ROM_RELOAD( 0x080000 + 0x40000, 0x20000)
|
||||
ROM_RELOAD( 0x080000 + 0x60000, 0x20000)
|
||||
ROM_REGION(0x8000, "fixed", 0)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
ROM_START(hd_l1)
|
||||
ROM_REGION(0x30000, "maincpu", ROMREGION_ERASEFF)
|
||||
ROM_LOAD("u6-l1.rom", 0x10000, 0x20000, CRC(a0bdcfbf) SHA1(f906ffa2d4d04e87225bf711a07dd3bee1655a40))
|
||||
@ -679,6 +695,7 @@ GAME(1990, fh_l3, fh_l9, wpc_an, wpc_an, wpc_an_state, wpc_an, ROT0,
|
||||
GAME(1990, fh_l4, fh_l9, wpc_an, wpc_an, wpc_an_state, wpc_an, ROT0, "Williams", "Funhouse L-4", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1990, fh_l5, fh_l9, wpc_an, wpc_an, wpc_an_state, wpc_an, ROT0, "Williams", "Funhouse L-5", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1991, hd_l3, 0, wpc_an, wpc_an, wpc_an_state, wpc_an, ROT0, "Bally", "Harley Davidson (L-3)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1991, hd_l2, hd_l3, wpc_an, wpc_an, wpc_an_state, wpc_an, ROT0, "Bally", "Harley Davidson (L-2)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1991, hd_l1, hd_l3, wpc_an, wpc_an, wpc_an_state, wpc_an, ROT0, "Bally", "Harley Davidson (L-1)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1992, bop_l7, 0, wpc_an, wpc_an, wpc_an_state, wpc_an, ROT0, "Williams", "The Machine: Bride of Pinbot (L-7)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(1991, bop_l6, bop_l7, wpc_an, wpc_an, wpc_an_state, wpc_an, ROT0, "Williams", "The Machine: Bride of Pinbot (L-6)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
|
@ -37659,6 +37659,7 @@ fh_l5 //
|
||||
fh_l9 //
|
||||
fh_l9b //
|
||||
hd_l1 //
|
||||
hd_l2 //
|
||||
hd_l3 //
|
||||
tfa_13 //
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user