Missed a tab in config

This commit is contained in:
Alex Thissen 2024-01-19 10:52:42 +00:00
parent 6bab3f921b
commit 83691f30c1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ MEMORY {
BOOT: file = %O, start = $0200, size = __STARTOFDIRECTORY__;
DIR: file = %O, start = $0000, size = 16;
MAIN: file = %O, define = yes, start = $0200, size = $C038 - __UPLOADERSIZE__ - $200 - __STACKSIZE__;
UPLOAD: file = %O, define = yes, start = $C038 - __UPLOADERSIZE__, size = $0061;
UPLOAD: file = %O, define = yes, start = $C038 - __UPLOADERSIZE__, size = $0061;
}
SEGMENTS {
ZEROPAGE: load = ZP, type = zp;