diff options
author | YamaArashi <shadow962@live.com> | 2017-01-13 17:40:03 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-13 17:46:05 -0800 |
commit | ebf4c5ca76fc2c05443361a7ca633a897a4a76d7 (patch) | |
tree | c0ddde6136ef6dc01e6f20837789c88b44c7578a /include/gba/io_reg.h | |
parent | 452bbe41cfb3139ea62580e9930525d9ea664ac9 (diff) |
decompile multiboot
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 |