Search results
How to: Line interrupts... (BASIC)
Score: 131.45 %,
Type: Forum topic , Comments: 8 comments
to see the line interrupt effect
110 SCREEN 8:FORY=0TO255:FORX=0TO255:VPOKEX+Y*256,XXORY:NEXTX,Y
120 ... in this case!!!)
200 '#I 33,@80,34,AD
210 ' ... and then just copy...
220 FOR I=0 TO 4:POKE -614+I,PEEK(AD+I):NEXT I
230 ' We want to have line interrupts, so let's enable them.
240 VDP(0)=VDP(0) OR 16 ...
Combine SCREEN 5 & SCREEN 10/11
Score: 112.11 %,
Type: Forum topic , Comments: 0 comments
not win beauty contest, but it works. (COLOR 0 in SCREEN 5 picture is transparent color)
10 CLS:FILES:PRINTCHR$(10):COLOR15,0,0
20 LINEINPUT "Input .SC5 : ";S5$
30 LINEINPUT "Input .SCA : ";SA$
40 SCREEN5:BLOADS5$,S:COPY(0,0)-(255,211)TO"TEMP"
50 SCREEN7:SET PAGE,1:CLS:COPY"TEMP"TO(0,0),0:KILL"TEMP"
60 ...
[Download] Improved BIOS for OCM
Score: 120.52 %,
Type: Forum topic , Comments: 7 comments
of RTCSAVE.COM? It would nice to have the src in bundle with my package and make a v2.0 for the new SDBIOS. ... v1.9.2)
; ld de,#029F ; 20 * 32 + 31 = 671 sectors --> 029Fh for the new SDBIOS v2.0 ...
; ld de,#019F ; 12 * 32 + 31 = 415 sectors --> 019Fh for the SDBIOS v2.0 ...
MSX boot-logo
Score: 111.57 %,
Type: Forum topic , Comments: 30 comments
"XYZ",0 = original logo
SET TITLE "XYZ",1 = original logo, MSX1 colors
SET TITLE ... to use 2 additional 64KB ROMs in slots 0-1 and 0-3. To make them automaticly load at startup needs just 1 ...
OCM / MegaSCSI problem...
Score: 111.56 %,
Type: Forum topic , Comments: 4 comments
It seems that I have a problem...
When ever I try to overwrite file on my MMC card, I get "Wrong disk in drive A:" error or "Disk error"
Any tips, what I do wrong?
Is the MMC card partitioned as a 'superdisk' ...
OCM hardware configuration
Score: 111.44 %,
Type: Forum topic , Comments: 11 comments
or "expencive" to assign RAM from 06C0000-06DFFFF to slots 0-1 and 0-3 as ROM?
Don't know how easy/hard ...
Feel of speed
Score: 111.45 %,
Type: Forum topic , Comments: 22 comments
I'm searching for games that have feel of speed.
It's easy to list Pleasure Hearts, F-nano 2 / F-nano 2', Sonyc and maybe Aleste 2 or Space Manbow in some levels, but there are more... give me some nice hints...
on the msx you ...
Looking for name of a programming language.
Score: 111.36 %,
Type: Forum topic , Comments: 5 comments
I remember that back in 1995 or something like that I saw a custom programming language that was specially developped for MSX on my friends computer. IIRC it had compiler for MSX-DOS that compiled .COM files and the name was only 3-letters.
It was ...
