diff io.h @ 1232:c0120977eeea

Initial implementation of the XBAND "Eric Smith" keyboard
author Michael Pavone <pavone@retrodev.com>
date Sat, 25 Feb 2017 02:31:07 -0800
parents cf69a179aeaf
children d966298442d4
line wrap: on
line diff
--- a/io.h	Sat Feb 25 02:30:55 2017 -0800
+++ b/io.h	Sat Feb 25 02:31:07 2017 -0800
@@ -15,6 +15,7 @@
 	IO_GAMEPAD6,
 	IO_MOUSE,
 	IO_SATURN_KEYBOARD,
+	IO_XBAND_KEYBOARD,
 	IO_MENACER,
 	IO_JUSTIFIER,
 	IO_SEGA_MULTI,
@@ -52,6 +53,8 @@
 			uint8_t  read_pos;
 			uint8_t  write_pos;
 			uint8_t  tr_counter;
+			uint8_t  mode;
+			uint8_t  cmd;
 		} keyboard;
 	} device;
 	uint8_t  output;