Is there a standard way the RBF files are structured? For example, is there something like a "header" that has the name of the core, how it relates to the folder structure, etc. that is uniform to cores, or does every developer do it their own way? If it is more or less standardized, is it possible to edit these values in some way (like in a hex editor)? Thanks!
RBF File Structure
-
- Posts: 19
- Joined: Mon Oct 10, 2022 11:54 pm
- Has thanked: 1 time
- 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: RBF File Structure
What do you want to do exactly? You can use MGL files to customize a core name and change default values without recompiling.
For example you can have an "Amiga 500" and "Amiga 1200" MGL files, both uaing rhe same exact RBF for Minimig, but starting with differemt options, and saving settings separately.
https://mister-devel.github.io/MkDocs_M ... anced/mgl/
To add to the above reply, tchnically RBFs are an FPGA bit stream optimized by Quartus, so there isn't a user editable file structure in it. MGL were developed as a way to avpjd having to recompile for basic setting changes (name etc)
-
- Posts: 180
- Joined: Sun May 24, 2020 9:13 pm
- Has thanked: 186 times
- Been thanked: 34 times
Re: RBF File Structure
Newsdee wrote: ↑Wed Sep 20, 2023 8:32 pmWhat do you want to do exactly? You can use MGL files to customize a core name and change default values without recompiling.
For example you can have an "Amiga 500" and "Amiga 1200" MGL files, both uaing rhe same exact RBF for Minimig, but starting with differemt options, and saving settings separately.
https://mister-devel.github.io/MkDocs_M ... anced/mgl/
To add to the above reply, tchnically RBFs are an FPGA bit stream optimized by Quartus, so there isn't a user editable file structure in it. MGL were developed as a way to avpjd having to recompile for basic setting changes (name etc)
I only discovered the MGL format yesterday (the first time I've wanted to separate Amiga 500/600/1200/Vision installs and it is awesome. I do wish I could hide the RBF now I have the MGLs named as I want them...
-
- Core Developer
- Posts: 459
- Joined: Wed May 26, 2021 9:35 pm
- Has thanked: 59 times
- Been thanked: 383 times
Re: RBF File Structure
cursedverses wrote: ↑Thu Sep 21, 2023 3:11 pmI do wish I could hide the RBF now I have the MGLs named as I want them...
I know it's off topic...but....
If you are talking about hiding the Minimig core itself, you can try using the names.txt file to hide it.
In the names.txt file, change or add the following line to "hide" the minimig (Amiga) core but leave your mgl's visibile:
Code: Select all
Minimig:
I haven't noticed any adverse side effects.