Search results
why so much load ways?
Score: 144.25 %,
Type: Forum topic , Comments: 5 comments
"",1,0
Tape, first file is code: LOAD "",1,1
Disk, intended 'first' file is BASIC: LOAD "*",8,0
Disk, intended 'first' file is code: LOAD "*",8,1 ...
msx bios
Score: 144.04 %,
Type: Forum topic , Comments: 2 comments
4x longer to run on MSX2 when compared to MSX1:
10 TIME=0
20 COLOR 15,0,0
30 SCREEN 3
40 OPEN"GRP:" FOR OUTPUT AS #1
50 FOR I=2 TO 15
60 PSET (0,0),0
70 COLOR I:PRINT#1,"Hello..."
80 NEXT I
90 SCREEN 0
100 PRINTTIME
(General discussion) ...
