diff 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
line wrap: on
line diff
--- a/stateview.c	Tue May 10 21:26:27 2016 -0700
+++ b/stateview.c	Wed May 11 01:15:54 2016 -0700
@@ -50,11 +50,11 @@
 {
 }
 
-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)
 {
 }