UAPCE: fixed invalid dipswitch (nw)

This commit is contained in:
Robbbert 2016-08-10 21:49:44 +10:00
parent 8bf6e9ebb5
commit b37bdb6c32

View File

@ -276,7 +276,7 @@ static INPUT_PORTS_START( uapce )
PORT_DIPSETTING( 0x30, "12 minute Timed Play" )
PORT_DIPSETTING( 0x38, "20 minute Timed Play" )
PORT_DIPNAME( 0x40, 0x40, "Buy-In Feature" )
PORT_DIPSETTING( 0x80, DEF_STR( Off ) )
PORT_DIPSETTING( 0x40, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x80, 0x00, DEF_STR( Demo_Sounds ) )
PORT_DIPSETTING( 0x80, DEF_STR( Off ) )