ElectronicsTinkerer / 1541EmU

Source code and eagle files for the 1541 Emulator
6 stars 1 forks source link

File not laoding in file browser program. #3

Open Therealjosephchrzempiec opened 4 years ago

Therealjosephchrzempiec commented 4 years ago

Hello i uploaded your sketch and typed out everything. Granted I'm still new to commodore but i have a problem. When i booted up my commodore i typed in LOAD"$",8 then it said ready, Follow that by a LIST command and i was able to see the files on the SD card. When i tyoe in LOAD"FB64",8 that is the file browser program on the sd card i found online. When i type that in said ready. The i typed in RUN command it and it open the file browser with a background. Everything looked okay but one problem. None of the files was displaying in the file browser. Can you please help me?

Joseph

ElectronicsTinkerer commented 4 years ago

You might be having a compatibility issue with the code. When I wrote this, I had only designed it to work with BASIC commands for strictly SAVEing/LOADing files. As a result, many programs that use other means to read a file (i.e. OPEN/CLOSE) might not work.

Other than compatibility, what version of the source are you running? Version EFS v1.00 is the latest. Also, is there a flash code on the drive emulator? I believe that I put the descriptions of each code near the top of the source.

Let me know if you need anything else. I am not currently actively working on this project, but I am more than happy to pull it out and take a look if you need some help!

Zibri commented 4 years ago

it would be great to make it emulate tracks/sectors and G64 format as well.. but maybe arduino is not powerful enough for that...hmmm

Zibri commented 4 years ago

perhaps "borrowing" the code from other projects on github like https://github.com/pi1541/Pi1541