budude2 / openfpga-AtariLynx

14 stars 2 forks source link

Allow .img bios from file picker #2

Open MarcAlx opened 3 months ago

MarcAlx commented 3 months ago

Hi first, thanks for your amazing job.

I'd like to put my bios in a dedicated folder.

When doing this the core prompts me for .bin file so that I can't pick the required .img one.

Maybe allowing .img here for bios would do the trick.

AnotherPocket commented 3 months ago

Hi. You can add this yourself. You just need to add that extension to the data.json file found in core > budude2.Lynx.

Look for: "extensions": ["bin"], Made it: ["bin","img"]

MarcAlx commented 3 months ago

Thanks for reaching out.

I confirm that by editing the json file it works.

It would be a simple QOL addition.