diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-08 17:34:00 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-08 17:34:00 -0400 |
commit | ad33d8d2d1954e0ec7c803a99d502b4263c94eed (patch) | |
tree | 8bdee62f06534b035b393f0eb169c2c4b2690971 | |
parent | d7de9038eb0599232a8840ac48e97d9bb4462ab0 (diff) | |
download | bw-atari8-tools-ad33d8d2d1954e0ec7c803a99d502b4263c94eed.tar.gz |
whichbas: note to self about GET #1,A$ in Turbo.
-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: |