summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/inpttype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/inpttype.h')
-rw-r--r--src/emu/inpttype.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/emu/inpttype.h b/src/emu/inpttype.h
index de5b42d0a77..92d4cbd2be1 100644
--- a/src/emu/inpttype.h
+++ b/src/emu/inpttype.h
@@ -206,6 +206,7 @@ enum ioport_type : osd::u32
IPT_SLOT_STOP2,
IPT_SLOT_STOP3,
IPT_SLOT_STOP4,
+ IPT_SLOT_STOP5,
IPT_SLOT_STOP_ALL,
IPT_GAMBLING_LAST,
@@ -268,7 +269,9 @@ enum ioport_type : osd::u32
IPT_UI_PAUSE_SINGLE,
IPT_UI_REWIND_SINGLE,
IPT_UI_SAVE_STATE,
+ IPT_UI_SAVE_STATE_QUICK,
IPT_UI_LOAD_STATE,
+ IPT_UI_LOAD_STATE_QUICK,
IPT_UI_RESET_MACHINE,
IPT_UI_SOFT_RESET,
IPT_UI_SHOW_GFX,
@@ -297,6 +300,8 @@ enum ioport_type : osd::u32
IPT_UI_FAVORITES,
IPT_UI_EXPORT,
IPT_UI_AUDIT,
+ IPT_UI_MIXER_ADD_FULL,
+ IPT_UI_MIXER_ADD_CHANNEL,
// additional OSD-specified UI port types (up to 16)
IPT_OSD_1,