From ad33d8d2d1954e0ec7c803a99d502b4263c94eed Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 8 Jul 2024 17:34:00 -0400 Subject: whichbas: note to self about GET #1,A$ in Turbo. --- whichbas.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/whichbas.c b/whichbas.c index 780af6a..d6e4163 100644 --- a/whichbas.c +++ b/whichbas.c @@ -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: -- cgit v1.2.3