summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/x1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/x1.cpp')
-rw-r--r--src/mame/drivers/x1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/x1.cpp b/src/mame/drivers/x1.cpp
index f67266cda94..e91e0262742 100644
--- a/src/mame/drivers/x1.cpp
+++ b/src/mame/drivers/x1.cpp
@@ -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" )