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

@@ -1,4 +1,4 @@
%token T_SECT_BSS T_SECT_VRAM T_SECT_CODE T_SECT_HOME T_SECT_HRAM
%token T_SECT_BSS T_SECT_VRAM T_SECT_CODE T_SECT_HOME T_SECT_HRAM T_SECT_WRAMX
%token T_Z80_ADC T_Z80_ADD T_Z80_AND
%token T_Z80_BIT