aboutsummaryrefslogtreecommitdiff
path: root/whichbas.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-03-26 03:00:48 -0400
committerB. Watson <urchlay@slackware.uk>2025-03-26 03:00:48 -0400
commit67b67eebb77512ffac50e8650cfc9f30913869fd (patch)
tree3c8093d75b45fdcdb734d59042e82014c1a7a2e5 /whichbas.h
parente45e1eefc9d7abc526d28710e6a0298c525c80fb (diff)
downloadbw-atari8-tools-67b67eebb77512ffac50e8650cfc9f30913869fd.tar.gz
whichbas and listbas: distinguish between Integer BASIC disk and cart versions.
Diffstat (limited to 'whichbas.h')
-rw-r--r--whichbas.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/whichbas.h b/whichbas.h
index e414241..0e6bb72 100644
--- a/whichbas.h
+++ b/whichbas.h
@@ -14,5 +14,6 @@
#define SRET_EXTENDED_BXE 12
#define SRET_COMPILED_TURBO 13
#define SRET_APLUS 14
-#define SRET_OSSINT 15
+#define SRET_OSSINT_CART 15
+#define SRET_OSSINT_DISK 16
#define SRET_NOT_BASIC 64