Search results
Small MSX1 BIOS
Score: 139.19 %,
Type: Forum topic , Comments: 9 comments
Hi all
Anybody knows if exist a BIOS without basic ?
I know CBIOS but its size is 32Ko and I need a smaller one.
Thanks
it's 32kB because there are a it's 32kB because there are a few stubs in the basic part. The second 16kB ...
Redim an array in MSX basic
Score: 139.12 %,
Type: Forum topic , Comments: 3 comments
"grp:" FOR OUTPUT AS#1
30 DIM FA$(15)
40 DEFINT I:DEFINT U:DEFINT P:C=0
50 FM$="????????.???"
60 DA$="0E11110E12C51100C10E1ACD7DF3C11180C0CD7DF332F8F7C9"
70 AD=&HC080:POKE AD,0'Drive: 0=Default, 1=A: 2=B: ... 8=H
80 FOR I=1 TO 12:AD=AD-(I<>10):POKE AD,ASC(MID$(FM$,I,1)): NEXT ...
DOS2 disk routines from BASIC, should it work?
Score: 139.08 %,
Type: Forum topic , Comments: 2 comments
I am trying to read a file using the DOS2 'open file handle', 'read from file handle' and 'close file handle' from BASIC (using assembly) by calling 0f37dh. So far I only get ... tried full path (e.g. 'c:\path\to\file.ext',0) or file name only 'file.ext',0 ...
RAM between slots 0-0 and 0-2
Score: 139.06 %,
Type: Forum topic , Comments: 15 comments
is becuase some converted ROM games are bloaded at &h4000 which in my MSX AX-200 is in slot 0-2 (which ... to may be activate slot 0-2 RAM so that when Bload "CAS:",r is run, it will load the data ... from pc..
Now on machines with ram being on slot 0-0 and slot 0-2, how can we make basic bload ...
