diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-10 01:46:26 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-10 01:46:26 -0400 |
commit | 251780217201017d4c53f23b228be468350f6f85 (patch) | |
tree | 3a780bbb0b7cf639f570622f3e186192c35025e7 | |
parent | c05071d3b5a1236035bf7fa8728e14b576d9e345 (diff) | |
download | bw-atari8-tools-251780217201017d4c53f23b228be468350f6f85.tar.gz |
whichbas: cosmetics.
-rw-r--r-- | whichbas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -411,7 +411,7 @@ CALLBACK(handle_cmd) { a lockup). */ if(nexttok >= 0x10 && nexttok <= 0x15) { /* worth mentioning to the user... */ - fprintf(stderr, "Note: program requires EXTEND.COM from the Toolkit disk.\n"); + fprintf(stderr, "Note: program requires EXTEND.COM from BASIC XL Toolkit disk.\n"); set_type(BT_BXL); } else { /* it's BLOAD if followed by e.g. OP_STRCONST or a variable */ |