mirror of
https://github.com/holub/mame
synced 2025-06-09 06:13:04 +03:00
Inverted fake comms default
This commit is contained in:
parent
e5642eb4b7
commit
9ec9b84c20
@ -1178,7 +1178,7 @@ static INPUT_PORTS_START( saturn )
|
|||||||
PORT_CONFSETTING(0x90,"<unconnected>")
|
PORT_CONFSETTING(0x90,"<unconnected>")
|
||||||
|
|
||||||
PORT_START("fake")
|
PORT_START("fake")
|
||||||
PORT_CONFNAME(0x01,0x01,"Master-Slave Comms Hack")
|
PORT_CONFNAME(0x01,0x00,"Master-Slave Comms Hack")
|
||||||
PORT_CONFSETTING(0x00,"No")
|
PORT_CONFSETTING(0x00,"No")
|
||||||
PORT_CONFSETTING(0x01,"Yes")
|
PORT_CONFSETTING(0x01,"Yes")
|
||||||
INPUT_PORTS_END
|
INPUT_PORTS_END
|
||||||
|
Loading…
Reference in New Issue
Block a user