Added menu option to send CTRL-ALT-DELETE to emulated machine. Patch from GeeDee.
This commit is contained in:
parent
13226a2bd4
commit
2be271d050
5 changed files with 20 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ BEGIN
|
|||
POPUP "&File"
|
||||
BEGIN
|
||||
MENUITEM "&Hard Reset", IDM_FILE_HRESET
|
||||
MENUITEM "&Ctrl+Alt+Del", IDM_FILE_RESET_CAD
|
||||
MENUITEM "E&xit", IDM_FILE_EXIT
|
||||
END
|
||||
POPUP "&Disc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue