aboutsummaryrefslogtreecommitdiff
path: root/whichbas.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-09 03:16:21 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-09 03:16:21 -0400
commitf7434033acc7555a30ddc0fd88981cba72c9bac2 (patch)
tree4d0bb995bea60c5da566cd957126d72f99b2a50d /whichbas.c
parenta2a2a8437246ea12bbce0c133538617e49c43a90 (diff)
downloadbw-atari8-tools-f7434033acc7555a30ddc0fd88981cba72c9bac2.tar.gz
whichbas: tweakage.
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 2911883..fb1d0c6 100644
--- a/whichbas.c
+++ b/whichbas.c
@@ -28,7 +28,7 @@ int bas_type = 0x0f; /* start out with all enabled */
#define SRET_AMSB 11
#define SRET_EXTENDED_BXE 12
#define SRET_COMPILED_TURBO 13
-#define SRET_NOT_BASIC 32
+#define SRET_NOT_BASIC 64
int script_mode = 0; /* -s flag */
int script_ret; /* -s mode, exit with one of SRET_*, above, as status */