From 7269bb8f9d5b4190a6ec1d24e445fb8a1f2b0d0d Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 25 Feb 2017 02:31:07 -0800 Subject: Initial implementation of the XBAND "Eric Smith" keyboard --- io.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'io.h') diff --git a/io.h b/io.h index 6381794..5daa683 100644 --- a/io.h +++ b/io.h @@ -15,6 +15,7 @@ enum { IO_GAMEPAD6, IO_MOUSE, IO_SATURN_KEYBOARD, + IO_XBAND_KEYBOARD, IO_MENACER, IO_JUSTIFIER, IO_SEGA_MULTI, @@ -52,6 +53,8 @@ typedef struct { uint8_t read_pos; uint8_t write_pos; uint8_t tr_counter; + uint8_t mode; + uint8_t cmd; } keyboard; } device; uint8_t output; -- cgit v1.2.3