mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
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 !
This commit is contained in:
parent
17b9549fef
commit
fc54f63a09
@ -286,12 +286,6 @@ enum
|
||||
IPT_UI_PASTE,
|
||||
IPT_UI_SAVE_STATE,
|
||||
IPT_UI_LOAD_STATE,
|
||||
IPT_UI_ADD_CHEAT,
|
||||
IPT_UI_DELETE_CHEAT,
|
||||
IPT_UI_SAVE_CHEAT,
|
||||
IPT_UI_WATCH_VALUE,
|
||||
IPT_UI_EDIT_CHEAT,
|
||||
IPT_UI_RELOAD_CHEAT,
|
||||
IPT_UI_TOGGLE_CROSSHAIR,
|
||||
|
||||
/* additional OSD-specified UI port types (up to 16) */
|
||||
|
@ -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) )
|
||||
|
Loading…
Reference in New Issue
Block a user