pcjs/disks/pc/windows/wincomm/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

8 lines
433 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>Windows COMM Driver (Source)</title>
<disk id="disk01" size="368640" chs="40:2:9" img="private/WINCOMM.img" href="/disks/pc/windows/wincomm/WINCOMM.json" md5="4aa07d1ff8a88b1bac0828d0f5b74fac" md5json="fd0dc74b471044add2b2338a889bd602">
<name>WINCOMM</name>
</disk>
</manifest>