Search results
SUPER-X has been translated!
Score: 103.93 %,
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 ...
KSS files are now playable also in real MSX!
Score: 105.81 %,
Type: Forum topic , Comments: 138 comments
I have released KSSPLAY 1.0 (for MSX) today.
System reguirements:
* Fast MSX
* ... of posts that user has done to the forum.
I still need to look into those extra mapper blocks stuff. ... sample needs a bit more work in emulation.
Here are the other tunes:
$0D = Round Win
$0E = ...
Bug in MSX-BASIC.
Score: 104.25 %,
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 ...
About copy protections.
Score: 118.41 %,
Type: Forum topic , Comments: 49 comments
fine.
[quote]Cas Cremers[/quote]
Hey Cas! Welcome to this forum Cas Cremers
Hey Cas! Welcome to this forum!
[quote]Man, nobody has that utility! Do you still have it? C Man, ... 'oldtimers' on the forums once in a while. Hey, you by any chance know if 'Patje' is still alive? ...
Who made and what!
Score: 104.54 %,
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 ...
Psycho Pig UXB
Score: 125.91 %,
Type: Forum topic , Comments: 26 comments
CTRL+STOP it while booting, and the you type
POKE -1,0
RUN
It works. Magic.
You can use MSX ... the computer, but nothing happened.
I used the POKE -1,0 then RUN and nothing too.
I don´t know what ... NYYRIKKI, that version and the BLUMSX emulator.
Well, poke -1,0 (before or Well, poke -1,0 (before ...
2D vector clipping
Score: 105.47 %,
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: 105.64 %,
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 ...
MSX Puzzle of the day - Solve this!
Score: 105.85 %,
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++)
{ ...
New program: Analyze Z80 databus safely!
Score: 107.71 %,
Type: Forum topic , Comments: 13 comments
because of very tight fitted self generating code.
; DATABUS.GEN Ver 2.0 for MSX homecomputers ... to peripherals.
;
; Usage from MSX-BASIC:
;
; BLOAD "DATABUS.BIN",R:PRINT USR(0)
;
;
; Ps. Unmodifyed ... EQU #F7F8
USR0: EQU #F39A
DEFB #FE
DEFW BEGIN
DEFW END
DEFW START
ORG #B000
BEGIN:
START:
LD ...
