From 58e6953fe1e56e4bf4b8f9e244ea66d6c0d3a7ab Mon Sep 17 00:00:00 2001 From: AJR Date: Wed, 20 Nov 2024 22:09:43 -0500 Subject: nightmare: Cocktail mode appears to be working --- src/mame/efo/nightmare.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/efo/nightmare.cpp b/src/mame/efo/nightmare.cpp index 50b67d7aba1..42d8bfa8df4 100644 --- a/src/mame/efo/nightmare.cpp +++ b/src/mame/efo/nightmare.cpp @@ -201,7 +201,6 @@ - Soft reset doesn't work. - Verify video mixing (Press F2 to enter service mode, then press 1 + 2 to continue to settings screen. There's diagnostic color pattern at the top of screen) - - Hook up sound hardware - Quitting MAME while in service mode settings screen will invalidate settings ******************************************************************************/ @@ -381,6 +380,7 @@ uint32_t nightmare_state::screen_update_nightmare(screen_device &screen, bitmap_ return 0; } +// Note: cocktail mode setting is saved in EEPROM static INPUT_PORTS_START( nightmare ) PORT_START("IN0") PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_JOYSTICK_UP ) @@ -469,4 +469,4 @@ ROM_END } // anonymous namespace -GAME( 1982, nightmare, 0, nightmare, nightmare, nightmare_state, empty_init, ROT90, "E.F.O.", "Night Mare (Spain)", 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 ) -- cgit v1.2.3