diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-05-11 01:15:54 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-05-11 01:15:54 -0700 |
commit | 617489dfc2c1a2502ebdb8df0edfa1897d0bf6b6 (patch) | |
tree | 7a1461da1aa3a82283fa6665122693dad8ba1842 /stateview.c | |
parent | 924eb3bc27ae38901da618cb9d5c0ee82d651749 (diff) |
Initial stab at Saturn keyboard support
Diffstat (limited to 'stateview.c')
-rw-r--r-- | stateview.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stateview.c b/stateview.c index 51d736d..08e8be3 100644 --- a/stateview.c +++ b/stateview.c @@ -50,11 +50,11 @@ void ym_address_write_part2(ym2612_context * context, uint8_t address) { } -void handle_keydown(int keycode) +void handle_keydown(int keycode, uint8_t scancode) { } -void handle_keyup(int keycode) +void handle_keyup(int keycode, uint8_t scancode) { } |