mirror of
https://github.com/holub/mame
synced 2025-04-27 18:53:05 +03:00
galaxian.cpp: fix default coinage to 1C_1C for aracnis
This commit is contained in:
parent
84309e9fcc
commit
210bd16f1b
@ -6056,9 +6056,8 @@ static INPUT_PORTS_START( aracnis )
|
||||
PORT_DIPSETTING( 0x80, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
|
||||
|
||||
PORT_START("IN2") /* 0xb001 */
|
||||
PORT_DIPNAME( 0x03, 0x03, DEF_STR( Coinage ) )
|
||||
PORT_DIPNAME( 0x03, 0x01, DEF_STR( Coinage ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( 2C_1C ) )
|
||||
PORT_DIPSETTING( 0x01, DEF_STR( 1C_1C ) )
|
||||
PORT_DIPSETTING( 0x02, DEF_STR( 1C_2C ) )
|
||||
|
Loading…
Reference in New Issue
Block a user