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 |
r249114 | r249115 | |
---|---|---|
28 | 28 | static INPUT_PORTS_START( at_keybc ) |
29 | 29 | PORT_START("DSW") |
30 | 30 | PORT_BIT( 0xbf, 0xbf, IPT_UNUSED ) |
31 | PORT_DIPNAME( 0x40, 0x | |
31 | PORT_DIPNAME( 0x40, 0x00, "Display switch") | |
32 | 32 | PORT_DIPSETTING( 0x40, "Monochrome adapter" ) |
33 | 33 | PORT_DIPSETTING( 0x00, "Color/Graphics adapter" ) |
34 | 34 | INPUT_PORTS_END |
https://github.com/mamedev/mame/commit/b4a6a32e3b36aef55c8802bfb485b16775d239cc |
Previous | 199869 Revisions | Next |