mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
UAPCE: fixed invalid dipswitch (nw)
This commit is contained in:
parent
8bf6e9ebb5
commit
b37bdb6c32
@ -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 ) )
|
||||
|
Loading…
Reference in New Issue
Block a user