Search results
Jake In The Caves - Illegal Function Call in 4640
Score: 190.64 %,
Type: Forum topic , Comments: 29 comments
occurs? It should be a string of one or two characters corresponding to a hexadecimal value between 0 ... characters corresponding to a hexadecimal value between 0 and FF.
How do i check the value of A$ ? ... CS%=(CS%+ASC(T$)*N)MOD256
CS% is the checksum, which starts at 0 for each line of code
N is for counting, starting ...
KEY Command Question.
Score: 190.37 %,
Type: Forum topic , Comments: 4 comments
Hey Guys, Ive started to use the KEY command to 'program' my function keys. Whenever i hit a section of listing with lots of repetition I like to program a few of the function keys to provide me a shortcut. One such command would be PRINT ...
Platformer Suggestions ?
Score: 190.14 %,
Type: Forum topic , Comments: 18 comments
Hey Guys, I'm looking for suggestions for a good platformer Listing ! I remember playing Blagger, Chuckie Egg, Manic Miner and Jet Set Willy as a kid on my MSX. Also Pitfall 2 though that was a bit different. What I'm after is a Game i can ...
Open MSX Screen Resolution ?
Score: 190.14 %,
Type: Forum topic , Comments: 3 comments
Hey Guys, I'm running Open MSX on my laptop which is running at 1920 x 1080 so Open MSX looks small. How do i make it full screen or to fill the vertical space i have available ? I don't mind black borders but full screen windowless with black ...
BASIC Listings ?
Score: 189.85 %,
Type: Forum topic , Comments: 41 comments
translated
https://translate.google.com/?sl=auto&tl=en&op=websites
CAS format can contain ... thing. Whats your e-mail ?
thegeps@gmail.com thegeps@gmail.com
openMSX 18.0 outputs in openMSX 18.0 outputs in Unicode if you copy the screen
(Software) ...
E-Media ? Kindle/Tablet/Printout/Other Options ?
Score: 189.85 %,
Type: Forum topic , Comments: 7 comments
Hey guys, A bit of a strange question this time.
So.. Old computers.. We used to sweat over those listings in the magazines as kids. Now the magazines are mostly gone and we rely on PDF's. Now a don't know about you but my MSX won't ...
MSX 1 Graphics Charachter Table Corrupt ?
Score: 189.8 %,
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 ...
MSX Moszaik Issue 2 1985 Page 25 Spaceman Program Breakdown ?
Score: 189.64 %,
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 ...
FOR NEXT ?
Score: 189.7 %,
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 : ...
Sprite Corruption / Graphic Artifacts ?
Score: 189.37 %,
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 ...
