aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--whichbas.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/whichbas.c b/whichbas.c
index 49b27c9..3b74415 100644
--- a/whichbas.c
+++ b/whichbas.c
@@ -458,8 +458,9 @@ CALLBACK(handle_op) {
}
remove_type(BT_ATARI);
+ /* only Turbo has op tokens numbered 0x69 and up. */
if(tok >= 0x69) {
- remove_type(BT_BXL_BXE);
+ set_type(BT_TURBO);
}
if(tok >= 0x6E) {