summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-09-26 13:45:41 -0500
committerGitHub <noreply@github.com>2017-09-26 13:45:41 -0500
commit701d53be8dc98d33d73536ac00ebe8db5d506f04 (patch)
treea932a3eb54c0e230f5ca20b7241fb3d1a04c43ba /include
parenta57915fa5bd8c2e68bc291a371e66e3cafd7e195 (diff)
parent60b0fd8b39d1bc5a4692d0ed5610552a13cbf93e (diff)
Merge pull request #48 from Diegoisawesome/cleanup
Extract scattered baseroms and cleanup
Diffstat (limited to 'include')
-rw-r--r--include/gba/defines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gba/defines.h b/include/gba/defines.h
index e67d64777..41cc84f4a 100644
--- a/include/gba/defines.h
+++ b/include/gba/defines.h
@@ -50,6 +50,8 @@
#define OAM 0x7000000
#define OAM_SIZE 0x400
+#define ROM_HEADER_SIZE 0xC0
+
#define DISPLAY_WIDTH 240
#define DISPLAY_HEIGHT 160