I'd like to ask if you could tell me how to run TI-99/4A games from
floppy / tapes images using Win994a or any other emulator? I have never
used a real machine so all I get is a BASIC prompt :-). I've been
searching the Internet for such a simple info but didn't find a bit!
Regards,
Jurek
In Win994a you have "Insert Floppy DSK1", clic on it and select a floppy
image (you can download some).
Then, clic on "Catalog DSK1" to get the directory of the disk.
If you see some files with "pgm" type, then its a program (example
MYPROG pgm)
At the Basic prompt, just type:
OLD "DSK1.MYPROG" (enter)
and you have the file in m�mory.
Then
LIST if you want to view the source code
RUN if you want to execute the program.
Guillaume.
Jurek a �crit :
After that I get an error:
*WARNING:
CHECK PROGRAM IN MEMORY
*I/O ERROR 50
Any suggestions?
Guillaume.
No, of course not :-) But I'm sure the program in on the floppy. I can
see all the names in the Disk Catalog.
Just a sec ago I have tried again but with the capital letter and it
sort of works. I don't get any error but after a few seconds I get the
cursor back....
> On 2010-05-10 12:51, Guillaume Tello wrote:
>> Jurek a �crit :
all devicenames should be CAPITAL, like in the example.
OLD DSK1.filename will load a file named "filename" (see, filenames can be
lower case, but the filename IS case sensitive, meaning "Filename" is a
different file. DSK1 should be capital.)
OLD DSK1.MYPROG will load MYPROG from disk 1.
Quotes are not necessary with OLD.
So if you see a program named MYPROG, enter:
OLD DSK1.MYPROG
not
OLD DSK1.myprog or OLD dsk1.MYPROG
If you got the cursor back without an error, this is when you try:
LIST
or
RUN
Hi Jurek--- hope you got it all figured out!! If you'd like to visit
a very active TI Forum, please come to Atariage.com. Find the
"Programming" forum and we're right there. We love newcomers and I
guarantee you, if there's any questions you have about anything TI
related, the fast and helpful people there will be excited to help. :)
Are you trying to say that we're slow and unhelpful?!?!?! ;)
Duh, what??? 8^)