Page 1 of 1

Famicom MGL

Posted: Mon Mar 11, 2024 6:32 am
by MacGyverr

Is there any way to set up an MGL for creating a menu item for just Famicom games?

I have created an MGL in the Consoles folder named Famicom.mgl and it contains:

Code: Select all

<mistergamedescription>
	<rbf>_Console/NES</rbf>
	<setname>FDS</setname>
</mistergamedescription>

When I launch it, it opens a menu for FDS files, but when you select one, it just goes gray and nothing else.

FDS games work just fine when opening them via the normal NES core, I'm just trying to create a separate menu item for Famicom.

Any ideas why it doesn't work?


Re: Famicom MGL

Posted: Mon Mar 11, 2024 5:22 pm
by 12characters

Is there an FDS BIOS file in games/FDS? If not, copy boot0.rom from the NES folder to the FDS folder.


Re: Famicom MGL

Posted: Mon Mar 11, 2024 6:59 pm
by MacGyverr

That was it.
I had copied just the boot2.rom (famicom) but not boot0.rom, works perfectly now thank you.