Skip to content

Commit

Permalink
add notes on MSU1 support for snes9x via patchzip
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Mar 30, 2024
1 parent 6f8a9ce commit f0ab089
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ <h2>Rom Hacks Support</h2>
<li>Invictus.bps - First patch file to be applied.</li>
<li>Invictus.bps1 - Second patch file to be applied.</li>
</ul>
<p>This patchzip format can also be used for any multifile rom like SNES MSU1 Enhanced games that are supported by Snes9X, for example A Link to the Past MSU1 create a folder containing: (this is just an example some of these files might not be required)</p>
<ul>
<li>alttp_msu.sfc - base rom file that has been patched to support enhanced audio.</li>
<li>manifest.bml - MSU1 manifest with tracklist and memory addresses.</li>
<li>alttp_msu.xml - XML manifest.</li>
<li>alttp_msu.msu - Video data.</li>
<li>alttp_msu-[1-xx].pcm - Audio data files.</li>
</ul>
<p>Just like the rom hacks name the zip file the same as the rom name in this example "alttp_msu.sfc.patchzip"</p>
<h2>Multi Disk Games</h2>
<p>The only web emulators that supports multiple CD games are psx and saturn, in order to function please rename your chd files before scanning them in to the same name with the extension .disk1,.disk2,.disk3,etc. IE:</p>
<ul>
Expand Down

0 comments on commit f0ab089

Please sign in to comment.