diff options
Diffstat (limited to 'src/mame/video/model2.c')
-rw-r--r-- | src/mame/video/model2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/model2.c b/src/mame/video/model2.c index 067012cb17c..7b71c0524a5 100644 --- a/src/mame/video/model2.c +++ b/src/mame/video/model2.c @@ -1032,7 +1032,7 @@ static void model2_3d_frame_end( model2_state *state, bitmap_t *bitmap, const re return; #if DEBUG - if (input_code_pressed(machine, KEYCODE_Q)) + if (machine.input().code_pressed(KEYCODE_Q)) { UINT32 i; |