mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
fixed default value for display (nw)
This commit is contained in:
parent
0f47827561
commit
b4a6a32e3b
@ -28,7 +28,7 @@ ADDRESS_MAP_END
|
||||
static INPUT_PORTS_START( at_keybc )
|
||||
PORT_START("DSW")
|
||||
PORT_BIT( 0xbf, 0xbf, IPT_UNUSED )
|
||||
PORT_DIPNAME( 0x40, 0x40, "Display switch")
|
||||
PORT_DIPNAME( 0x40, 0x00, "Display switch")
|
||||
PORT_DIPSETTING( 0x40, "Monochrome adapter" )
|
||||
PORT_DIPSETTING( 0x00, "Color/Graphics adapter" )
|
||||
INPUT_PORTS_END
|
||||
|
Loading…
Reference in New Issue
Block a user