diff options
-rw-r--r-- | whichbas.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -135,6 +135,9 @@ CALLBACK(handle_cmd) { bas_type = BT_TURBO; print_result(); } + /* partial: we really should detect GET #1,A$. this is Turbo-only, but + probably nobody ever uses it because it doesn't seem to *work*, + at least not in TB 1.5. */ break; case CMD_RESTORE: case CMD_TRAP: |