uberyoji / mister-boot-roms

Custom boot roms for the MiSTer FPGA project
GNU Lesser General Public License v2.1
107 stars 0 forks source link

Nintendo 64.mgl (type="s") #9

Closed GamaBurst closed 8 months ago

GamaBurst commented 8 months ago

Hello uberyoji, In the actual Nintendo 64.mgl

`

_Console/N64
<file delay="1" type="s" index="1" path="mister-boot.z64"/>

`

I think that it's supposed to be type="f" to load the mister-boot.z64 rom

type="s" is used to mount a image type="f" is used to load rom

Greetings!

uberyoji commented 8 months ago

You are so right! I will fix asap.

GamaBurst commented 8 months ago

Thank you!! ;)