vic20.cfg: add missing comma

This commit is contained in:
Christian Groessler 2020-11-11 17:20:25 +01:00
parent 53f055fb1d
commit 77da8d5490
1 changed files with 1 additions and 1 deletions

View File

@ -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;