mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
x1: moved note to make it clear it applies to x1turbo only
This commit is contained in:
parent
0c3b49dbde
commit
3869431b47
@ -1871,11 +1871,11 @@ INPUT_PORTS_START( x1 )
|
||||
PORT_BIT(0x00000004,IP_ACTIVE_LOW,IPT_KEYBOARD) PORT_NAME("KANA") PORT_CODE(KEYCODE_RCONTROL) PORT_TOGGLE
|
||||
PORT_BIT(0x00000008,IP_ACTIVE_LOW,IPT_KEYBOARD) PORT_NAME("CAPS") PORT_CODE(KEYCODE_CAPSLOCK) PORT_TOGGLE
|
||||
PORT_BIT(0x00000010,IP_ACTIVE_LOW,IPT_KEYBOARD) PORT_NAME("GRAPH") PORT_CODE(KEYCODE_LALT)
|
||||
// TODO: add other keys (ROLL UP, ROLL DOWN, HELP, COPY, XFER)
|
||||
INPUT_PORTS_END
|
||||
|
||||
INPUT_PORTS_START( x1turbo )
|
||||
PORT_INCLUDE( x1 )
|
||||
// X1TURBO TODO: add other keys (ROLL UP, ROLL DOWN, HELP, COPY, XFER)
|
||||
|
||||
PORT_START("X1TURBO_DSW")
|
||||
PORT_DIPNAME( 0x01, 0x01, "Interlace mode" )
|
||||
|
Loading…
Reference in New Issue
Block a user