Search results
Wiki chapter PUT SPRITE
Score: 204.37 %,
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 %,
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: 203.86 %,
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.2 %,
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 ...
CX5MII, CX5MII/128 - 80 columns mode
Score: 199.18 %,
Type: Forum topic , Comments: 2 comments
Hi,
how can I enable the 80 columns mode on a CX5MII or CX5MII/128 ?
Many regards,
Mork
in basic
screen 0
width 80
in in basic
screen 0
width 80
in msx-dos:
mode 80
Ah, I tried this on an AX-370 Ah, I tried this on an AX-370 with an CX5II Bios but wasn´t accepted and because ...
SFG-clone of the RBSC Crew / SFG-01 wanted
Score: 199.28 %,
Type: Forum topic , Comments: 3 comments
Hi,
looking for the SFG-clone of the RBSC Crew or for a SFG-01 module.
I am curious for your offerings.
I have an SFG-01 for sale I have an SFG-01 for sale here .
SFG-01 gotten.
The SFG-clone SFG-01 gotten.
The ...
Sakhr AX-370 Cartridge Problems
Score: 196.44 %,
Type: Forum topic , Comments: 11 comments
Hi,
the Yamaha SFG-05 works fine with the Sakhr AX-370 via adapter.
But trying to use the YRM-104 or YRM-504 FM Music Macro Cartridges produces a black screen even before any MSX start screen appears.
Any ideas? Would like so much to program the ...
Sprite VDP Incompatibilities between MSX-1 and MSX-2
Score: 194.73 %,
Type: Forum topic , Comments: 14 comments
everybody, here is the basic-code:
100 COLOR 15,1,1
110 SCREEN 2
120 GOSUB 2000
300 PUT SPRITE 0, (5,10),2,0
310 PUT SPRITE 1, (15,10),2,0
320 PUT SPRITE 2, (25,10),2,0
330 PUT SPRITE 3, (35,15),2,0
335 FOR Y=5 TO 20
340 PUT SPRITE 4, (45,Y),2,0
345 FOR Z=1 TO 200:NEXT Z
350 NEXT Y
400 GOTO ...
Yamaha FM Music Macro YRM-104 / SFG Basic
Score: 194.26 %,
Type: Forum topic , Comments: 0 comments
Hi, does anybody know how to control the volume of a rhythm instrument with SFG Basic?
Many regards,
Mork
(Graphics and Music) ...
