mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add TODO comment for SDAS XL4 support
This commit is contained in:
@@ -212,6 +212,7 @@ void sdobj_ReadFile(FileStackNode const &src, FILE *file, std::vector<Symbol> &f
|
||||
fatalAt(where, "Unknown endianness type '%c'", line[0]);
|
||||
}
|
||||
|
||||
// TODO: support 32-bit addresses ("XL4") as of SDCC 4.4.0
|
||||
static constexpr uint8_t ADDR_SIZE = 3;
|
||||
|
||||
if (line[1] != '0' + ADDR_SIZE) {
|
||||
|
||||
Reference in New Issue
Block a user