diff options
author | 2008-05-03 17:56:41 +0000 | |
---|---|---|
committer | 2008-05-03 17:56:41 +0000 | |
commit | dfe585bf85b7dd41f8314cb152ddcd455b047366 (patch) | |
tree | 82a7cc8229729ee287999071db20839ed88bd941 /src/emu/inptport.h | |
parent | 53b0096294a7444a92b931b9c4ec4f8ff543865c (diff) |
Added a MESS-specific "paste" command; used to paste clipboard data into MESS's
natural keyboard
Diffstat (limited to 'src/emu/inptport.h')
-rw-r--r-- | src/emu/inptport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/inptport.h b/src/emu/inptport.h index 9fd034819c8..1c870614213 100644 --- a/src/emu/inptport.h +++ b/src/emu/inptport.h @@ -283,6 +283,7 @@ enum IPT_UI_SHOW_PROFILER, IPT_UI_TOGGLE_UI, IPT_UI_TOGGLE_DEBUG, + IPT_UI_PASTE, IPT_UI_SAVE_STATE, IPT_UI_LOAD_STATE, IPT_UI_ADD_CHEAT, |