aboutsummaryrefslogtreecommitdiff
path: root/regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'regs.h')
-rw-r--r--regs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/regs.h b/regs.h
new file mode 100644
index 0000000..2c93048
--- /dev/null
+++ b/regs.h
@@ -0,0 +1,9 @@
+#define SYSROM 0x00000000UL
+#define EWRAM 0x02000000UL
+#define IWRAM 0x03000000UL
+#define IORAM 0x04000000UL
+#define PALRAM 0x05000000UL
+#define VRAM 0x06000000UL
+#define OAM 0x07000000UL
+#define PAKROM 0x08000000UL
+#define CART 0x0E000000UL