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 ...
Looking for MSX2+ / Turbo R GT
Score: 183.68 %,
Type: Forum topic , Comments: 0 comments
Hi everyone.
I'm looking for and MSX2+ or Turbo R GT.
Whatsapp +541134005234
(Trading and collecting) ...
Sprite collision not detected while on MSX-BASIC-KUN [xbasic]
Score: 183.65 %,
Type: Forum topic , Comments: 3 comments
This is the code I have:
10 SPRITE ON:ON SRPTE GOSUB 1000
...
1000 END
This is not working while running an xbasic compiled program. Why is this and what's the work around?
{mod: moved topic to Development forum}
If your code ...
Cannot BREAK while running MSX-BASIC-KUN
Score: 183.69 %,
Type: Forum topic , Comments: 6 comments
better use another break trick hidden in MSX-ROM... You can enable it by writing: POKE &HFBB0 ... to text mode and then you will have to blindly write something like "SCREEN 0' " I know ...
How to change username here
Score: 183.47 %,
Type: Forum topic , Comments: 3 comments
Hi, I'd like to change my name to a nichname here, how do I do that please?
Get in touch with an admin Get in touch with an admin and tell him your wishes.
How do I do that? I tried to How do I do that? I tried to find a contact ...
Sjasm - can't compile anything
Score: 183.36 %,
Type: Forum topic , Comments: 3 comments
ejemplo1.asm
Sjasm Z80 Assembler v0.42c - www.xl2s.tk
ejemplo1.asm(1) : Unrecognized instruction: ...
