Added AT&T 6300 resources

This commit is contained in:
Jeff Parsons 2016-03-20 16:24:34 -07:00
commit c5b8b44da8
31 changed files with 724 additions and 17 deletions

View 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)

View 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" %}

View 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&amp;T Personal Computer 6300 with Color Display</name>
<computer id="att6300-640k" name="AT&amp;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>

View file

@ -0,0 +1,10 @@
---
layout: page
title: "AT&amp;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" %}

View 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&amp;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>

View file

@ -0,0 +1,10 @@
---
layout: page
title: AT&amp;T Machines
permalink: /devices/pc/machine/att/
---
AT&amp;T Machines
---
* [AT&amp;T Personal Computer 6300](/devices/pc/machine/att/6300/cga/640kb/) ([Debugger](/devices/pc/machine/att/6300/cga/640kb/debugger/))