Added AT&T 6300 resources
This commit is contained in:
parent
5072a27292
commit
c5b8b44da8
31 changed files with 724 additions and 17 deletions
|
|
@ -19,8 +19,10 @@ PCjs supports these IBM PC models:
|
|||
|
||||
along with these IBM PC-compatibles:
|
||||
|
||||
* [Columbia Data Products](/devices/pc/machine/cdp/) (eg, [MPC 1600](/devices/pc/machine/cdp/mpc1600/cga/640kb/))
|
||||
* [COMPAQ](/devices/pc/machine/compaq/) (eg, [DeskPro 386](/devices/pc/machine/compaq/deskpro386/))
|
||||
* [AT&T](/devices/pc/machine/att/) ([AT&T 6300](/devices/pc/machine/att/6300/cga/640kb/))
|
||||
* [Columbia Data Products](/devices/pc/machine/cdp/) ([MPC 1600](/devices/pc/machine/cdp/mpc1600/cga/640kb/))
|
||||
* [COMPAQ](/devices/pc/machine/compaq/) ([DeskPro 386](/devices/pc/machine/compaq/deskpro386/))
|
||||
* [Zenith Data Systems](/devices/pc/machine/zenith/) ([Z-150](/devices/pc/machine/zenith/z150/cga/640kb/))
|
||||
|
||||
Learn more about the [Devices](/devices/) used to build all our machines, such as the 6502-based
|
||||
[Ohio Scientific Challenger 1P](/devices/c1p/machine/).
|
||||
|
|
|
|||
20
devices/pc/machine/att/6300/README.md
Normal file
20
devices/pc/machine/att/6300/README.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
layout: page
|
||||
title: AT&T Personal Computer 6300
|
||||
permalink: /devices/pc/machine/att/6300/
|
||||
---
|
||||
|
||||
AT&T Personal Computer 6300
|
||||
---
|
||||
|
||||
The following AT&T 6300 machines are available:
|
||||
|
||||
* [AT&T Personal Computer 6300](/devices/pc/machine/att/6300/cga/640kb/) ([Debugger](/devices/pc/machine/att/6300/cga/640kb/debugger/))
|
||||
|
||||
The following AT&T 6300 [online resources](http://bitsavers.trailing-edge.com/pdf/att/6300/) are available:
|
||||
|
||||
* [Programmer's Guide (GWBASIC by Microsoft)](http://bitsavers.trailing-edge.com/pdf/att/6300/999-802-000IS_Programmers_Guide_PC6300_GWBASIC_by_Microsoft_1985.pdf)
|
||||
* [ROM-BIOS Listing (6300 PLUS](http://bitsavers.trailing-edge.com/pdf/att/6300/ATT_Personal_Computer_6300_Plus_-_ROM-BIOS_Listing_-_Rel_2.05_Issue_1_-_1986.pdf)
|
||||
* [System Programmer's Guide](http://bitsavers.trailing-edge.com/pdf/att/6300/999-802-200IS_System_Programmers_Guide_PC6300_1985.pdf)
|
||||
* [Service Manual](http://bitsavers.trailing-edge.com/pdf/att/6300/ATT_PC_6300_Service_Manual.pdf)
|
||||
* [User's Guide](http://bitsavers.trailing-edge.com/pdf/att/6300/ATT_PC_6300_Users_Guide.pdf)
|
||||
11
devices/pc/machine/att/6300/cga/640kb/debugger/machine.md
Normal file
11
devices/pc/machine/att/6300/cga/640kb/debugger/machine.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: page
|
||||
title: "AT&T Personal Computer 6300 with Color Display"
|
||||
permalink: /devices/pc/machine/att/6300/cga/640kb/debugger/
|
||||
machines:
|
||||
- type: pc
|
||||
id: att6300
|
||||
debugger: true
|
||||
---
|
||||
|
||||
{% include machine.html id="att6300" %}
|
||||
15
devices/pc/machine/att/6300/cga/640kb/debugger/machine.xml
Normal file
15
devices/pc/machine/att/6300/cga/640kb/debugger/machine.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/machine.xsl"?>
|
||||
<machine id="att6300" class="pc" border="1" pos="center" background="#FAEBD7">
|
||||
<name pos="center">AT&T Personal Computer 6300 with Color Display</name>
|
||||
<computer id="att6300-640k" name="AT&T 6300"/>
|
||||
<cpu id="cpu8086" model="8086"/>
|
||||
<ram id="ramLow" addr="0x00000" size="0xa0000"/>
|
||||
<rom ref="/devices/pc/rom/att/6300/bios-143.xml"/>
|
||||
<video ref="/devices/pc/video/cdp/cga/cdp-cga.xml"/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml"/>
|
||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-debug.xml"/>
|
||||
<debugger id="debugger"/>
|
||||
<panel ref="/devices/pc/panel/wide.xml"/>
|
||||
<chipset ref="/devices/pc/chipset/att6300-cga-max.xml"/>
|
||||
</machine>
|
||||
10
devices/pc/machine/att/6300/cga/640kb/machine.md
Normal file
10
devices/pc/machine/att/6300/cga/640kb/machine.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: "AT&T Personal Computer 6300 with Color Display"
|
||||
permalink: /devices/pc/machine/att/6300/cga/640kb/
|
||||
machines:
|
||||
- type: pc
|
||||
id: att6300
|
||||
---
|
||||
|
||||
{% include machine.html id="att6300" %}
|
||||
16
devices/pc/machine/att/6300/cga/640kb/machine.xml
Normal file
16
devices/pc/machine/att/6300/cga/640kb/machine.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/machine.xsl"?>
|
||||
<machine id="att6300" class="pc" border="1" pos="center" background="#FAEBD7">
|
||||
<name pos="center">AT&T Personal Computer 6300 with Color Display</name>
|
||||
<computer id="att6300-640k" name="MPC 1600"/>
|
||||
<ram id="ramLow" addr="0x00000" size="0xa0000"/>
|
||||
<rom ref="/devices/pc/rom/att/6300/bios-143.xml"/>
|
||||
<video ref="/devices/pc/video/cdp/cga/cdp-cga.xml"/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml"/>
|
||||
<cpu id="cpu8086" model="8086" autostart="true" pos="left" padleft="8px" padbottom="8px">
|
||||
<control type="button" binding="run">Run</control>
|
||||
<control type="button" binding="reset">Reset</control>
|
||||
</cpu>
|
||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-debug.xml"/>
|
||||
<chipset id="chipset" model="6300" sw1="01001001" sw2="11110000"/>
|
||||
</machine>
|
||||
10
devices/pc/machine/att/README.md
Normal file
10
devices/pc/machine/att/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: AT&T Machines
|
||||
permalink: /devices/pc/machine/att/
|
||||
---
|
||||
|
||||
AT&T Machines
|
||||
---
|
||||
|
||||
* [AT&T Personal Computer 6300](/devices/pc/machine/att/6300/cga/640kb/) ([Debugger](/devices/pc/machine/att/6300/cga/640kb/debugger/))
|
||||
|
|
@ -7,4 +7,4 @@ permalink: /devices/pc/machine/cdp/
|
|||
Columbia Data Products Machines
|
||||
---
|
||||
|
||||
* [Columbia Data Products MPC 1600](/devices/pc/machine/cdp/mpc1600/cga/640kb/) ([Debugger](/devices/pc/machine/cdp/mpc1600/cga/640kb/debugger/))
|
||||
* [MPC 1600](/devices/pc/machine/cdp/mpc1600/cga/640kb/) ([Debugger](/devices/pc/machine/cdp/mpc1600/cga/640kb/debugger/))
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<computer id="mpc1600-640k" name="MPC 1600"/>
|
||||
<cpu id="cpu8088" model="8088"/>
|
||||
<ram id="ramLow" addr="0x00000" size="0xa0000"/>
|
||||
<rom ref="/devices/pc/rom/cdp/mpc1600/mpc-443.xml"/>
|
||||
<rom ref="/devices/pc/rom/cdp/mpc1600/bios-434.xml"/>
|
||||
<video ref="/devices/pc/video/cdp/cga/cdp-cga.xml"/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml"/>
|
||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-debug.xml"/>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<name pos="center">Columbia Data Products MPC 1600 with Color Display</name>
|
||||
<computer id="mpc1600-640k" name="MPC 1600"/>
|
||||
<ram id="ramLow" addr="0x00000" size="0xa0000"/>
|
||||
<rom ref="/devices/pc/rom/cdp/mpc1600/mpc-443.xml"/>
|
||||
<rom ref="/devices/pc/rom/cdp/mpc1600/bios-434.xml"/>
|
||||
<video ref="/devices/pc/video/cdp/cga/cdp-cga.xml"/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml"/>
|
||||
<cpu id="cpu8088" model="8088" autostart="true" pos="left" padleft="8px" padbottom="8px">
|
||||
|
|
|
|||
21
devices/pc/machine/zenith/README.md
Normal file
21
devices/pc/machine/zenith/README.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
layout: page
|
||||
title: Zenith Data Systems Machines
|
||||
permalink: /devices/pc/machine/zenith/
|
||||
---
|
||||
|
||||
Zenith Data Systems Machines
|
||||
---
|
||||
|
||||
The following Zenith machines are available:
|
||||
|
||||
* [Zenith Z-150](/devices/pc/machine/zenith/z150/cga/640kb/) ([Debugger](/devices/pc/machine/zenith/z150/cga/640kb/debugger/))
|
||||
|
||||
The following Zenith online resources are available:
|
||||
|
||||
* [Programmer's Reference Manual (Z-100 Series)](http://planemo.org/retro/downloads/z100/manuals/Z-100%20Programmers%20Reference%20Manual-OCR.pdf)
|
||||
* [Z-150 Brochure](https://computerarchive.org/files/comp/ad/zenith/ZDS-Z150.pdf)
|
||||
|
||||
---
|
||||
|
||||
"The quality goes in before the name goes on."
|
||||
|
|
@ -5,7 +5,8 @@
|
|||
<computer id="z150-640k" name="Z-150"/>
|
||||
<cpu id="cpu8088" model="8088"/>
|
||||
<ram id="ramLow" addr="0x00000" size="0xa0000"/>
|
||||
<rom ref="/devices/pc/rom/zenith/z150/z150-1988.xml"/>
|
||||
<ram id="ramBIOS" addr="0xf0000" size="0x4000" comment="16Kb of scratchpad RAM"/>
|
||||
<rom ref="/devices/pc/rom/zenith/z150/bios-z150-1988.xml"/>
|
||||
<video ref="/devices/pc/video/ibm/cga/ibm-cga.xml"/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml"/>
|
||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-minimal.xml"/>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@
|
|||
<name pos="center">Zenith Z-150 with Color Display</name>
|
||||
<computer id="z150-640k" name="Z-150"/>
|
||||
<ram id="ramLow" addr="0x00000" size="0xa0000"/>
|
||||
<rom ref="/devices/pc/rom/zenith/z150/z150-1988.xml"/>
|
||||
<ram id="ramBIOS" addr="0xf0000" size="0x4000" comment="16Kb of scratchpad RAM"/>
|
||||
<rom ref="/devices/pc/rom/zenith/z150/bios-z150-1988.xml"/>
|
||||
<video ref="/devices/pc/video/ibm/cga/ibm-cga.xml"/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml"/>
|
||||
<cpu id="cpu8088" model="8088" autostart="true" pos="left" padleft="8px" padbottom="8px">
|
||||
|
|
|
|||
Loading…
Reference in a new issue