diff options
author | YamaArashi <shadow962@live.com> | 2017-01-13 17:50:56 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-13 17:50:56 -0800 |
commit | a9ea37caf3a1a3b417cb264fb52ae9bf2778c8c8 (patch) | |
tree | d491db5fec276fb4647761b965dc46b0af212a25 /include/gba/io_reg.h | |
parent | 88d87495ed2e5e29074ee97d5c636ec75a6e88fe (diff) |
update GBA headers
Diffstat (limited to 'include/gba/io_reg.h')
-rw-r--r-- | include/gba/io_reg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gba/io_reg.h b/include/gba/io_reg.h index 0be92fa60..5234e5b6c 100644 --- a/include/gba/io_reg.h +++ b/include/gba/io_reg.h @@ -577,6 +577,8 @@ #define TIMER_ENABLE 0x80 // serial +#define SIO_ID 0x0030 // Communication ID + #define SIO_8BIT_MODE 0x0000 // Normal 8-bit communication mode #define SIO_32BIT_MODE 0x1000 // Normal 32-bit communication mode #define SIO_MULTI_MODE 0x2000 // Multi-player communication mode @@ -589,6 +591,7 @@ #define SIO_MULTI_SI 0x0004 // Multi-player communication SI terminal #define SIO_MULTI_SD 0x0008 // SD terminal +#define SIO_MULTI_BUSY 0x0080 #define SIO_ERROR 0x0040 // Detect error #define SIO_START 0x0080 // Start transfer |