Some other interesting bugs were fixed along the way: the Video component incorrectly assumed that masking a negative number with 0x80000000 would yield 0x80000000 (it actually yields -0x80000000, thank you JavaScript); the ChipSet component provides a new addCMOSMemory() interface that RAM objects can use to bump the CMOS total to match the actual total; the CPU properly implements INSW and OUTSW instructions now (kind of important for the AT hard disk controller)
20 lines
No EOL
1.1 KiB
XML
20 lines
No EOL
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.15.4/manifest.xsl"?>
|
|
<manifest type="software">
|
|
<title>VisiCalc</title>
|
|
<!-- Since version numbers are incorporated into the disk image names, and this version number is a bit ugly, we're not exposing it with the normal "version" tag -->
|
|
<versionInternal>VC-176Y2-IBM-TEST</versionInternal>
|
|
<type>Application</type>
|
|
<category>Productivity</category>
|
|
<company>Software Arts</company>
|
|
<author href="http://www.bricklin.com/history/sai.htm">Dan Bricklin</author>
|
|
<author href="http://www.frankston.com/public/?name=ImplementingVisiCalc">Bob Frankston</author>
|
|
<releaseDate>December 16, 1981</releaseDate>
|
|
<license href="http://www.bricklin.com/history/vclicense.htm">Lotus Development</license>
|
|
<machine href="/configs/pc/machines/5150/mda/64kb/machine.xml" state="/apps/pc/1981/visicalc/state.json"/>
|
|
<disk id="disk01" dir="/apps/pc/1981/visicalc/private/" href="/apps/pc/1981/visicalc/disk.json">
|
|
<file>VC.COM</file>
|
|
<file dir="../">README.md</file>
|
|
<link href="http://www.bricklin.com/history/vclicense.htm">VisiCalc License</link>
|
|
</disk>
|
|
</manifest> |