From 14d8f3d81d9cb0de2fbb3d956f4dc16c58c09458 Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Wed, 24 Apr 2019 13:17:11 +0200 Subject: [PATCH] cfg/atari-xex.cfg: fix typo in comment --- cfg/atari-xex.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/atari-xex.cfg b/cfg/atari-xex.cfg index 5f390e12c..cabde3708 100644 --- a/cfg/atari-xex.cfg +++ b/cfg/atari-xex.cfg @@ -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; } -- 2.39.2