From 9a092d2574180542ba322480016f3f7a90d7ebdb Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 1 Feb 2017 21:19:35 -0800 Subject: Basic implementation of serial IO registers, but without actual serial IO support. Needed to run a certain software check cartridge that is floating around. --- io.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'io.h') diff --git a/io.h b/io.h index 8d5b04c..6381794 100644 --- a/io.h +++ b/io.h @@ -57,6 +57,9 @@ typedef struct { uint8_t output; uint8_t control; uint8_t input[3]; + uint8_t serial_out; + uint8_t serial_in; + uint8_t serial_ctrl; uint8_t device_type; } io_port; -- cgit v1.2.3