Ok, I've understanded that the file .prg I have has to be launched by
another application with .ldr extension.
I've tried to do this with CJS emulator, the games start but with a lot of
problem in displaying images (it appear like an alternation of black
vertical bars & screen bars).
So, I've tried with fmsx emulator, but the emulator reset itself booting if
I put the files in the drivea.dsk
Finally I've tried with my NMS8280, but it works in the same way as fmsx.
If someone is interested I can send him the files to give them a look. I
don't attach them to my mail because 237K is too much for a mailing list, I
think.

Ok thanks to all
goodbye

PS I'm interested too in some code examples in programming with joistick
port (maybe in MSX BASIC) to make it useful to communicate with my pc
(parallel port).

-----Messaggio originale-----
Da: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
A: msx <[EMAIL PROTECTED]>
Data: giovedì 16 luglio 1998 12.04
Oggetto: Re: Files prg


Hi,
> I've got on my HD some files with extension .prg for MSX. I've downloaded
>it probably from funet, I don't remember.

.PRG is not a 'standard' extension. Just try:

In MSX-BASIC:
        LOAD"this.prg"  or RUN"this.prg"     --> BASIC program
        BLOAD"that.prg" or BLOAD"that.prg",R --> Binary program

If that doesn't work: rename it to "what.COM" and try to run it from
MSX-DOS.  If that doesn't work either I'm out of options except:

KILL"that.prg" :-)

        Eric
****
MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED]
(www.stack.nl/~wiebe/mailinglist/)
****


****
MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)
****

Reply via email to