aboutsummaryrefslogtreecommitdiff
path: root/dla2csv.c
diff options
context:
space:
mode:
Diffstat (limited to 'dla2csv.c')
-rw-r--r--dla2csv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/dla2csv.c b/dla2csv.c
index 8377af7..32e673b 100644
--- a/dla2csv.c
+++ b/dla2csv.c
@@ -165,6 +165,9 @@ void print_id(void) {
the Atari by jumping directly to DOS (do not call the exit stuff from
cc65's runtime, do not pass Go, do not collect $200). This seems to
work reliably, but I hesistate to document "Press Ctrl-3 to exit"...
+
+ ...and it turns out that on SpartaDOS X, even this doesn't prevent
+ the atari from locking up if the user presses ^3. Sigh.
*/
#define exit_eof_stdin() (*(OS.dosvec))()