From 261b9ece764e73294ba786f45fd6f646610c8162 Mon Sep 17 00:00:00 2001 From: AJR Date: Wed, 20 Nov 2024 21:57:11 -0500 Subject: nightmare: Remove "nightmarea" set (different IC1 ROM is just a bad dump) --- src/mame/efo/nightmare.cpp | 16 +--------------- src/mame/mame.lst | 1 - 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/src/mame/efo/nightmare.cpp b/src/mame/efo/nightmare.cpp index 30e57bd78da..50b67d7aba1 100644 --- a/src/mame/efo/nightmare.cpp +++ b/src/mame/efo/nightmare.cpp @@ -466,21 +466,7 @@ ROM_START( nightmare ) ROM_LOAD( "eeprom.ic7", 0x0000, 0x0040, CRC(7824e1f8) SHA1(2ccac62b4e8abcb2b3d66fa4025947fea184664e) ) ROM_END -ROM_START( nightmarea ) - ROM_REGION( 0x6000, "cdp1802", 0 ) - ROM_LOAD( "nm1-ia1.ic11", 0x0000, 0x2000, CRC(5d648f62) SHA1(028a47d4b1b4910d0d4e00f81d4e94a5478834d3) ) - ROM_LOAD( "nm1-ib1.ic12", 0x2000, 0x2000, CRC(c10695f7) SHA1(929467fe7529782e8181d3caae3a67bb0a8d8753) ) - ROM_LOAD( "nm1-ic1.ic13", 0x4000, 0x2000, CRC(b0f8f163) SHA1(cbc4be2880b7a30f094c6fee9dccfa24adec3096) ) // Different from the parent set - - ROM_REGION( 0x2000, "sound3:rom", 0 ) - ROM_LOAD( "scl-1a1.ic5", 0x0000, 0x2000, CRC(4bba61af) SHA1(b324344081e3d4b5db43a8ff3122c28cf75aec84) ) - - ROM_REGION( 0x40, "eeprom", 0 ) - ROM_LOAD( "eeprom.ic7", 0x0000, 0x0040, CRC(7824e1f8) SHA1(2ccac62b4e8abcb2b3d66fa4025947fea184664e) ) -ROM_END - } // anonymous namespace -GAME( 1982, nightmare, 0, nightmare, nightmare, nightmare_state, empty_init, ROT90, "E.F.O.", "Night Mare (Spain, set 1)", MACHINE_SUPPORTS_SAVE | MACHINE_NO_COCKTAIL ) -GAME( 1982, nightmarea, nightmare, nightmare, nightmare, nightmare_state, empty_init, ROT90, "E.F.O.", "Night Mare (Spain, set 2)", MACHINE_SUPPORTS_SAVE | MACHINE_NO_COCKTAIL ) +GAME( 1982, nightmare, 0, nightmare, nightmare, nightmare_state, empty_init, ROT90, "E.F.O.", "Night Mare (Spain)", MACHINE_SUPPORTS_SAVE | MACHINE_NO_COCKTAIL ) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index df7d016156c..3aeb17528a4 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -17734,7 +17734,6 @@ draco // (c) 1981 Cidelsa @source:efo/nightmare.cpp nightmare // (c) 1982 E.F.O. -nightmarea // (c) 1982 E.F.O. @source:elektor/avrmax.cpp atm18mcc -- cgit v1.2.3