Search results
Raul Portales' book, font demo is off?
Score: 184.41 %,
Type: Forum topic , Comments: 6 comments
1
20 LOCATE 0,10 : PRINT"A"
30 ST=ASC("A")*8 :REM ASC("A")=65 *8=520
40 FORI=0TO7 :REM read 8 datas
50 READ R$
60 VPOKE ST+I, VAL("&H"+R$)
70 NEXT I
80 GOTO 80
1000 DATA 02,06,0E,1E,3E,76,E6,76
The GitHub version works as The GitHub ...
Issues loading own basic programs on real hardware
Score: 184.36 %,
Type: Forum topic , Comments: 8 comments
Hi guys,
I use csave to save my basic programs, then I use cload to load it, simple enough. I record the wavs in my laptop.
I'm now trying on a new msx that I got and this doesn't work with my own programs, it does work if I want to load ...
Racing pseudo 3D road effect in MSX 1
Score: 184.36 %,
Type: Forum topic , Comments: 32 comments
bank 3 times, and use only colors in the second and third banks.
In this way you get:
Page 0 has patterns in 0x0000-0x07FF (filled by F0h) and colors in 0x2800-0x37FF
Page 1 has patterns at 0x2000-0x27FF(filled by F0h) and colors at 0x0800-0x17FF
With this double buffering scheme you can plot directly ...
