aboutsummaryrefslogtreecommitdiff
path: root/bas.c
diff options
context:
space:
mode:
Diffstat (limited to 'bas.c')
-rw-r--r--bas.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bas.c b/bas.c
index 59324cf..5758110 100644
--- a/bas.c
+++ b/bas.c
@@ -150,6 +150,7 @@ void parse_header(void) {
/* these checks are actually kind of conservative. */
if(lomem == 0x77) {
+ numconst_size = 2;
if(verbose)
fprintf(stderr, "OSS Integer BASIC $7700 signature found, OK.\n");
} else if(lomem == 0) {