-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MOS commands ending in numeric parameter not executed from autoexec.txt #68
Comments
These commands work when executed from the MOS command line itself, just not from autoexec.txt |
Please check you have pulled the correct src_fatfs/ffconf.h - FF_USE_STRFUNC should be 1. Dated 13/04/2023. It's working fine on my Agon. |
I checked that I have you current src_fatfs/ffconf.h file with -FFUSE_STRFUNC set to 1. |
Next weekend I will try to rebuild MOS from a freshly checked out source tree. If you put the command VDU 7 in your autoexec.txt, will you hear the beep? I don't and I did hear it with MOS 1.03/VDP 1.04RC1. |
It is quite possible that this is a bug - I've improved error checking on parameters and I can see why that may fail. |
The MOS now trims whitespace from any command executed by mos_exec. |
This started to go wrong since v1.04RC1.
autoexec.txt has lines ending in CR-LF. This is normal for text editors under Windows and also Nano on Agon itself.
When a command like "SET KEYBOARD 1" occurs in that file, it is not executed. If I put an additional space after the '1' it works again.
The text was updated successfully, but these errors were encountered: