05-02-2023, 02:09 PM
No, it's not supported this way, because it's very ROM specific.
Instead compile with
zxbc ... -D HIDE_LOAD_MSG
Note that there are several undocumented DEFINE macros like this one (i.e. one for changing the screen coordinates, etc).
All of them are in the process of being standardized and centralized in a document page. For the moment use this.
I will replay again in this post in the future once this is implemented. All macros should start with _ZXB_ prefix, to avoid name clash
with that of the user and also, to reserve the _ZXB_ prefix for ZXBasic internals only.
Instead compile with
zxbc ... -D HIDE_LOAD_MSG
Note that there are several undocumented DEFINE macros like this one (i.e. one for changing the screen coordinates, etc).
All of them are in the process of being standardized and centralized in a document page. For the moment use this.
I will replay again in this post in the future once this is implemented. All macros should start with _ZXB_ prefix, to avoid name clash
with that of the user and also, to reserve the _ZXB_ prefix for ZXBasic internals only.