pcjs/disks/pc/games/infocom/zork1/manifest.xml
Jeff Parsons c8aec14b0b Follow my own advice and write any 32-bit hex constant > 0x7fffffff as (constant|0)
The Closure Compiler does a fine job of replacing all such expressions with their decimal equivalent, relieving us from having to calculate them ourselves, and eliminating any runtime impact
2015-02-19 11:18:40 -08:00

12 lines
No EOL
502 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.17.2/manifest.xsl"?>
<manifest type="software">
<title>Zork I</title>
<version/>
<type>Game</type>
<category>Text Adventure</category>
<author>Infocom</author>
<releaseDate/>
<machine href="/disks/pc/games/infocom/machine.xml"/>
<disk id="disk01" href="/disks/pc/games/infocom/zork1/zork1-readonly.json" md5="e18d730285f6f8ae00d89e8e6ee8f3c7" md5json="d99fe5bf8d8ac1f177e360ca72fe3d7b"/>
</manifest>