12-03-2016, 04:04 PM
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
only works fine in +2A mode
Thx in advance LCD
edited
(*) in a +2 doesn't works, only in a +2A works fine
stupid sample

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