Merge pull request #2141 from einstein95/mz2500

mz2500: Add HELP key (fix MT#06337)
This commit is contained in:
R. Belmont 2017-03-14 20:14:43 -04:00 committed by GitHub
commit 29633a16ea

View File

@ -1674,7 +1674,8 @@ static INPUT_PORTS_START( mz2500 )
PORT_START("KEYD")
PORT_BIT(0x01,IP_ACTIVE_LOW,IPT_KEYBOARD) PORT_NAME("LOGO KEY")
PORT_BIT(0xfe,IP_ACTIVE_LOW,IPT_UNUSED)
PORT_BIT(0x02,IP_ACTIVE_LOW,IPT_KEYBOARD) PORT_NAME("HELP")
PORT_BIT(0xfc,IP_ACTIVE_LOW,IPT_UNUSED)
PORT_START("UNUSED")
PORT_BIT(0xff,IP_ACTIVE_LOW,IPT_UNUSED )