Add a new WRAMX section type, for banked (CGB) WRAM sections.

This commit is contained in:
Anthony J. Bentley
2013-06-19 21:19:51 -06:00
parent ab47428c0e
commit da19380cc4
8 changed files with 201 additions and 17 deletions

View File

@@ -53,7 +53,8 @@ enum eSectionType {
SECT_VRAM,
SECT_CODE,
SECT_HOME,
SECT_HRAM
SECT_HRAM,
SECT_WRAMX
};
struct sSection {