Merge branch 'master' into gh-pages

This commit is contained in:
Jeff Parsons 2017-08-28 11:32:28 -07:00
commit 5abeef802a
338 changed files with 189783 additions and 2826 deletions

View file

@ -0,0 +1,294 @@
---
layout: post
title: Of Mice And When
date: 2017-08-28 10:00:00
permalink: /blog/2017/08/28/
---
While trying to bring the PCjs [Microsoft Mouse Driver](/disks/pcx86/tools/microsoft/mouse/) collection up-to-date,
at least through the 1980's, a number of versions have proven hard to find:
- Microsoft Mouse v1.x
- Microsoft Mouse v2.x (Serial Version)
- Microsoft Mouse v3.x
- Microsoft Mouse v5.x
However, I was able to locate [Microsoft Mouse v5.0](/disks/pcx86/tools/microsoft/mouse/5.00/) disk images in my own
collection, so we can cross that one off the list now.
Another dimension of the driver matrix is the type of mouse hardware:
- Bus
- Serial
- InPort
- PS/2
- USB
- Bluetooth
Since my focus is the 1980's, we'll ignore USB and Bluetooth for now.
There seems to be a fair bit of confusion on the Internet about Microsoft's first mouse: the Bus Mouse. For example,
I found this [Reverse-engineered Bus Mouse Driver](https://github.com/fr1tz/aimsgui/blob/master/aid/os/pc/devmouse.c),
which is clearly making educated guesses about what the various I/O ports do. There's nothing wrong with that,
and in fact, we have little choice in the matter, because I don't think Microsoft ever published technical details
of any of their mouse hardware. Unfortunately, after studying the driver a bit, I discovered that what it thinks
is a Microsoft Bus Mouse is actually a newer mouse: the Microsoft InPort Mouse.
Even this Wikipedia article on the [Microsoft Mouse](https://en.wikipedia.org/wiki/Microsoft_Mouse) gets it wrong:
> The initial version featured an InPort ISA interface, requiring a Microsoft bus card to be installed in the computer.
The first Microsoft Mouse, introduced in 1983, was available in Serial and Bus versions. The Serial version required
a serial port using a DB-25 connector, while the Bus version came with a small ISA card that connected to the mouse
with a smaller DB-9 connector.
Fast-forward to 1986, when Microsoft announced the InPort chip. As of May 9, 1986, all of its "Bus" mice were
reportedly shipping with the InPort chip, along with a new, round 9-pin connector (not to be confused with the round
6-pin connector that IBM introduced in 1987 and is now known as the PS/2 interface).
It's easy to see why the original Microsoft Bus mouse is so easily confused with the Microsoft InPort mouse, since
they both required plugging an ISA card into your PC's bus. But the mice used different connectors and the cards had
different programming interfaces. They used the same range of ports by default (0x23C through 0x23F), but the
InPort chip added a number of registers that could only be accessed by first writing a register number to the card's
"Address" port (0x23C) and then reading or writing that register through the card's "Data" port (0x23D).
---
This post barely scratches the surface of the evolution of the Microsoft Mouse, the various shapes and sizes of mice
and their connectors, and all the programming considerations (eg, detection, initialization, interrupt handling, etc.)
I'll return to this topic in the coming months, once I have more time, but for now, I'll leave you with this tiny
snapshot of mouse driver revision history that I recently unearthed. Enjoy!
;------------------------------------------------------------------------------
;
; M I C R O S O F T M O U S E D R I V E R
;
; Written by Chris Peters, December 1982
; Joystick code added by Brian Conte, January 1984
; Bus and Serial versions combined by Brian Conte, December 1984
; Chip version added by Steve Shaiman, November 1985
; Joystick & Lightpen deleted by Steve Shaiman, November 1985
; Keyboard shift sensitivity, cmd line switches to set sensitivity
; and function calls 20-28 added by Marc Wilson, May 1986
; General clean up done by Steve Shaiman, Ocotober 1986
; International Message System by Steve Shaiman, November 1986
;
; DOS 2.0+ version
; Bus/Serial/Chip version
;
;------------------------------------------------------------------------------
;------------------------------------------------------------------------------
; Revision History:
; 5.01
; - modified logic in smEga used to detect EGA odd/even modes (f & 10)
; - modified copy_buffer_to_screen, copy_screen_to_buffer,
; copy_cursor_to_screen, copy_buffer_to_cursor, copy_cursor_to_buffer,
; and put_cursor_in_buffer to handle 64k EGA graphics modes (f & 10)
; - added enable_write_maps_0_and_1, enable_write_maps_2_and_3,
; enable_all_write_maps, enable_read_maps_0_and_1, and
; enable_read_maps_2_and_3 to handle 64k EGA graphics modes (f & 10)
; - removed old_screen from state block 4 (StartStBlock4)
; - moved old_screen for mouse.com out of mouse.com's psp
; - eliminated fInit variable so that call2 will always decrement the
; cursor flag
; no!!! - eliminated zeroing the interrupt mask [int_mask] from call0
; mouse reinitialization code
; - changed EgaGrphxSet+7 to EgaGrphxSave+7 in RestoreState
; 5.02
; - modified version numbers
; - added code in Serint to cause [button_state] and [int_cond] to not
; be updated until after the third data byte is received
; - added the variables [new_button_state] & [new_int_cond] to accomodate
; [button_state] & [int_cond] update delay
; - changed MaxIntSize from 140h to 180h to accomodate code size change
; of Serint
; - corrected bug caused by chip mouse board with no irq jumper. will
; now output message that interrupt jumper is missing
; - aligned install message with VT52 install message
; 5.03
; - modified version numbers
; - added jmp short $+2 after all in's & out's for bus & serial mouse I/O
;
; - modified EgaPut & move_cursors subroutines, added CheckCursor
; subroutine and InverseCursor flag to correct bug in cursor output for
; EGA graphic cursors in which the same bits in both the screen mask &
; cursor mask are set to 1's.
; - changed bus mouse search code
; 6.00
; - modified version numbers
; - sensitivity settings added; function calls, cmd line switches and
; data structures.
; - alternative user procs added; function calls, data structures and
; additional button_state bits.
; 6.a1
; - modified version numbers
; - added support for EGA mode D
; 6.a2
; - modified version numbers
; - clear that USERPROC when mouse reset!
; 6.a3
; - modified version numbers
; - New EGAINT10(stay away from clock mode reg. if possible).
; - Keep UserProc out during MoveCursor.
; 6.b0
; - modified version numbers
; - added OFF disable/unload command line switch and messages
; - removed shift state from [Button_state] returned by function calls
; - modified InPort IRQ search code to use the 8259 registers instead of
; - a timing loop
; 6.b1
; - modified version numbers
; 6.b2
; - modified version numbers
; - added code to support function 29 (set CRT page #) & function 30
; (get CRT page #)
; 6.b3
; - modified version numbers
; - added support for the PCjr
; - added code to make sure that hold bit is set when it is set in
; the InPort interrupt handler
; 6.b4
; - modified version numbers
; - modified multiply/divide routine used for raw mickey scaling to
; yield the same magnitude results for positive & negative values
; - removed code to make sure that hold bit is set when it is set in
; the InPort interrupt handler
; - added EOI output to InPort hardware interrupt handler and added a
; mouse type check to the general interrupt handler to avoid doing
; a second EOI in the case of an InPort
; - added a check for InPort version # and used the version # to
; determine if the InPort is to be used in timer interrupt mode
; (version 1.0) or timer interrupt mode (all other versions). if
; the 1.1 version of the chip checks out in data interrupt mode, this
; mode will be used for all none version 1.0 chips
; - added new variable (ChipIntMode) to hold the InPort interrupt mode
; - modified support for function 29/30 so that the driver would work
; the same way it worked previous to 6.b2 if the crt page # is 0
; (i.e. in text mode the BIOS crt page start [location 40:4e] is used
; as the start of the display page instead of 0)
; 6.b5
; - modified version numbers
; - added check for bios mode 74h (Toshiba 2100 & 3100) and modified
; driver to use AT&T 6300 mode in this case
; - added check for bios mode 06h on an HP Vectra and modified driver
; to use AT&T 6300 mode in this case
; - moved EGA mode D cursor buffer to 3f40h from 1fd0h
; 6.00
; - modified version numbers
; 6.01A
; - modified version numbers
; - corrected bug in norm_sens and SensTable so that sensitivity values
; of 1 & 2 are handled correctly
; - added code to set external timer enable bit in the InPort test
; register if timer select (interrupt rate) is set to 7 and the InPort
; chip version isn't 1.0
; - added the variable ChipVersion to hold the InPort chip version #
; - deleted all calls to disable and the disable subroutine (calls to
; disable were unnecessary and caused glitches on the mouse IRQ line)
; - modified code in set_masks to set page_seg_size to 800h when using
; a Hercules graphics adapter display mode
; - modified code in basic to insure that es <- ds if M2% is 0 or
; es <- M2% if M2% isn't 0
; 6.01B
; - modified version numbers
; - changed maxcurht from 16 to 32
; - changed maxcurwd from 9 to 5
; - changed maxbufht from 20 to 32
; - added lots of comments to cursor drawing routines
; 6.01C
; - modified version numbers
; - added more comments to cursor drawing routines
; - modified move_cursors and move3 for speed & reduced cursor width
; (max cursor width changed from 8 bytes to 4 bytes - 6.01B)
; - added Ericsson support
; - modified set_masks to use ROM BIOS data area crt columns & display
; mode to determine value for bytes_per_line to support Hercules 90
; column text mode
; - corrected scan line # output for int 10h read lightpen position when
; in high resolution modes
; - updated copyright notice
; 6.01D
; - modified version numbers
; - added int 10h function f8h to EGAINT10.INC
; - added shadowing for set palette & set crt page # to EGAINT10.INC
; 6.00i
; - modified version numbers
; - added International Message System
; - added function 34 which returns the # of the foreign language in use
; 6.00Z
; - modified version numbers
; - added register saving and restoring for CX & DX in set_masks to
; correct bug when entered from int_10
; - "fixed" 8255 bus mouse detection code to protect against a ringing
; I/O bus
; - moved int_10h call to set_masks to follow actual call to BIOS
; instead of preceeding it. This corrects a dual monitor bug
; - corrected installation message handling for the case where a .sys
; or a pre-6.00z version of the driver was previously installed
; 6.01Z (Ben Hsu)
; - REMOVE 6.00z move int_10h to set_masks to follow actual call to BIOS
; - REMOVE 6.01D Egaint10.inc enhancements
; - REMOVE 6.00z DisplayMessage for a Pre-6.00z installed
; - REMOVE new set_masks routine, restore the 6.00 version set_masks
; - Change Function 34 to Function 35 for ITL version, in order to unload
; mouse version 6.00
; - Added a new Function 34 to SetLanguage, to reset the languages value
; when mouse.sys is loaded
; 6.01Z (Steve Shaiman)
; - Modified the 6.00 version of set_masks for Ericsson support
; 6.02Beta (Ben Hsu)
; - Modified version numbers
; - Modified the soft text cursor restoring routine, for restore only
; attribute if it is a blank character, otherwise attr + char.
; - Add the fat waiting loop get_time for the initial and reinitial of
; the serial mouse (mouse not found bug)
; - Correct the Function #26 BX and CX value to max value of 100, in order
; to work with the cpanel
; - Added new Function #36, GetVersion, to get the mouse version number
; type and IRQ#
; 6.02a (Ben Hsu)
; - Modified version numbers
; - Merged the set_masks for Ericsson support
; 6.02b (Ben Hsu)
; - Modified version numbers
; - Save CX and DX in set_masks, in order to work with the MP and Project
; 6.02c (Ben Hsu)
; - Modified version numbers
; - Added in the IBM Skyhawk display adapter support, new variable
; fSkyhawkCode in card tpyre area
; - Modified DisplayMessage and ms$init for langugage support in sys file
; 6.02d (Ben Hsu)
; - Modified version numbers
; - Modified the IBM Skyhawk display adapter support
; - Modified the mouse OFF code to check the new cpanel activation keys
; - General clean up the code
; 6.02e (Ben Hsu)
; - Modified version numbers
; - REMOVED 6.02Beta get_time and replace by the original code for
; runnig word on Skyhawk
; - Modified the SET_MASKS for piano test program, reset byte_per_line to
; 80 when using graphics mode 6
; 6.02f (Ben Hsu)
; - Modified version numbers
; - Used the 1/30/87 version EGAINT10.INC file for Skyhawk support
; 6.02g (Ben Hsu)
; - Modified version numbers
; - Used the 2/03/87 version EGAINT10.INC file for Skyhawk support
; 6.02 (Ben Hsu)
; - Modified version numbers
; - Added DealyLoop reutine for serial mouse patch to use
; IBM (Steve Shaiman)
; - added IBM and NotIBM flags
; - Added IBM mouse support for both IBM and MS Mouse drivers
; 6.02h (Ben Hsu)
; - Modified version numbers
; - Changed the JNE to JE in ChipReinit version comparasion with 10h
; 6.02h1(Jeff Parsons)
; - Added support for Tseng Labs Eva/480 Enhanced EGA board,
; by recognizing mode 25h in set_masks and treating similar to
; Vga640x480.
;------------------------------------------------------------------------------
*[@jeffpar](http://twitter.com/jeffpar)*
*Aug 28, 2017*

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/manifest.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/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 -->

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/manifest.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/manifest.xsl"?>
<manifest type="software">
<title>Executive Suite</title>
<version/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/manifest.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/manifest.xsl"?>
<manifest type="software">
<title>RatBas</title>
<version>2.13</version>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/manifest.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/manifest.xsl"?>
<manifest type="software">
<title>Adventures in Math</title>
<version>1.00</version>

View file

@ -22,7 +22,7 @@ Logitech Modula-2/86 Compiler (1984)
Logitech's Modula-2 Compiler (Modula-2/86 v1.10) has been installed in the machine below. The machine is
an [IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with EGA Display](/devices/pcx86/machine/5160/ega/640kb/), but
the hard drive has been replaced with a [10Mb Drive](/disks/pcx86/fixed/10mb/) containing
[MS-DOS 3.20 with Microsoft C 4.00](/disks/pcx86/fixed/10mb/msdos320-c400.xml), and then all the Modula-2 installation
[MS-DOS 3.20 with Microsoft C 4.00](/disks/pcx86/fixed/10mb/msdos320-c400-xt.xml), and then all the Modula-2 installation
changes have been overlaid onto it.
{% include machine.html id="ibm5160-msdos320" %}

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/manifest.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/manifest.xsl"?>
<manifest type="software">
<title>Rogue</title>
<version>1.49</version>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/manifest.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/manifest.xsl"?>
<manifest type="software">
<title>ThinkTank</title>
<version>2.41NP</version>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/manifest.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/manifest.xsl"?>
<manifest type="software">
<title>The Dungeons of Moria</title>
<version>4.872</version>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/manifest.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/manifest.xsl"?>
<manifest type="software">
<title>The Dungeons of Moria</title>
<version>5.5</version>

View file

@ -1,14 +1,15 @@
Build Tools
---
-----------
This is where all the server-side PHP code used to reside. I've since deleted that code from the project,
because it's all been ported to JavaScript as a collection of [Node Modules](/modules/); e.g.:
because it's all been ported to a collection of [JavaScript Modules](/modules/); e.g.:
- [HTMLOut](/modules/htmlout/)
- [MarkOut](/modules/markout/)
- [DiskDump](/modules/diskdump/)
- [FileDump](/modules/filedump/)
All that remains here is the version of Google's Closure Compiler (and its associated [README](README)) used
All that remains here is the version of Google's Closure Compiler (and its associated [README](compiler.md)) used
to build the client-side JavaScript files -- not because I have any attachment to this particular version, but because
updating requires a lot of testing, and I don't really have a regression test suite yet. Besides, every newer
version of the Closure Compiler I've tried this year (2014) has resulted in slightly *slower* overall performance,

Binary file not shown.

View file

@ -5,51 +5,72 @@
The [Closure Compiler](https://developers.google.com/closure/compiler/) is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls.
## Getting Started
* [Download the latest version](http://dl.google.com/closure-compiler/compiler-latest.zip) ([Release details here](https://github.com/google/closure-compiler/wiki/Releases))
* [Download the latest version](https://dl.google.com/closure-compiler/compiler-latest.zip) ([Release details here](https://github.com/google/closure-compiler/wiki/Releases))
* [Download a specific version](https://github.com/google/closure-compiler/wiki/Binary-Downloads). Also available via:
- [Maven](https://github.com/google/closure-compiler/wiki/Maven)
- [NPM](https://www.npmjs.com/package/google-closure-compiler)
* [Use the JavaScript version](https://github.com/google/closure-compiler-js), with no Java dependency
* See the [Google Developers Site](https://developers.google.com/closure/compiler/docs/gettingstarted_app) for documentation including instructions for running the compiler from the command line.
## Options for Getting Help
1. Post in the [Closure Compiler Discuss Group](https://groups.google.com/forum/#!forum/closure-compiler-discuss)
2. Ask a question on [Stack Overflow](http://stackoverflow.com/questions/tagged/google-closure-compiler)
3. Consult the [FAQ](https://github.com/google/closure-compiler/wiki/FAQ)
1. Post in the [Closure Compiler Discuss Group](https://groups.google.com/forum/#!forum/closure-compiler-discuss).
2. Ask a question on [Stack Overflow](https://stackoverflow.com/questions/tagged/google-closure-compiler).
3. Consult the [FAQ](https://github.com/google/closure-compiler/wiki/FAQ).
## Building it Yourself
Note: The Closure Compiler requires [Java 7 or higher](http://www.java.com/).
Note: The Closure Compiler requires [Java 7 or higher](https://www.java.com/).
### Using [Ant](http://ant.apache.org/)
### Using [Maven](https://maven.apache.org/)
1. Download the [Ant build tool](http://ant.apache.org/bindownload.cgi).
1. Download [Maven](https://maven.apache.org/download.cgi).
2. At the root of the source tree, there is an Ant file named ```build.xml```.
To use it, navigate to the same directory and type the command
2. Add sonatype snapshots repository to `~/.m2/settings.xml`:
```
<profile>
<id>allow-snapshots</id>
<activation><activeByDefault>true</activeByDefault></activation>
<repositories>
<repository>
<id>snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
</profile>
```
```
ant jar
```
3. On the command line, at the root of this project, run `mvn -DskipTests` (omit the `-DskipTests` if you want to run all the
unit tests too).
This will produce a jar file called ```build/compiler.jar```.
This will produce a jar file called `target/closure-compiler-1.0-SNAPSHOT.jar`. You can run this jar
as per the [Running section](#running) of this Readme. If you want to depend on the compiler via
Maven in another Java project, use the `com.google.javascript/closure-compiler-unshaded` artifact.
### Using [Eclipse](http://www.eclipse.org/)
Running `mvn -DskipTests -pl externs/pom.xml,pom-main.xml,pom-main-shaded.xml`
will skip building the GWT version of the compiler. This can speed up the build process significantly.
1. Download and open the [Eclipse IDE](http://www.eclipse.org/).
2. Navigate to ```File > New > Project ...``` and create a Java Project. Give
the project a name.
3. Select ```Create project from existing source``` and choose the root of the
checked-out source tree as the existing directory.
3. Navigate to the ```build.xml``` file. You will see all the build rules in
the Outline pane. Run the ```jar``` rule to build the compiler in
```build/compiler.jar```.
### Using [Eclipse](https://www.eclipse.org/)
1. Download and open the [Eclipse IDE](https://www.eclipse.org/).
2. On the command line, at the root of this project, run `mvn eclipse:eclipse -DdownloadSources=true` to download JARs and build Eclipse project configuration.
3. Navigate to `File > Import > Maven > Existing Maven Projects` and browse to closure-compiler inside of Eclipse.
4. Import both closure-compiler and the nested externs project.
5. Disregard the warnings about maven-antrun-plugin and build errors.
6. In Package Explorer, remove from the build path:
- `src/com/google/javascript/jscomp/debugger/DebuggerGwtMain.java`
- `src/com/google/javascript/jscomp/gwt/`
7. [Exclude the files](https://stackoverflow.com/questions/1187868/how-can-i-exclude-some-folders-from-my-eclipse-project) in the directory `src/com/google/debugging/sourcemap/super` from the project.
8. Build project in Eclipse (right click on the project `closure-compiler-parent` and select `Build Project`).
9. See *Using Maven* above to build the JAR.
## Running
On the command line, at the root of this project, type
```
java -jar build/compiler.jar
java -jar target/closure-compiler-1.0-SNAPSHOT.jar
```
This starts the compiler in interactive mode. Type
@ -74,7 +95,15 @@ java -jar compiler.jar --help
```
More detailed information about running the Closure Compiler is available in the
[documentation](http://code.google.com/closure/compiler/docs/gettingstarted_app.html).
[documentation](https://developers.google.com/closure/compiler/docs/gettingstarted_app).
### Run using Eclipse
1. Open the class `src/com/google/javascript/jscomp/CommandLineRunner.java` or create your own extended version of the class.
2. Run the class in Eclipse.
3. See the instructions above on how to use the interactive mode - but beware of the [bug](https://stackoverflow.com/questions/4711098/passing-end-of-transmission-ctrl-d-character-in-eclipse-cdt-console) regarding passing "End of Transmission" in the Eclipse console.
## Compiling Multiple Scripts
@ -91,7 +120,7 @@ You can also use minimatch-style globs.
# Recursively include all js files in subdirs
java -jar compiler.jar --js_output_file=out.js 'src/**.js'
# Recursively include all js files in subdirs, exclusing test files.
# Recursively include all js files in subdirs, excluding test files.
# Use single-quotes, so that bash doesn't try to expand the '!'
java -jar compiler.jar --js_output_file=out.js 'src/**.js' '!**_test.js'
```
@ -110,7 +139,7 @@ will re-order the inputs automatically.
1. First make sure that it is really a bug and not simply the way that Closure Compiler works (especially true for ADVANCED_OPTIMIZATIONS).
* Check the [official documentation](https://developers.google.com/closure/compiler/)
* Consult the [FAQ](https://github.com/google/closure-compiler/wiki/FAQ)
* Search on [Stack Overflow](http://stackoverflow.com/questions/tagged/google-closure-compiler) and in the [Closure Compiler Discuss Group](https://groups.google.com/forum/#!forum/closure-compiler-discuss)
* Search on [Stack Overflow](https://stackoverflow.com/questions/tagged/google-closure-compiler) and in the [Closure Compiler Discuss Group](https://groups.google.com/forum/#!forum/closure-compiler-discuss)
2. If you still think you have found a bug, make sure someone hasn't already reported it. See the list of [known issues](https://github.com/google/closure-compiler/issues).
3. If it hasn't been reported yet, post a new issue. Make sure to add enough detail so that the bug can be recreated. The smaller the reproduction code, the better.
@ -118,7 +147,7 @@ will re-order the inputs automatically.
1. Consult the [FAQ](https://github.com/google/closure-compiler/wiki/FAQ) to make sure that the behaviour you would like isn't specifically excluded (such as string inlining).
2. Make sure someone hasn't requested the same thing. See the list of [known issues](https://github.com/google/closure-compiler/issues).
3. Read up on [what type of feature requests are accepted](https://github.com/google/closure-compiler/wiki/FAQ#how-do-i-submit-a-feature-request-for-a-new-type-of-optimization).
4. Submit your reqest as an issue.
4. Submit your request as an issue.
### Submitting patches
1. All contributors must sign a contributor license agreement (CLA).
@ -126,16 +155,18 @@ will re-order the inputs automatically.
and that you give us permission to use that code in Closure Compiler.
You maintain the copyright on that code.
If you own all the rights to your code, you can fill out an
[individual CLA](http://code.google.com/legal/individual-cla-v1.0.html).
[individual CLA](https://code.google.com/legal/individual-cla-v1.0.html).
If your employer has any rights to your code, then they also need to fill out
a [corporate CLA](http://code.google.com/legal/corporate-cla-v1.0.html).
a [corporate CLA](https://code.google.com/legal/corporate-cla-v1.0.html).
If you don't know if your employer has any rights to your code, you should
ask before signing anything.
By default, anyone with an @google.com email address already has a CLA
signed for them.
2. To make sure your changes are of the type that will be accepted, ask about your patch on the [Closure Compiler Discuss Group](https://groups.google.com/forum/#!forum/closure-compiler-discuss)
3. Fork the repository.
4. Make your changes.
4. Make your changes. Check out our
[coding conventions](https://github.com/google/closure-compiler/wiki/Contributors#coding-conventions)
for details on making sure your code is in correct style.
5. Submit a pull request for your changes. A project developer will review your work and then merge your request into the project.
## Closure Compiler License
@ -166,7 +197,7 @@ limitations under the License.
<tr>
<td>URL</td>
<td>http://www.mozilla.org/rhino</td>
<td>https://www.mozilla.org/rhino</td>
</tr>
<tr>
@ -198,11 +229,6 @@ system have been added.</td>
### Args4j
<table>
<tr>
<td>Code Path</td>
<td><code>lib/args4j.jar</code></td>
</tr>
<tr>
<td>URL</td>
<td>https://args4j.dev.java.net/</td>
@ -210,7 +236,7 @@ system have been added.</td>
<tr>
<td>Version</td>
<td>2.0.26</td>
<td>2.33</td>
</tr>
<tr>
@ -233,11 +259,6 @@ options/arguments in your CUI application.</td>
### Guava Libraries
<table>
<tr>
<td>Code Path</td>
<td><code>lib/guava.jar</code></td>
</tr>
<tr>
<td>URL</td>
<td>https://github.com/google/guava</td>
@ -245,7 +266,7 @@ options/arguments in your CUI application.</td>
<tr>
<td>Version</td>
<td>18.0</td>
<td>20.0</td>
</tr>
<tr>
@ -267,19 +288,14 @@ options/arguments in your CUI application.</td>
### JSR 305
<table>
<tr>
<td>Code Path</td>
<td><code>lib/jsr305.jar</code></td>
</tr>
<tr>
<td>URL</td>
<td>http://code.google.com/p/jsr-305/</td>
<td>https://github.com/findbugsproject/findbugs</td>
</tr>
<tr>
<td>Version</td>
<td>svn revision 47</td>
<td>3.0.1</td>
</tr>
<tr>
@ -301,19 +317,14 @@ options/arguments in your CUI application.</td>
### JUnit
<table>
<tr>
<td>Code Path</td>
<td><code>lib/junit.jar</code></td>
</tr>
<tr>
<td>URL</td>
<td>http://sourceforge.net/projects/junit/</td>
<td>https://sourceforge.net/projects/junit/</td>
</tr>
<tr>
<td>Version</td>
<td>4.11</td>
<td>4.12</td>
</tr>
<tr>
@ -335,19 +346,14 @@ options/arguments in your CUI application.</td>
### Protocol Buffers
<table>
<tr>
<td>Code Path</td>
<td><code>lib/protobuf-java.jar</code></td>
</tr>
<tr>
<td>URL</td>
<td>http://code.google.com/p/protobuf/</td>
<td>https://github.com/google/protobuf</td>
</tr>
<tr>
<td>Version</td>
<td>2.5.0</td>
<td>3.0.2</td>
</tr>
<tr>
@ -370,11 +376,6 @@ an encoding of structured data.</td>
### Truth
<table>
<tr>
<td>Code Path</td>
<td><code>lib/truth.jar</code></td>
</tr>
<tr>
<td>URL</td>
<td>https://github.com/google/truth</td>
@ -382,7 +383,7 @@ an encoding of structured data.</td>
<tr>
<td>Version</td>
<td>0.24</td>
<td>0.32</td>
</tr>
<tr>
@ -404,21 +405,14 @@ an encoding of structured data.</td>
### Ant
<table>
<tr>
<td>Code Path</td>
<td>
<code>lib/ant.jar</code>, <code>lib/ant-launcher.jar</code>
</td>
</tr>
<tr>
<td>URL</td>
<td>http://ant.apache.org/bindownload.cgi</td>
<td>https://ant.apache.org/bindownload.cgi</td>
</tr>
<tr>
<td>Version</td>
<td>1.8.1</td>
<td>1.9.7</td>
</tr>
<tr>
@ -441,19 +435,14 @@ without make's wrinkles and with the full portability of pure java code.</td>
### GSON
<table>
<tr>
<td>Code Path</td>
<td><code>lib/gson.jar</code></td>
</tr>
<tr>
<td>URL</td>
<td>https://code.google.com/p/google-gson/</td>
<td>https://github.com/google/gson</td>
</tr>
<tr>
<td>Version</td>
<td>2.2.4</td>
<td>2.7</td>
</tr>
<tr>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.37.0/machine.xsl"?>
<machine id="c1psim" type="c1p" border="1" width="100%" padBottom="8px" background="default" style="padding-bottom:8px">
<name>OSI Challenger 1P (32Kb) with Disk Support</name>
<computer id="c1p" name="Challenger 1P">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.37.0/machine.xsl"?>
<machine id="c1pAll" type="c1p" border="1" width="100%" padBottom="8px" background="default" style="padding-bottom:8px">
<name>OSI Challenger 1P (8Kb, Additional Software)</name>
<computer id="c1p" name="Challenger 1P">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.37.0/machine.xsl"?>
<machine id="c1pAll" type="c1p" border="1" pos="center" background="default" style="padding-bottom:8px">
<name>OSI Challenger 1P (8Kb, Additional Software)</name>
<computer id="c1p" name="Challenger 1P">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.36.2/outline.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.37.0/outline.xsl"?>
<outline>
<title>Challenger 1P (8Kb) "Server Array"</title>
<machine id="OSI1" ref="/devices/c1p/machine/8kb/small/machine.xml"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.37.0/machine.xsl"?>
<machine id="c1p8kb" type="c1p" border="1" width="100%" background="default" style="padding-bottom:8px">
<name>OSI Challenger 1P (8Kb) with Debugger</name>
<computer id="c1p" name="Challenger 1P">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.37.0/machine.xsl"?>
<machine id="c1pLarge" type="c1p" border="1" pos="center" background="default" style="padding-bottom:8px">
<name pos="center">OSI Challenger 1P (circa 1978)</name>
<computer id="c1p" name="Challenger 1P">

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.37.0/machine.xsl"?>
<machine id="c1pSmall" type="c1p" border="1" width="272px" pos="left" padding="16px" background="default" style="padding-bottom:8px">
<computer id="c1p" name="Challenger 1P">
<module type="cpu" refid="cpu6502" start="0x0000" end="0xffff"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.37.0/machine.xsl"?>
<machine id="test8080" type="pc8080" border="1" pos="center" background="#FAEBD7">
<name pos="center">8080 Exerciser Test Machine</name>
<computer id="computer" busWidth="16"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.37.0/machine.xsl"?>
<machine id="test8080" type="pc8080" border="1" pos="center" background="#FAEBD7">
<name pos="center">8080 Exerciser Preliminary Test Machine</name>
<computer id="computer" busWidth="16"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.37.0/machine.xsl"?>
<machine id="test8080" type="pc8080" border="1" pos="center" background="#FAEBD7">
<name pos="center">8080 CPUTEST Machine</name>
<computer id="computer" busWidth="16"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.37.0/machine.xsl"?>
<machine id="test8080" type="pc8080" border="1" pos="center" background="#FAEBD7">
<name pos="center">8080 "Kelly Smith" Test Machine</name>
<computer id="computer" busWidth="16"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.37.0/machine.xsl"?>
<machine id="test8080" type="pc8080" border="1" pos="center" background="default">
<name pos="center">8080 Exerciser Test Machine</name>
<computer id="computer" busWidth="16"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.37.0/machine.xsl"?>
<machine id="invaders" type="pc8080" border="1" pos="center" background="default">
<name pos="center">Space Invaders</name>
<computer id="computer" busWidth="16"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.37.0/machine.xsl"?>
<machine id="invaders" type="pc8080" border="1" pos="center" background="default">
<name pos="center">Space Invaders</name>
<computer id="computer" busWidth="16"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.37.0/machine.xsl"?>
<machine id="vt100" type="pc8080" class="machine-left" border="1" pos="center" background="#FAEBD7">
<name pos="center">VT100 Terminal</name>
<computer id="computer" busWidth="16"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.37.0/machine.xsl"?>
<machine id="vt100" type="pc8080" class="machine-right" border="1" pos="center" background="#FAEBD7">
<name pos="center">VT100 Terminal</name>
<computer id="computer" busWidth="16"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.37.0/machine.xsl"?>
<machine id="vt100" type="pc8080" border="1" pos="center" background="default">
<name pos="center">VT100 Terminal</name>
<computer id="computer" busWidth="16"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.37.0/machine.xsl"?>
<machine id="vt100" type="pc8080" class="machine-left" border="1" pos="center" background="#FAEBD7">
<name pos="center">VT100 Terminal</name>
<computer id="computer" busWidth="16"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.37.0/machine.xsl"?>
<machine id="vt100" type="pc8080" class="machine-right" border="1" pos="center" background="#FAEBD7">
<name pos="center">VT100 Terminal</name>
<computer id="computer" busWidth="16"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.37.0/machine.xsl"?>
<machine id="vt100" type="pc8080" border="1" pos="center" background="default">
<name pos="center">VT100 Terminal</name>
<computer id="computer" busWidth="16"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), CGA, 256K, Debugger</name>
<computer id="pc-cga-256k" name="IBM PC"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), CGA, 256K</name>
<computer id="pc-cga-256k" name="IBM PC"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" width="1000px" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), CGA, 384K, Soft Keyboard</name>
<computer id="pc-cga-384k" name="IBM PC"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), CGA, 64K</name>
<computer id="pc-cga-64k" name="IBM PC"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), CGA, 64K</name>
<computer id="pc-cga-64k" name="IBM PC"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" width="1000px" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), CGA, 64K</name>
<computer id="pc-cga-64k" name="IBM PC"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150) with Dual Displays</name>
<computer id="pc-dual-64k" name="IBM PC"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), MDA, 256K, Debugger</name>
<computer id="pc-mda-256k" name="IBM PC"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), MDA, 256K</name>
<computer id="pc-mda-64k" name="IBM PC"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), MDA, 64K, Debugger</name>
<computer id="pc-mda-64k" name="IBM PC"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), MDA, 64K</name>
<computer id="pc-mda-64k" name="IBM PC"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), MDA, 64K, Soft Keyboard</name>
<computer id="pc-mda-64k" name="IBM PC"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), CGA, 256K, 10Mb Drive</name>
<computer id="xt-cga-256k" name="IBM PC XT"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), CGA, 256Kb, 10Mb Drive</name>
<computer id="xt-cga-256k" name="IBM PC XT"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), CGA, 256Kb, 10Mb Drive</name>
<computer id="xt-cga-256k" name="IBM PC XT"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), CGA, 256K, 10Mb Drive</name>
<computer id="xt-cga-256k" name="IBM PC XT"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), CGA, 512K, 10Mb Drive</name>
<computer id="xt-cga-512k" name="IBM PC XT"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" width="980px" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), CGA, 640K, 10Mb Drive (Formatted)</name>
<computer id="xt-cga-640k" name="IBM PC XT"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), CGA, 640K, 10Mb Drive (Formatted)</name>
<computer id="xt-cga-640k" name="IBM PC XT"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), CGA, 640K, 10Mb Drive</name>
<computer id="xt-cga-640k" name="IBM PC XT"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), 64K EGA, 256K RAM, 10Mb Hard Disk</name>
<computer id="xt-ega-256k" name="IBM PC XT"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), 64K EGA, 256K RAM, 10Mb Hard Disk</name>
<computer id="xt-ega-256k" name="IBM PC XT"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" width="680px" float="left" background="default">
<name pos="center">IBM PC XT, 128K EGA, 640K RAM, 10Mb Hard Disk</name>
<computer id="xt-ega-640k" name="IBM PC XT"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT, 128K EGA, 640K RAM, 10Mb Hard Disk (Formatted)</name>
<computer id="xt-ega-640k" name="IBM PC XT"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT, 128K EGA, 640K RAM, 10Mb Hard Disk (Formatted)</name>
<computer id="xt-ega-640k" name="IBM PC XT"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), MDA, 256Kb, 10Mb Drive</name>
<computer id="xt-mda-256k" name="IBM PC XT"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" width="740px" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), MDA, 256Kb, 10Mb Drive</name>
<computer id="xt188-mda-256k" name="IBM PC XT"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), MDA, 256Kb, 10Mb Drive</name>
<computer id="xt188-mda-256k" name="IBM PC XT"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), MDA, 256Kb, 10Mb Drive</name>
<computer id="xt-mda-256k" name="IBM PC XT"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), MDA, 64K, 10Mb Drive</name>
<computer id="xt-mda-64k" name="IBM PC XT"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT (8Mhz, 640Kb, Dual Floppy) with Color Display</name>
<computer id="at-mda-640k" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT (8Mhz, 640Kb, Dual Floppy) with Color Display</name>
<computer id="at-mda-640k" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT (6Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk</name>
<computer id="at-ega-1152k-rev1" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT (6Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk</name>
<computer id="at-ega-1152k-rev1" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170rev3" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk (Formatted)</name>
<computer id="at-ega-1152k-rev3" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk (Formatted)</name>
<computer id="at-ega-1152k-rev3" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk (Formatted)</name>
<computer id="at-ega-1152k-rev3" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 2Mb RAM, 20Mb Hard Disk (Formatted)</name>
<computer id="at-ega-2048k" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 2Mb RAM, 20Mb Hard Disk (Formatted)</name>
<computer id="at-ega-2048k" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 2Mb RAM, 20Mb Hard Disk (Formatted)</name>
<computer id="at-ega-2048k" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT (8Mhz), 128Kb EGA, 2Mb RAM, 20Mb Hard Disk (Formatted)</name>
<computer id="at-ega-2048k" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT, 640Kb RAM, 128K EGA</name>
<computer id="at-ega-640k" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT, 640Kb RAM, 128K EGA</name>
<computer id="at-ega-640k" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT (8Mhz, 640Kb, Dual Floppy) with Monochrome Display</name>
<computer id="at-mda-640k" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT (8Mhz, 640Kb, Dual Floppy) with Monochrome Display</name>
<computer id="at-mda-640k" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT (8Mhz), VGA, 2Mb RAM, 20Mb Hard Disk (Formatted)</name>
<computer id="at-vga-2048k" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT (8Mhz), VGA, 2Mb RAM, 20Mb Hard Disk (Formatted)</name>
<computer id="at-vga-2048k" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT (8Mhz), VGA, 4Mb RAM, 20Mb Hard Disk (Formatted)</name>
<computer id="at-vga-2048k" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC AT (8Mhz), VGA, 4Mb RAM, 20Mb Hard Disk (Formatted)</name>
<computer id="at-vga-2048k" name="IBM PC AT" buswidth="24"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="att6300" type="pcx86" border="1" pos="center" background="default">
<name pos="center">AT&amp;T Personal Computer 6300 with Color Display</name>
<computer id="att6300-640k" name="AT&amp;T 6300"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="att6300" type="pcx86" border="1" pos="center" background="default">
<name pos="center">AT&amp;T Personal Computer 6300 with Color Display</name>
<computer id="att6300-640k" name="MPC 1600"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="mpc1600" type="pcx86" border="1" pos="center" background="default">
<name pos="center">Columbia Data Products MPC 1600 with Color Display</name>
<computer id="mpc1600-640k" name="MPC 1600"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="mpc1600" type="pcx86" border="1" pos="center" background="default">
<name pos="center">Columbia Data Products MPC 1600 with Color Display</name>
<computer id="mpc1600-640k" name="MPC 1600"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="default">
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, 128Kb EGA, 20Mb Hard Disk (Formatted)</name>
<computer id="deskpro386-ega-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="default">
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, 128Kb EGA, 20Mb Hard Disk (Formatted)</name>
<computer id="deskpro386-ega-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="default">
<name pos="center">COMPAQ DeskPro 386, 4Mb RAM, 128Kb EGA, 20Mb Hard Disk (Formatted)</name>
<computer id="deskpro386-ega-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="default">
<name pos="center">COMPAQ DeskPro 386, 4Mb RAM, 128Kb EGA, 20Mb Hard Disk (Formatted)</name>
<computer id="deskpro386-ega-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="default">
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, COMPAQ VGA, 20Mb Hard Disk</name>
<computer id="deskpro386-vga-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="default">
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, COMPAQ VGA, 20Mb Hard Disk</name>
<computer id="deskpro386-vga-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="default">
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, IBM VGA, 20Mb Hard Disk (Formatted)</name>
<computer id="deskpro386-vga-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="default">
<name pos="center">COMPAQ DeskPro 386, 2Mb RAM, IBM VGA, 20Mb Hard Disk</name>
<computer id="deskpro386-vga-2048k" name="COMPAQ DeskPro 386" buswidth="32"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="default">
<name pos="center">COMPAQ DeskPro 386, 4Mb RAM, IBM VGA, 20Mb Hard Disk (Formatted)</name>
<computer id="deskpro386-vga-4096k" name="COMPAQ DeskPro 386" buswidth="32"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="deskpro386" type="pcx86" border="1" pos="center" background="default">
<name pos="center">COMPAQ DeskPro 386, 4Mb RAM, IBM VGA, 20Mb Hard Disk (Formatted)</name>
<computer id="deskpro386-vga-4096k" name="COMPAQ DeskPro 386" buswidth="32"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150) with Monochrome Display</name>
<computer id="pc-mda-64k" name="IBM PC"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="z150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">Zenith Z-150 with Color Display</name>
<computer id="z150-640k" name="Z-150"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.37.0/machine.xsl"?>
<machine id="z150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">Zenith Z-150 with Color Display</name>
<computer id="z150-640k" name="Z-150"/>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.36.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pdpjs/1.37.0/machine.xsl"?>
<machine id="testka10" type="pdp10" border="1" pos="center" background="default">
<name pos="center">PDP-10 (Model KA10) with Debugger</name>
<computer id="computer" busWidth="18"/>

Some files were not shown because too many files have changed in this diff Show more