Fix bigger than 32MB ROM files

Fix bigger than 32MB ROM files
This commit is contained in:
Andy Vandijck 2025-07-20 15:44:39 +02:00
parent d672d425be
commit dab91fc8ca
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ enum {
}; };
enum { enum {
SIZE_ROM = 0x2000000, SIZE_ROM = 0x8000000,
SIZE_BIOS = 0x0004000, SIZE_BIOS = 0x0004000,
SIZE_IRAM = 0x0008000, SIZE_IRAM = 0x0008000,
SIZE_WRAM = 0x0040000, SIZE_WRAM = 0x0040000,