mame/hash/xbox_hdd.xml
2024-07-15 11:38:27 +02:00

26 lines
1 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
<!--
license:CC0-1.0
-->
<softwarelist name="xbox_hdd" description="XBOX hard disk images">
<software name="oemdash" supported="no">
<!-- TODO: add version -->
<description>OEM Dashboard</description>
<year>2001</year>
<publisher>Microsoft</publisher>
<notes><![CDATA[
Menu is navigable, eventually cannot boot Xbox Game Discs
Converted to .raw thru qemu-img then back into .chd format.
At the time of this writing chdman v5 fumbles with -chs (tries to convert it to 32k cylinders) assume standard Seagate -chs 16383,16,63 was used instead, cfr. https://xboxdevwiki.net/Xbox_Hard_Disk_Technical_Details
Expects to be writable straight off the bat
-debug has custom video options, particularly the "xbox nv2a_combiners", cfr. "xbox help" for details.
]]></notes>
<part name="hdd" interface="ide_hdd">
<diskarea name="harddriv">
<disk name="xbox_hdd" sha1="0408bc71a66e633856c622efe7d2562c26e99886" writeable="yes"/>
</diskarea>
</part>
</software>
</softwarelist>