From c05844b119f7a19e5550f96fd418e8df278fef55 Mon Sep 17 00:00:00 2001 From: Robin Sergeant Date: Sun, 28 Jan 2024 02:37:30 +0000 Subject: [PATCH] rm/rmnimbus.cpp: Change default mouse emulation mode to HLE (#11975) --- src/mame/rm/rmnimbus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/rm/rmnimbus.cpp b/src/mame/rm/rmnimbus.cpp index a795cd9249d..56f2d1b6a23 100644 --- a/src/mame/rm/rmnimbus.cpp +++ b/src/mame/rm/rmnimbus.cpp @@ -69,7 +69,7 @@ void rmnimbus_state::nimbus_io(address_map &map) static INPUT_PORTS_START( nimbus ) PORT_START("config") - PORT_CONFNAME( 0x01, 0x00, "Mouse emulation mode" ) + PORT_CONFNAME( 0x01, 0x01, "Mouse emulation mode" ) PORT_CONFSETTING( 0x00, "Real" ) PORT_CONFSETTING( 0x01, "HLE" )