Search results
Wiki chapter PUT SPRITE
Score: 204.77 %,
Type: Forum topic , Comments: 15 comments
"Parameters ... Color:
"between 0 and 127 in screens 4 to 8 and 10 to 12. Ii is the result of values 0 or 1 in the 8-bit VDP Sprite Color Register, used only for the sprites type 2. As bit 4 is unused, ... the "or"-mode can't be Ah, so the "or"-mode can't be used with sprites type 0 ? ...
Screen1 corrupted?
Score: 204.4 %,
Type: Forum topic , Comments: 6 comments
Using this program :
10 screen1: width(30)
20 locate 0,22: print"A"
30 locate 29,22: print"B"
40 locate 0,23: print"C";
50 goto 50
a blank line is inserted ... position: range are 0-29 and 0-22. You can use 23 rows on basic: 24th one is used to show function keys. ...
Screen5 and Screen6 Characters
Score: 204.27 %,
Type: Forum topic , Comments: 2 comments
thicker
30 FOR T=0 TO 256*8: POKE&HD500+T,PEEK(A+T) OR PEEK(A+T)/2: NEXT
31 ' move the font address to RAM page 3
40 POKE&HF91F,PEEK(&HF344): POKE&HF920,&H0: POKE&HF921,&HD5 ...
Ramdisk
Score: 203.61 %,
Type: Forum topic , Comments: 5 comments
Hi,
the memdisk which can be created with Basic doesn't support the copy command.
Is there any other ramdisk which can be used by Basic which behaves like a regular drive?
Many regards,
Mork
Sure. Have a look at the Sure. Have a ...
