rm/rmnimbus.cpp: Change default mouse emulation mode to HLE (#11975)

This commit is contained in:
Robin Sergeant 2024-01-28 02:37:30 +00:00 committed by GitHub
parent 4b3834f125
commit c05844b119
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" )