diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-26 03:00:48 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-26 03:00:48 -0400 |
commit | 67b67eebb77512ffac50e8650cfc9f30913869fd (patch) | |
tree | 3c8093d75b45fdcdb734d59042e82014c1a7a2e5 /whichbas.h | |
parent | e45e1eefc9d7abc526d28710e6a0298c525c80fb (diff) | |
download | bw-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |