galaxian.cpp: fix default coinage to 1C_1C for aracnis

This commit is contained in:
Angelo Salese 2022-03-21 22:34:59 +01:00 committed by GitHub
parent 84309e9fcc
commit 210bd16f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ) )