cfg/atari-xex.cfg: fix typo in comment

This commit is contained in:
Christian Groessler 2019-04-24 13:17:11 +02:00
parent 214c90f957
commit 14d8f3d81d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Sample linker configuration for C programs using the Atari binary file support.
# Use with: cl65 -tatari -Catari-c-xex.cfg prog.c -o prog.xex
# Use with: cl65 -tatari -Catari-xex.cfg prog.c -o prog.xex
FEATURES {
STARTADDRESS: default = $2000;
}