From 1cb5ede65dc47d142b65722ce9c24fe76268a440 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 9 Jul 2024 17:51:19 -0400 Subject: whichbas: more set_type(). --- whichbas.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- cgit v1.2.3