diff options
Diffstat (limited to 'include/gba/gba.h')
-rw-r--r-- | include/gba/gba.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gba/gba.h b/include/gba/gba.h index 5a9dc9b2d..10b2ffa43 100644 --- a/include/gba/gba.h +++ b/include/gba/gba.h @@ -31,4 +31,8 @@ typedef u32 bool32; #include "gba/syscall.h" #include "gba/macro.h" +#define SOUND_INFO_PTR (*(struct SoundInfo **)0x3007FF0) +#define INTR_CHECK (*(u16 *)0x3007FF8) +#define INTR_VECTOR (*(u32 *)0x3007FFC) + #endif // GUARD_GBA_GBA_H |