-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify Comments for ROM Selection in Options File #88
Comments
ROM1 is supported and works just like ROM2..7 If ROM1 is not specified or invalid it looks like it tries hard coded options, first match wins: if (roms.ROMValid[0] == false && !(AttemptToLoadROM("d1541.rom") || AttemptToLoadROM("dos1541") || AttemptToLoadROM("d1541II") || AttemptToLoadROM("Jiffy.bin"))) |
Fixed in v1.15 |
Just downloaded raspberry PI firmware and installed pi1541 and rom file on the sd card. Nothing worked. Connected it to my television and it hows "please add dos1541 to root" (or something like it. I have dos1541 on root, downloaded as part of VICE 3.1. I have tried to rename it dos1541.bin, dos1541.rom and added ROM1=dos1541.bin with no change. It always boot to the same red screen which says its missing the ROM file. So something is broken. |
@kakemoms |
@pi1541 I have tested using both FAT and FAT32. Both boot the PI, but end with a red screen saying "No ROM file found!" "Please copy a valide 1541 ROM file in the root folder of the SD card" "The file needs to be called ´dos1541´." I have also tried to copy ALL drive rom files from vice3.1 to both root and 1541 folder of the SDCard. I recon since both SD cards give the same result and boots the PI, they seems to be ok... but it looks like the PI firmware may have a problem in reading the card. Both cards are of the same type (1GB SDHC cards), so maybe I should get and try a completely different brand. Still, strange that it boots the firmware when it can't read anything else... I'll get back here with an update if I get it working. |
Well, I got it working to a point were I get "searching" on the Vic-20. At that point the PI freezes and nothing more happens. This was achieved by using a different SD Card (Samsung EVO 32GB) at a considerable cost. I guess my OEM cards were not keeping up with the speed at which PI is reading. So now the ROM file is at least read. I can also use another ROM file (d1541II for example), but that results in the Vic-20 only responding with "device not found". This might be a hardware problem, so I will do some more testing and ask elsewere. |
Looks like you may have hijacked this issue for something non-related to the original topic -- Please create a new topic so that both of our issues can get the proper attention. Thank you. |
Clarify Default Behavior
So the
options.txt
file currently reads:This is unclear which rom would be selected by default in case where:
ROM2
orROM3
ROM2
andROM3
but have 3+ roms on the SD cardThe website has the following message:
But again it is not clear what order these files are searched in? I could probably go look at the source code (and maybe I will, to generate PR for this issue) but I think that the comments in the options file should make it more clear.
Support for
ROM1
PropertyHere is how I have configured my options.txt file:
The document doesn't mention support for the
ROM1
property, but I added it just to make my intent clear.Update Comment for 7-Rom Limit + Function Keys
Comment from v1.11 notes:
Comment from v.1.09 notes:
The comments within the options file should be updated to reflect these new rules.
So I think what I am requesting for in this issue is:
ROM1
to help the user fully express their preferred orderThank you for your consideration. Please let me know if you have any questions.
-David Farrell
[edit] Grammar
The text was updated successfully, but these errors were encountered: