mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +00:00
vic20.cfg: add missing comma
This commit is contained in:
parent
53f055fb1d
commit
77da8d5490
@ -1,7 +1,7 @@
|
||||
SYMBOLS {
|
||||
__LOADADDR__: type = import;
|
||||
__EXEHDR__: type = import;
|
||||
__STACKSIZE__: type = weak, value = $0100
|
||||
__STACKSIZE__: type = weak, value = $0100;
|
||||
}
|
||||
MEMORY {
|
||||
ZP: file = "", define = yes, start = $0002, size = $001A;
|
||||
|
Loading…
Reference in New Issue
Block a user