Intercept mistaken commands (LOAD vs SAVE)
Opened this issue · 6 comments
check whether a LOAD "tpi:... " command belongs to the SAVE "tpi:... " commands list
Fixed in (upcoming) v1.1c. Please verify and confirm
Wrong.LOAD.cmd.mp4
David, in case you want to know how to test the wrong LOAD "tpi: cd a-m" command with the upcoming v1.1c, here's what would happen:
Wrong.LOAD.tpi.cd.cmd.mp4
Well, while this is technically doable, there's a couple reasons it is not advisable:
- This could interefere with Gustavo's ROM workings, either now or on the future. I don't recall the exact issue, but might be linked to the fact that the current is a "half" implementation of the full specification. For instance, this has no full handshake. So, future versions could implement that and crash. But we can ask the man himself next Wed!
- This could be (even more) confusing to the final users.
So I don't think it's advisable to add this mod to the main branch, and have the users to enter the correct syntax for the commands instead. That being said, as the tspico.py will be open starting from this release, it's trivial to add this mod and see if the users find this more suitable, so make those changes permaments.
Let's add this to the open issues (if there's such thing)
Obviously, there might be ROM reasons preventing it, but a thought I had that might make things easier to remember is if you could move the dir
, tapdir
, and path
commands to SAVE
, then LOAD
would only be for mounting, which should be easy to remember.
I think it's pretty easy now to just remember the few load commands and that all others are SAVE, but it is easy to mis-type it in a hurry. but then I also mis-type LOAD with LIST a lot too.