mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
Fix for MSVC (nw)
This commit is contained in:
parent
f51fe78056
commit
7d1b771c6f
@ -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 ) )
|
||||
|
Loading…
Reference in New Issue
Block a user