"Load" games from a 3.5 floppy diskette
-
- Posts: 12
- Joined: Fri Aug 28, 2020 5:15 pm
- Been thanked: 1 time
"Load" games from a 3.5 floppy diskette
Had a stupid idea to "Load" games using 3.5 floppies... Thought it would be fun for both myself and my nephews, who are growing up without physical media.
I found this blog post which does what I want. Only instead of loading a url it would be loading a core and specific rom.
https://www.dinofizzotti.com/blog/2020- ... n-spotify/
I know that you can change the names to 'boot' and it will auto load a rom but but is there a better way? Can you load a core and rom from a bash script? Any help on how MiSTer works would be appreciated. Thanks
I found this blog post which does what I want. Only instead of loading a url it would be loading a core and specific rom.
https://www.dinofizzotti.com/blog/2020- ... n-spotify/
I know that you can change the names to 'boot' and it will auto load a rom but but is there a better way? Can you load a core and rom from a bash script? Any help on how MiSTer works would be appreciated. Thanks
-
- Posts: 12
- Joined: Fri Aug 28, 2020 5:15 pm
- Been thanked: 1 time
Re: "Load" games from a 3.5 floppy diskette
Found another person asking about loading a game using the command line in MiSTer
https://www.reddit.com/r/fpgagaming/com ... in_mister/
Based on their github it looks like they are renaming the rom to 'boot' like I thought and loading the .rbf for the core
https://github.com/mrchrisster/mister-screensaver
I'll investigate this method, unless there are any better ideas?
https://www.reddit.com/r/fpgagaming/com ... in_mister/
Based on their github it looks like they are renaming the rom to 'boot' like I thought and loading the .rbf for the core
https://github.com/mrchrisster/mister-screensaver
Code: Select all
fpga /media/fat/_Console/NES*.rbf
- Newsdee
- Top Contributor
- Posts: 873
- Joined: Mon May 25, 2020 1:07 am
- Has thanked: 104 times
- Been thanked: 239 times
Re: "Load" games from a 3.5 floppy diskette
I think that method does not work well with save files (it was not designed to do so)
-
- Posts: 12
- Joined: Fri Aug 28, 2020 5:15 pm
- Been thanked: 1 time
- Newsdee
- Top Contributor
- Posts: 873
- Joined: Mon May 25, 2020 1:07 am
- Has thanked: 104 times
- Been thanked: 239 times
Re: "Load" games from a 3.5 floppy diskette
Yes, and also I believe the boot rom mechanism bypasses some of the normal loading procedures. It was discussed in a thread but I can't remember which one.
-
- Posts: 12
- Joined: Fri Aug 28, 2020 5:15 pm
- Been thanked: 1 time
Re: "Load" games from a 3.5 floppy diskette
Well that's unfortunate, I know its the cores request which rom to load, but that seems weird to me (suppose it makes sense for the computer cores?)
Found some talk about 'Loading core/rom form the command line',
viewtopic.php?p=3384
https://github.com/MiSTer-devel/Main_Mi ... -612410931
A couple more work around methods I might try,
https://github.com/pocomane/MiSTer_Batch_Control
https://github.com/nilp0inter/MiSTer_WebMenu
First is getting the drive/disk reading part working then worry about which method is best to get MiSTer to load... Well maybe first should be clean up the octopus that is my MiSTer, I've only had it a few days and don't have a case made for it yet...
Found some talk about 'Loading core/rom form the command line',
viewtopic.php?p=3384
https://github.com/MiSTer-devel/Main_Mi ... -612410931
A couple more work around methods I might try,
https://github.com/pocomane/MiSTer_Batch_Control
https://github.com/nilp0inter/MiSTer_WebMenu
First is getting the drive/disk reading part working then worry about which method is best to get MiSTer to load... Well maybe first should be clean up the octopus that is my MiSTer, I've only had it a few days and don't have a case made for it yet...