mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
New clones marked as NOT_WORKING
-------------------------------- The Lord Of The Rings (3.00) [PinMAME]
This commit is contained in:
parent
befa39eb3c
commit
01bd937f75
@ -2301,6 +2301,29 @@ ROM_START(lotr401)
|
||||
ROM_LOAD("lotr-u37.100", 0x300000, 0x100000, CRC(8e637a6f) SHA1(8087744ce36fc143381d49a312c98cf38b2f9854))
|
||||
ROM_END
|
||||
|
||||
ROM_START(lotr3)
|
||||
ROM_REGION(0x80000, "user1", 0)
|
||||
ROM_LOAD("lotrcpu.300", 0x0000, 0x20000, CRC(fdc5351d) SHA1(92d58bcdd21026d278b5534d1a6ab299f6fffc60))
|
||||
ROM_RELOAD(0x20000, 0x20000)
|
||||
ROM_RELOAD(0x40000, 0x20000)
|
||||
ROM_RELOAD(0x60000, 0x20000)
|
||||
ROM_REGION(0x10000, "maincpu", 0)
|
||||
ROM_COPY( "user1", 0x18000, 0x8000, 0x8000)
|
||||
ROM_REGION(0x10000, "cpu3", ROMREGION_ERASEFF)
|
||||
ROM_REGION(0x80000, "gfx3", 0)
|
||||
ROM_LOAD( "lotrdspa.300", 0x0000, 0x80000, CRC(522e3e33) SHA1(11987872604e2a3e2c9567f8f9313c36e6c08cc7))
|
||||
ROM_REGION32_LE(0x600000, "cpu2", 0)
|
||||
ROM_LOAD("bios.u8", 0x400000, 0x200000, CRC(c049bf99) SHA1(89e76760e8010fe642ed4312732de81c8a25f548))
|
||||
ROM_RELOAD(0x0,0x200000)
|
||||
ROM_REGION(0x10000, "sound1", 0)
|
||||
ROM_LOAD("lotr-u7.101",0x0000,0x10000,CRC(ba018c5c) SHA1(67e4b9729f086de5e8d56a6ac29fce1c7082e470))
|
||||
ROM_REGION(0x400000, "sound2", 0)
|
||||
ROM_LOAD("lotr-u17.100", 0x000000, 0x100000, CRC(d503969d) SHA1(65a4313ca1b93391260c65fef6f878d264f9c8ab))
|
||||
ROM_LOAD("lotr-u21.100", 0x100000, 0x100000, CRC(8b3f41af) SHA1(9b2d04144edeb499b4ae68a97c65ccb8ef4d26c0))
|
||||
ROM_LOAD("lotr-u36.100", 0x200000, 0x100000, CRC(9575981e) SHA1(38083fd923c4a168a94d998ec3c4db42c1e2a2da))
|
||||
ROM_LOAD("lotr-u37.100", 0x300000, 0x100000, CRC(8e637a6f) SHA1(8087744ce36fc143381d49a312c98cf38b2f9854))
|
||||
ROM_END
|
||||
|
||||
ROM_START(lotr_sp)
|
||||
ROM_REGION(0x80000, "user1", 0)
|
||||
ROM_LOAD("lotrcpul.a00", 0x00000, 0x20000, CRC(c62aba47) SHA1(2fef599313e5cd9bded3ab00b933631586e2a1e7))
|
||||
@ -3693,6 +3716,7 @@ GAME(2003, lotr501, lotr, whitestar_mod, whitestar_mod, whitestar_mo
|
||||
GAME(2003, lotr5, lotr, whitestar_mod, whitestar_mod, whitestar_mod_state, init_whitestar_mod, ROT0, "Stern", "The Lord Of The Rings (5.00)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(2003, lotr410, lotr, whitestar_mod, whitestar_mod, whitestar_mod_state, init_whitestar_mod, ROT0, "Stern", "The Lord Of The Rings (4.10)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(2003, lotr401, lotr, whitestar_mod, whitestar_mod, whitestar_mod_state, init_whitestar_mod, ROT0, "Stern", "The Lord Of The Rings (4.01)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(2003, lotr3, lotr, whitestar_mod, whitestar_mod, whitestar_mod_state, init_whitestar_mod, ROT0, "Stern", "The Lord Of The Rings (3.00)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(2003, lotr_sp, 0, whitestar_mod, whitestar_mod, whitestar_mod_state, init_whitestar_mod, ROT0, "Stern", "The Lord Of The Rings (10.00 Spain)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(2003, lotr_sp9, lotr_sp, whitestar_mod, whitestar_mod, whitestar_mod_state, init_whitestar_mod, ROT0, "Stern", "The Lord Of The Rings (9.0 Spain)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
GAME(2003, lotr_sp8, lotr_sp, whitestar_mod, whitestar_mod, whitestar_mod_state, init_whitestar_mod, ROT0, "Stern", "The Lord Of The Rings (8.0 Spain)", MACHINE_IS_SKELETON_MECHANICAL)
|
||||
|
@ -40332,6 +40332,7 @@ lotr_sp6 //
|
||||
lotr_sp7 //
|
||||
lotr_sp8 //
|
||||
lotr_sp9 //
|
||||
lotr3 //
|
||||
lotr401 //
|
||||
lotr410 //
|
||||
lotr5 //
|
||||
|
Loading…
Reference in New Issue
Block a user