Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Manage +2A ramdisc with ZXBasic, is possible ?
#7
Tested loading images in different banks and works fine, but i have a issue, i don't know what are the best banks for both 128 +2 and +2a of no contended memory for fast execution, for example for playing ay music with interrupts enabled ?
Thx in advance LCD



edited
(*) in a +2 doesn't works, only in a +2A works fine

stupid sample Smile only works fine in +2A mode
Code:
OUT 32765,16
load "" code 49152

out 32765,17
load "" code 49152

repeat:

Poke 23388,17
ASM HALT
       CALL 49152
END ASM
pause 0

Poke 23388,16
ASM HALT
       CALL 49152
END ASM

pause 0

go to repeat
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)