summaryrefslogtreecommitdiff
path: root/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'io.h')
-rw-r--r--io.h3
1 files changed, 3 insertions, 0 deletions
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;