diff options
-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) { |