diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-09 17:51:19 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-09 17:52:00 -0400 |
commit | 1cb5ede65dc47d142b65722ce9c24fe76268a440 (patch) | |
tree | 0b746c1df45172c7be0ef3d096c978ec06285aba | |
parent | 1b6eb01722d7702d796390af61feb320b63a6145 (diff) | |
download | bw-atari8-tools-1cb5ede65dc47d142b65722ce9c24fe76268a440.tar.gz |
whichbas: more set_type().
-rw-r--r-- | whichbas.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) { |