summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/inpttype.h
diff options
context:
space:
mode:
author stephh <stephh@users.noreply.github.com>2008-10-03 04:00:41 +0000
committer stephh <stephh@users.noreply.github.com>2008-10-03 04:00:41 +0000
commitfc54f63a09839628bfc6d40a792cda7b902176dc (patch)
tree8310e72532df243b76117303c6a2545728ac1c62 /src/emu/inpttype.h
parent17b9549fefb662c10cba93a4fed8975d4b727d9a (diff)
Removed unneeded keys by removing the constants.
Readded UI_ON_SCREEN_DISPLAY to be changed again in the "Inputs" menu as per Aaron's request. A clean build is required and cfg/default.cfg has to be deleted !
Diffstat (limited to 'src/emu/inpttype.h')
-rw-r--r--src/emu/inpttype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/inpttype.h b/src/emu/inpttype.h
index 03ad2296fe0..141050b0526 100644
--- a/src/emu/inpttype.h
+++ b/src/emu/inpttype.h
@@ -524,6 +524,7 @@ static const input_type_desc core_types[] =
INPUT_PORT_DIGITAL_TYPE( 0, OTHER, KEYBOARD, "Keyboard", SEQ_DEF_0 )
+ INPUT_PORT_DIGITAL_TYPE( 0, UI, UI_ON_SCREEN_DISPLAY,"On Screen Display", SEQ_DEF_1(KEYCODE_TILDE) )
INPUT_PORT_DIGITAL_TYPE( 0, UI, UI_DEBUG_BREAK, "Break in Debugger", SEQ_DEF_1(KEYCODE_TILDE) )
INPUT_PORT_DIGITAL_TYPE( 0, UI, UI_CONFIGURE, "Config Menu", SEQ_DEF_1(KEYCODE_TAB) )
INPUT_PORT_DIGITAL_TYPE( 0, UI, UI_PAUSE, "Pause", SEQ_DEF_1(KEYCODE_P) )