mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
machine/dmv_keyb.cpp: Corrected typo in DIP swithc label. (#9887)
This commit is contained in:
parent
b0000df7fd
commit
cd83335913
@ -165,7 +165,7 @@ INPUT_PORTS_START( dmv_keyboard )
|
|||||||
PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_UNUSED )
|
PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_UNUSED )
|
||||||
|
|
||||||
PORT_START("COL.15")
|
PORT_START("COL.15")
|
||||||
PORT_DIPNAME( 0x07, 0x00, "Lanuguage Code" )
|
PORT_DIPNAME( 0x07, 0x00, "Language Code" )
|
||||||
PORT_DIPSETTING( 0x00, "US English" )
|
PORT_DIPSETTING( 0x00, "US English" )
|
||||||
PORT_DIPSETTING( 0x01, "UK/Int. English" )
|
PORT_DIPSETTING( 0x01, "UK/Int. English" )
|
||||||
PORT_DIPSETTING( 0x02, "Danish" )
|
PORT_DIPSETTING( 0x02, "Danish" )
|
||||||
|
Loading…
Reference in New Issue
Block a user