1
0
mirror of https://github.com/cc65/cc65.git synced 2024-05-29 08:41:31 +00:00

Telestrat cfg : fix space

This commit is contained in:
jede 2022-06-25 00:21:19 +02:00
parent 590de7566d
commit e0718314b3

View File

@ -11,7 +11,7 @@ SYMBOLS {
MEMORY { MEMORY {
ZP: file = "", define = yes, start = $00B0, size = $003A; ZP: file = "", define = yes, start = $00B0, size = $003A;
ORIXHDR: file = %O, type = ro, start = $0000, size = $001F; ORIXHDR: file = %O, type = ro, start = $0000, size = $001F;
MAIN: file = %O, define = yes, start = %S, size = __RAMEND__ - __MAIN_START__; MAIN: file = %O, define = yes, start = %S, size = __RAMEND__ - __MAIN_START__;
BSS: file = "", start = __ONCE_RUN__, size = __RAMEND__ - __STACKSIZE__ - __ONCE_RUN__; BSS: file = "", start = __ONCE_RUN__, size = __RAMEND__ - __STACKSIZE__ - __ONCE_RUN__;
} }
SEGMENTS { SEGMENTS {