Search results
SUPER-X has been translated!
Score: 104.41 %,
Type: Forum topic , Comments: 0 comments
JP Grobler was kind enough to translate the manual of SUPER-X.
Now the best MSX debugger is also available for English users!
You can download the software and manual from:
www.nyyrikki.msx2.com
... and you are in whole new level ...
Bug in MSX-BASIC.
Score: 104.74 %,
Type: Forum topic , Comments: 2 comments
check EOF and there is CHR$(0) character in a file you may loose a character?
I'm not really ... replace the CHR$(0) with any other value you get the correct value "6" now you will get ... PRINT#1,STRING$(6,CHR$(0));
30 CLOSE
40 OPEN "test.tmp" FOR INPUT AS #1
50 R$=INPUT$(1,1):L=L+1
60 IF NOT ...
Who made and what!
Score: 105.03 %,
Type: Forum topic , Comments: 18 comments
with XOR A, some other use LD A,0.
- CALL commands are used very differently depending on code maker.
- ... OR A as a faster replacement for CP 0, and AND A when I want to set zeroflag or clear carryflag. ... to distinquish coders with, although if there are people who still use ld a,0 (which even has to be used in some ...
2D vector clipping
Score: 105.96 %,
Type: Forum topic , Comments: 15 comments
routine, that would change LINE (40,-10)-(-10,15) type of routine to LINE (20,0)-(0,10)
This sounds ... ((char) 0x00)
#define CLIP_XL ((char) 0x01)
#define CLIP_XH ((char) 0x02)
#define CLIP_YL ((char) 0x04)
#define CLIP_YH ((char) 0x08)
3) let's say Pa(xa,ya) and Pb(xb,yb) your ...
Idea to improve downloads section.
Score: 106.13 %,
Type: Forum topic , Comments: 9 comments
As you seem to already count, how many times each software have been downloaded, I think, that it would be nice to see this information also after file size in downloads section.
What do you think?
To add the number of downloads for a file in ...
About bounce chanllenge...
Score: 106.33 %,
Type: Forum topic , Comments: 33 comments
Headed for 23:59:59! Maybe that's because of watching too many pr0n movies?
It is so ...
MSX Service cartridges.
Score: 106.44 %,
Type: Forum topic , Comments: 9 comments
ROMs need to be disabled and all slots to be set to slot 0 (or slot 0-0). I guess that's what ...
MRC: Bug
Score: 106.41 %,
Type: Forum topic , Comments: 32 comments
Calculate all 1's and 0's
- Save number of 1's followed by 0's and erase the original. ... V(255)
30 FORX=0TO255:FORI=0TO7:B=2^I:V(X)=V(X)+(XANDB)\B:NEXTI,X
40 OPEN"TODO.TXT"FORINPUTAS#1 ... IFEOF(1)THENPRINT#2,Z1:PRINT#2,Z0:CLOSE:KILL"TODO.TXT":END
70 A=ASC(INPUT$(1,1)):Z1=Z1+V(A):Z0=Z0+8-V(A):GOTO60
... now my TODO list is only 14 bytes ...
Broken Music Module (NMS 1205)
Score: 106.46 %,
Type: Forum topic , Comments: 4 comments
It seems that there are plenty of Hardware specialists around here, so maybe someone can help me?
I have a music module, that broke because of short circuit in cartridge connector. (You know, how easy it is to crash into this huge box)
Result ...
MSX Puzzle of the day - Solve this!
Score: 106.34 %,
Type: Forum topic , Comments: 36 comments
all combinations of characters that sum up to 524:
for (my $i=0; $i <26; $i++)
{
for (my $j=0; $j <26; $j++)
{
for (my $k=0; $k <26; $k++)
{
for (my $l=0; $l <26; $l++)
{ ...
