Fix for MSVC (nw)

This commit is contained in:
smf- 2017-05-22 14:10:13 +01:00
parent f51fe78056
commit 7d1b771c6f

View File

@ -306,8 +306,8 @@ static INPUT_PORTS_START( m14 )
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_NAME("P1 Fire / Discard")
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_NAME("P1 Ron")
PORT_DIPNAME( 0x04, 0x04, DEF_STR( Coinage ) )
PORT_DIPSETTING( 0x04, "Coin A 5\u30de\u30a4 Coin B 1\u30de\u30a4" )
PORT_DIPSETTING( 0x00, "Coin A & B 1\u30de\u30a4" )
PORT_DIPSETTING( 0x04, u8"Coin A 5\u30de\u30a4 Coin B 1\u30de\u30a4" )
PORT_DIPSETTING( 0x00, u8"Coin A & B 1\u30de\u30a4" )
PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) )
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )