mstworld: fix typo

This commit is contained in:
Barry Rodewald 2021-10-10 11:22:24 +13:00
parent 3052b96778
commit 7879315530

View File

@ -981,7 +981,7 @@ static INPUT_PORTS_START( mstworld )
PORT_DIPSETTING( 0x03, "A 1Coin 4Credits / B 1Coin 4Credits" )
PORT_DIPSETTING( 0x02, "A 1Coin 3Credits / B 1Coin 3Credits" )
PORT_DIPSETTING( 0x01, "A 1Coin 2Credits / B 1Coin 2Credits" )
PORT_DIPSETTING( 0x00, "A 1Coin 1Credit / B 1Coin 4Credists" )
PORT_DIPSETTING( 0x00, "A 1Coin 1Credit / B 1Coin 4Credits" )
PORT_DIPSETTING( 0x04, "A 2Coins 1Credit / B 1Coin 2Credits" )
PORT_DIPSETTING( 0x05, "A 2Coins 1Credit / B 1Coin 3Credits" )
PORT_DIPSETTING( 0x06, "A 3Coins 1Credit / B 1Coin 2Credits" )