You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are right. A miscalculation on my part. Bank numbers start at 0, so it should, at least, be 47 instead of 48, but i will check also your suggestion
Since everything is cleared after building, i have changed it to BANKS 13 and 14 (faster than using a variable), and this should work on everything, including a ZX-Uno with the Next Core.
Can you try the attached knloader.bas and report back here if it works ok for you?
In my unexpanded zx spectrum next I get an error whenever I try to build the cache file.
Apparently I cannot use bank 48. This line:
6070 LET %k=13:BANK 48 ERASE 0:LET %j=0:;Current Bank, Current Base Address
fails with "Out of Memory"
I guess that the right thing to do would be to check the MAXBNK System Variable...
The text was updated successfully, but these errors were encountered: