Search results
ugBASIC
Score: 152.12 %,
Type: Forum topic , Comments: 13 comments
ugBASIC ARRIVES ON MSX!
With version 1.8, ugBASIC supports the MSX platform: therefore, starting from the same BASIC source for other 8-bit platforms, it will be possible to generate a ROM cartridge for all models compatible with this standard. The ...
New to the community + MSX noob questions before taking the plunge
Score: 152.1 %,
Type: Forum topic , Comments: 13 comments
Hey all! Brand new to the forum . Please let me know if this is not the correct place to post about this. I originally became interested in the MSX after trying it out on the MiSTer last year. A few days ago I unexpectedly got the chance to briefly ...
Cartridges using WAIT and CLK lines?
Score: 152.07 %,
Type: Forum topic , Comments: 11 comments
With all of the clock modifications and slot expanders out there. Is it still save to use the CLK and/or open collector WAIT signal that are available on the cartridge slot?
Are there any known cartridges out there that already have used those ...
[WTGA] Floppydisk cases
Score: 153.35 %,
Type: Forum topic , Comments: 6 comments
I have several 3.5” floppy disk cases that hold 80 disks. I “Want To Give them Away” . I only ask for shipping cost to be paid. They generally hold about 80 disks and I will give best one to first responder and so on. Before we finalize the deal I ...
Is there a way to concat/merge/join vars in MSX basic?
Score: 152.17 %,
Type: Forum topic , Comments: 5 comments
Is there a way to concat/merge/join vars in MSX basic?
Example:
A = 2
B = 3
I would like to know if there is a way I can get C to be 23 (C = AB)?
A=2: B=3: C=A*10+B
or
A=2: A=2: B=3: C=A*10+B
or
A=2: B=3: ...
