aboutsummaryrefslogtreecommitdiff
path: root/whichbas.c
diff options
context:
space:
mode:
Diffstat (limited to 'whichbas.c')
-rw-r--r--whichbas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/whichbas.c b/whichbas.c
index e33eabd..da50998 100644
--- a/whichbas.c
+++ b/whichbas.c
@@ -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 */