mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Inverted fake comms default
This commit is contained in:
parent
e5642eb4b7
commit
9ec9b84c20
1 changed files with 1 additions and 1 deletions
|
@ -1178,7 +1178,7 @@ static INPUT_PORTS_START( saturn )
|
|||
PORT_CONFSETTING(0x90,"<unconnected>")
|
||||
|
||||
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(0x01,"Yes")
|
||||
INPUT_PORTS_END
|
||||
|
|
Loading…
Reference in a new issue