mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
rm/rmnimbus.cpp: Change default mouse emulation mode to HLE (#11975)
This commit is contained in:
parent
4b3834f125
commit
c05844b119
@ -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" )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user