mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add support for 8 MiB ROMs, the largest size possible with MBC5.
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
enum eBankDefine {
|
||||
BANK_HOME = 0,
|
||||
BANK_BSS = 256,
|
||||
BANK_BSS = 512,
|
||||
BANK_VRAM,
|
||||
BANK_HRAM
|
||||
};
|
||||
#define MAXBANKS 259
|
||||
#define MAXBANKS 515
|
||||
|
||||
extern SLONG area_Avail(SLONG bank);
|
||||
extern void AssignSections(void);
|
||||
|
||||
Reference in New Issue
Block a user