When I select the interface1, Fuse tells me that it does not find the ROM. Where should I put the if1-2.rom file?
In which directory?
I do not find an option like for the ROM of the hardware models that allows me to locate and load the ROM.
Thank you.
Bye
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Alessandro,
There is no UI for this as you can see.
If you are comfortable using the terminal, you can set the hidden preference with the following command:
defaults write FusePreferences rominterface1 "<path to your rom file>"
If not, you can add it directly to the Fuse app by right-clicking on Fuse, selecting "Show Package Contents" and placing the file in Contents/Resources
Last edit: Fredrick Meunier 2018-04-10
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
When I select the interface1, Fuse tells me that it does not find the ROM.
Where should I put the if1-2.rom file?
In which directory?
I do not find an option like for the ROM of the hardware models that allows me to locate and load the ROM.
Thank you.
Bye
Hi Alessandro,
There is no UI for this as you can see.
If you are comfortable using the terminal, you can set the hidden preference with the following command:
If not, you can add it directly to the Fuse app by right-clicking on Fuse, selecting "Show Package Contents" and placing the file in Contents/Resources
Last edit: Fredrick Meunier 2018-04-10
Hi,
I have placed the needed roms in the file in Contents/Resources: it worked.
Thank you