Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit f0ab089

Browse files
committed
add notes on MSU1 support for snes9x via patchzip
1 parent 6f8a9ce commit f0ab089

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

public/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ <h2>Rom Hacks Support</h2>
7373
<li>Invictus.bps - First patch file to be applied.</li>
7474
<li>Invictus.bps1 - Second patch file to be applied.</li>
7575
</ul>
76+
<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>
77+
<ul>
78+
<li>alttp_msu.sfc - base rom file that has been patched to support enhanced audio.</li>
79+
<li>manifest.bml - MSU1 manifest with tracklist and memory addresses.</li>
80+
<li>alttp_msu.xml - XML manifest.</li>
81+
<li>alttp_msu.msu - Video data.</li>
82+
<li>alttp_msu-[1-xx].pcm - Audio data files.</li>
83+
</ul>
84+
<p>Just like the rom hacks name the zip file the same as the rom name in this example "alttp_msu.sfc.patchzip"</p>
7685
<h2>Multi Disk Games</h2>
7786
<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>
7887
<ul>

0 commit comments

Comments
 (0)