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

@@ -4,8 +4,8 @@
#include "link/types.h"
enum eBankDefine {
BANK_HOME = 0,
BANK_BSS = 512,
BANK_ROM0 = 0,
BANK_WRAM0 = 512,
BANK_WRAMX,
BANK_VRAM = 520,
BANK_HRAM = 522,

View File

@@ -49,10 +49,10 @@ enum eRpnData {
};
enum eSectionType {
SECT_BSS,
SECT_WRAM0,
SECT_VRAM,
SECT_CODE,
SECT_HOME,
SECT_ROMX,
SECT_ROM0,
SECT_HRAM,
SECT_WRAMX,
SECT_SRAM