(MESS) n64dd.xml: Added a new softlist to document available dumps of N64 Disk add-ons. [incog]

out of whatsnew: at the moment this list is not hooked up because the driver does not do much more than booting the BIOS.
This commit is contained in:
Fabio Priuli 2012-09-29 14:37:26 +00:00
parent 091a53b026
commit da0527f545
2 changed files with 30 additions and 0 deletions

1
.gitattributes vendored
View File

@ -111,6 +111,7 @@ hash/mz2000_flop.xml svneol=native#text/xml
hash/mz2500.xml svneol=native#text/xml
hash/mz700_cass.xml svneol=native#text/xml
hash/n64.xml svneol=native#text/xml
hash/n64dd.xml svneol=native#text/xml
hash/neogeo.xml svneol=native#text/xml
hash/nes.hsi svneol=native#text/plain
hash/nes.xml svneol=native#text/xml

29
hash/n64dd.xml Normal file
View File

@ -0,0 +1,29 @@
<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
<softwarelist name="n64dd" description="Nintendo 64 DD disks">
<software name="dezaemon">
<description>Dezaemon DD (Jpn, Prototype Rev 199802xx)</description>
<year>1998</year>
<publisher>Athena</publisher>
<info name="usage" value="Requires Dezaemon 3D cart" />
<part name="disk" interface="n64dd_disk">
<dataarea name="rom" size="64458560">
<rom name="dezaemon.bin" size="64458560" crc="ccb84a39" sha1="d5cc4ab1fc79e27e54a9ad08c4dee47256352006" offset="0" />
</dataarea>
</part>
</software>
<software name="fzerox">
<description>F-Zero X Expansion Kit (Jpn)</description>
<year>2000</year>
<publisher>Nintendo</publisher>
<info name="usage" value="Requires F-Zero X cart" />
<part name="disk" interface="n64dd_disk">
<dataarea name="rom" size="67108864">
<rom name="fzeroxe.bin" size="67108864" crc="a4a24ab0" sha1="c5845f582bc238e081588e172ef8ec50512e969d" offset="0" />
</dataarea>
</part>
</software>
</softwarelist>