Previous 199869 Revisions Next

r40603 Sunday 6th September, 2015 at 07:07:28 UTC by Miodrag Milanović
fixed default value for display (nw)
[src/emu/machine]at_keybc.c

trunk/src/emu/machine/at_keybc.c
r249114r249115
2828static INPUT_PORTS_START( at_keybc )
2929   PORT_START("DSW")
3030   PORT_BIT(     0xbf, 0xbf, IPT_UNUSED )
31   PORT_DIPNAME( 0x40, 0x40, "Display switch")
31   PORT_DIPNAME( 0x40, 0x00, "Display switch")
3232   PORT_DIPSETTING(    0x40, "Monochrome adapter" )
3333   PORT_DIPSETTING(    0x00, "Color/Graphics adapter" )
3434INPUT_PORTS_END


Previous 199869 Revisions Next


© 1997-2024 The MAME Team