mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Merge pull request #2141 from einstein95/mz2500
mz2500: Add HELP key (fix MT#06337)
This commit is contained in:
commit
29633a16ea
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user