diff options
author | red031000 <rubenru09@aol.com> | 2020-05-29 14:45:08 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-29 14:46:26 +0100 |
commit | 77463372468870d20c6751fff4d7708f93fae571 (patch) | |
tree | 2a9dd929bae96d370cb766a6a0800b116ad78b86 /arm9/lib/include/registers.h | |
parent | 03100d9a6c0da43f02e3b1f3d3e062ecf884d8b4 (diff) |
more itcm, asm funcs in OS_reset.c
Diffstat (limited to 'arm9/lib/include/registers.h')
-rw-r--r-- | arm9/lib/include/registers.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arm9/lib/include/registers.h b/arm9/lib/include/registers.h index 598ba3f9..366f4654 100644 --- a/arm9/lib/include/registers.h +++ b/arm9/lib/include/registers.h @@ -92,7 +92,8 @@ #define reg_PAD_KEYINPUT (*(REGType16v *)0x4000130) #define reg_PAD_KEYCNT (*(REGType16v *)0x4000132) -#define reg_PXI_SUBPINTF (*(REGType16v *)0x4000180) +#define REG_SUBPINTF_ADDR 0x4000180 +#define reg_PXI_SUBPINTF (*(REGType16v *)REG_SUBPINTF_ADDR) #define reg_PXI_SUBP_FIFO_CNT (*(REGType16v *)0x4000184) #define reg_PXI_SEND_FIFO (*(REGType32v *)0x4000188) |