diff options
author | 2016-02-07 10:18:44 +0100 | |
---|---|---|
committer | 2016-02-07 10:18:44 +0100 | |
commit | 44f98845f7bd276a8db6a413e08981c2a44b1d38 (patch) | |
tree | 0d4547b361b228c17d535b2fa756ec0a52356e6b /src/osd/modules/debugger/debugint.cpp | |
parent | 38e15d788531b8eef8bc3d1c2c9814b9008f61e0 (diff) | |
parent | 5bc83a25063330ab9177a291ab984c5c7052aa02 (diff) |
Merge pull request #1 from mamedev/master
Update to 0.170
Diffstat (limited to 'src/osd/modules/debugger/debugint.cpp')
-rw-r--r-- | src/osd/modules/debugger/debugint.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/osd/modules/debugger/debugint.cpp b/src/osd/modules/debugger/debugint.cpp index 0f77f08f802..40a6e2a297b 100644 --- a/src/osd/modules/debugger/debugint.cpp +++ b/src/osd/modules/debugger/debugint.cpp @@ -1495,7 +1495,7 @@ static void handle_keys(running_machine &machine) debug_cpu_get_visible_cpu(machine)->debug()->go(); } } - + if(machine.input().code_pressed_once(KEYCODE_F5)) debug_cpu_get_visible_cpu(machine)->debug()->go(); if(machine.input().code_pressed_once(KEYCODE_F6)) @@ -1556,7 +1556,7 @@ static void handle_keys(running_machine &machine) set_focus_view(ndv); } - } + } if(machine.input().code_pressed_once(KEYCODE_L)) { if(machine.input().code_pressed(KEYCODE_LCONTROL)) @@ -1619,7 +1619,7 @@ static void handle_keys(running_machine &machine) } } - + // pass keypresses to debug view with focus if(machine.input().code_pressed_once(KEYCODE_UP)) focus_view->view->process_char(DCH_UP); |