CALL SCAN25
Contents |
Effect
Converts a screen 2 picture into screen 5. It must be previously loaded in computer VRAM with BLOAD and the result of the conversion can be saved with BSAVE.
Note: The color palette is also saved during the conversion. Think to use COLOR=RESTORE to see the screen 5 picture with the good colors!
Syntax
CALL SCAN25
Example
10 SCREEN 2 20 BLOAD"PICTURE.SC2",S 30 CALL SCAN25 40 BSAVE"PICTURE.SC5",0,&H6A00,S