comparison stateview.c @ 1028:56b1748a8473

Initial stab at Saturn keyboard support
author Michael Pavone <pavone@retrodev.com>
date Wed, 11 May 2016 01:15:54 -0700
parents f7bbbf49db4e
children e2d345e351b5
comparison
equal deleted inserted replaced
1027:276cd582b728 1028:56b1748a8473
48 48
49 void ym_address_write_part2(ym2612_context * context, uint8_t address) 49 void ym_address_write_part2(ym2612_context * context, uint8_t address)
50 { 50 {
51 } 51 }
52 52
53 void handle_keydown(int keycode) 53 void handle_keydown(int keycode, uint8_t scancode)
54 { 54 {
55 } 55 }
56 56
57 void handle_keyup(int keycode) 57 void handle_keyup(int keycode, uint8_t scancode)
58 { 58 {
59 } 59 }
60 60
61 void handle_joydown(int joystick, int button) 61 void handle_joydown(int joystick, int button)
62 { 62 {