Search results
Best MSX 1 Upgrade ?
Score: 188.41 %,
Type: Forum topic , Comments: 45 comments
compatible in your case). Depending on the Rom mapper, between 0% and 60% will work. Additionally, game ... suggested.
And the DIY alternative: The MSX-USB
https://github.com/S0urceror/MSX-USB
That 1mb sd ... interface and nothing else, but Sourcer0r has done an amazing job implementing MSX USB support with it, ...
Wanted - SD Mapper, Sunrise CF IDE or similair for MSX 1 !
Score: 187.96 %,
Type: Forum topic , Comments: 19 comments
and the list goes on :/ Oh and i need at least a few hours playing Valheim and an hour or two on the MSX so 0_0 ...
MSX Book + Magazine Translations ?
Score: 188.43 %,
Type: Forum topic , Comments: 8 comments
a video showing how amazing his method is on https://www.youtube.com/watch?v=O0w_uYPAQic
As ...
MSX Toshiba HX10 Video Output is not clear ?
Score: 189.26 %,
Type: Forum topic , Comments: 48 comments
that is the case, you need this for the vidéo:
https://en ... this for the vidéo:
https://en.wikipedia.org/wiki/Composite_video
and this for the audio: ...
https://nedis.co.uk/en-gb/product/connectivity/video/cables/...
Before getting into all sorts Before getting into all sorts of exotical cables and/or ...
Simple BASIC 'DATA Statement' Query.
Score: 188.42 %,
Type: Forum topic , Comments: 25 comments
but a data statement can be binary. eg
DATA 0,0,1,0,0,1,0,0
There would be 8 data statements the 1 would color a 'pixel' in on the sprite map and a 0 would leave it transparent. I remember this being easy.
So what is this ? :-
1470 DATA 0,01,01,01,01,01,01,01,01,03,07,0F,0F,0F,0F,0F
1480 ...
LVA510 Availability ?
Score: 188.61 %,
Type: Forum topic , Comments: 8 comments
Hey Guys I'm looking for the LVA510 chip for a Toshiba HX-10. I'm wondering if any of you have a spare one for sale or know where one can be found ? Don't want to break another HX-10 just for the chip !
...
Sprite Corruption / Graphic Artifacts ?
Score: 188.97 %,
Type: Forum topic , Comments: 12 comments
the first 4 lines of the sprite are simply 0 as there should be no pixels present so its very easy to verify ...
FOR NEXT ?
Score: 189.29 %,
Type: Forum topic , Comments: 6 comments
variables Also, if you use variables you can combine multiple variables in a nested loop:
for i = 0 to 2 : for j = 0 to 2 : print i,j : next j,i
In that case, do not forget to inverse the order of the variablenames
Otherwise you could still write it as
for i = 0 to 2 : for j = 0 to 2 : print i,j : ...
MSX Moszaik Issue 2 1985 Page 25 Spaceman Program Breakdown ?
Score: 189.24 %,
Type: Forum topic , Comments: 2 comments
Hey Guys, I'm curious if someone who has good DUTCH-ENGLISH capabilities can help a little with a small translation.
In MSX Moszaik Issue 2 1985 there's a program listing called Spaceman. At the bottom of the page there is a Program ...
MSX 1 Graphics Charachter Table Corrupt ?
Score: 189.4 %,
Type: Forum topic , Comments: 8 comments
like an O in screen 1 or 2; but it will look like a reversed capital D if you try it in screen 0 (because in screen 0 all characters are only 6 pixels wide instead of 8)
Micha wrote:
About the dot ... it in screen 0 (because in screen 0 all characters are only 6 pixels wide instead of 8)
OK I've ...
