Hi all!
GPF, thanks for porting Frodo to the DS. I highly appreciate this, as I spent some years of my youth with this machine. And it turned me on to computers.
However, as I see some of you experience problems with loading games, well the reason is simple.
In the past, we had some tools to change the appearance of the directories just to make the directory look cool and to show off. Some entries weren't referring to files.
So
LOAD"*",8,1
won't work in all cases.
Try the following.
Load the directory first:
LOAD"$",8
Examine the directory with
LIST
and then load file you want, e.g.
LOAD"URI*",8,1
RUN of course will run the program.
The numbers before the program names in the directory show the block size of the file on the disk.
You might want to try some of the following just for fun:
10 FOR I=1 TO 255
20 POKE 53281,I
30 NEXT
40 GOTO 10
RUN
SYS 64738 also a timeless classic.
However, there are some issues with Frodo I would like to mention.
1. Distorted sound, poor SID. How I would LOVE to use cybertracker on the DS! :eek:
2. Sound is out of sync (lag). It can be experienced in uridium's reaction game part.
3. Characters are badly readable, probably due to a scaling issue.
However: Great! :thumbup: