aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-09 17:51:19 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-09 17:52:00 -0400
commit1cb5ede65dc47d142b65722ce9c24fe76268a440 (patch)
tree0b746c1df45172c7be0ef3d096c978ec06285aba
parent1b6eb01722d7702d796390af61feb320b63a6145 (diff)
downloadbw-atari8-tools-1cb5ede65dc47d142b65722ce9c24fe76268a440.tar.gz
whichbas: more set_type().
-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) {