summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author AJR <ariedlmayer@gmail.com>2024-11-20 22:09:43 -0500
committer AJR <ariedlmayer@gmail.com>2024-11-20 22:09:47 -0500
commit58e6953fe1e56e4bf4b8f9e244ea66d6c0d3a7ab (patch)
tree7d4fb055c62a4791fb73cfddea7749ee07e78d27 /src
parent261b9ece764e73294ba786f45fd6f646610c8162 (diff)
nightmare: Cocktail mode appears to be working
Diffstat (limited to 'src')
-rw-r--r--src/mame/efo/nightmare.cpp4
1 files 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 )