Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
No more loading messages (solved)
#1
On ZX Spectrum we can do this to disable loading messages:


Code:
POKE 23739,111: REM disable messages
LOAD "KO" SCREEN$
POKE 23739,244: REM restore messages


How can I do that on ZX BASIC compiler?
Reply
#2
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.
Reply
#3
Thanks.

I have updated the TAP to run online.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)