Redefine consistent names for section types, and document the changes.

This commit is contained in:
Anthony J. Bentley
2013-07-31 22:14:31 -06:00
parent 7ab9742299
commit 7770827cce
18 changed files with 145 additions and 146 deletions

View File

@@ -30,7 +30,7 @@
* Section:
* LONG SizeInBytes
* char Type
* if( Type!=BSS )
* if( Type!=WRAM0 )
* {
* char Data[SizeInBytes]
* Patches
@@ -95,10 +95,10 @@ enum {
};
enum {
SECT_BSS = 0,
SECT_WRAM0 = 0,
SECT_VRAM,
SECT_CODE,
SECT_HOME,
SECT_ROMX,
SECT_ROM0,
SECT_HRAM,
SECT_WRAMX,
SECT_SRAM