aboutsummaryrefslogtreecommitdiff
path: root/bas.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 /bas.h
parente45e1eefc9d7abc526d28710e6a0298c525c80fb (diff)
downloadbw-atari8-tools-67b67eebb77512ffac50e8650cfc9f30913869fd.tar.gz
whichbas and listbas: distinguish between Integer BASIC disk and cart versions.
Diffstat (limited to 'bas.h')
-rw-r--r--bas.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bas.h b/bas.h
index c21cfae..5fb23b7 100644
--- a/bas.h
+++ b/bas.h
@@ -184,6 +184,8 @@ extern unsigned short starp;
/* positions where various parts of the file start,
derived from the header vars above. */
extern unsigned short codestart;
+extern unsigned short save_command_pos;
+extern unsigned short save_command_tok;
extern unsigned short code_end;
extern unsigned short vnstart;
extern unsigned short vvstart;