diff options
-rw-r--r-- | dla2csv.c | 11 | ||||
-rw-r--r-- | dla2csv.xex | bin | 10948 -> 11014 bytes |
2 files changed, 7 insertions, 4 deletions
@@ -259,9 +259,12 @@ int main(int argc, char **argv) { #ifdef __ATARI__ printf("\n" - "At any filename prompt, you may enter\n" - "a number, to get a directory of that\n" - "drive."); + "At any filename prompt, you may:\n" ); + printf( + "- Press Return, to exit this program.\n"); + printf( + "- Enter a number, to get a directory of\n" + " that drive."); /* be nice to emulator users. 0x31a is HATABS. */ for(i = 0x31a; i < 0x340; i += 3) { if(*((char *)i) == 'H') { @@ -269,7 +272,7 @@ int main(int argc, char **argv) { break; } } - printf("\n\n"); + printf("\n"); #endif while(1) { diff --git a/dla2csv.xex b/dla2csv.xex Binary files differindex 6382173..8ed97ad 100644 --- a/dla2csv.xex +++ b/dla2csv.xex |