Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86
This commit is contained in:
parent
7c3aab2a7e
commit
288f28055d
1519 changed files with 16242 additions and 6939 deletions
20
devices/pcx86/machine/att/6300/README.md
Normal file
20
devices/pcx86/machine/att/6300/README.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
layout: page
|
||||
title: AT&T Personal Computer 6300
|
||||
permalink: /devices/pcx86/machine/att/6300/
|
||||
---
|
||||
|
||||
AT&T Personal Computer 6300
|
||||
---
|
||||
|
||||
The following AT&T 6300 machines are available:
|
||||
|
||||
* [AT&T Personal Computer 6300](/devices/pcx86/machine/att/6300/cga/640kb/) ([Debugger](/devices/pcx86/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/pcx86/machine/att/6300/cga/640kb/debugger/machine.md
Normal file
11
devices/pcx86/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/pcx86/machine/att/6300/cga/640kb/debugger/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: att6300
|
||||
debugger: true
|
||||
---
|
||||
|
||||
{% include machine.html id="att6300" %}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.23.0/machine.xsl"?>
|
||||
<machine id="att6300" class="pcx86" 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" cycles="8000000"/>
|
||||
<ram id="ramLow" addr="0x00000" size="0xa0000"/>
|
||||
<rom ref="/devices/pcx86/rom/att/6300/bios-143.xml"/>
|
||||
<video ref="/devices/pcx86/video/cdp/cga/cdp-cga.xml"/>
|
||||
<fdc ref="/disks/pcx86/compiled/library.xml"/>
|
||||
<keyboard ref="/devices/pcx86/keyboard/us83-buttons-minimal.xml"/>
|
||||
<debugger id="debugger"/>
|
||||
<panel ref="/devices/pcx86/panel/wide.xml"/>
|
||||
<chipset ref="/devices/pcx86/chipset/att6300-cga-max.xml"/>
|
||||
</machine>
|
||||
12
devices/pcx86/machine/att/6300/cga/640kb/machine.md
Normal file
12
devices/pcx86/machine/att/6300/cga/640kb/machine.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: page
|
||||
title: AT&T Personal Computer 6300 with Color Display
|
||||
permalink: /devices/pcx86/machine/att/6300/cga/640kb/
|
||||
redirect_from:
|
||||
- /devices/pcx86/machine/att/6300/cga/
|
||||
machines:
|
||||
- type: pcx86
|
||||
id: att6300
|
||||
---
|
||||
|
||||
{% include machine.html id="att6300" %}
|
||||
16
devices/pcx86/machine/att/6300/cga/640kb/machine.xml
Normal file
16
devices/pcx86/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/pcx86/1.23.0/machine.xsl"?>
|
||||
<machine id="att6300" class="pcx86" 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/pcx86/rom/att/6300/bios-143.xml"/>
|
||||
<video ref="/devices/pcx86/video/cdp/cga/cdp-cga.xml"/>
|
||||
<fdc ref="/disks/pcx86/compiled/library.xml"/>
|
||||
<cpu id="cpu8086" model="8086" cycles="8000000" 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/pcx86/keyboard/us83-buttons-minimal.xml"/>
|
||||
<chipset id="chipset" model="att6300" sw1="01001000" sw2="11111001"/>
|
||||
</machine>
|
||||
10
devices/pcx86/machine/att/README.md
Normal file
10
devices/pcx86/machine/att/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: page
|
||||
title: AT&T Machines
|
||||
permalink: /devices/pcx86/machine/att/
|
||||
---
|
||||
|
||||
AT&T Machines
|
||||
---
|
||||
|
||||
* [AT&T Personal Computer 6300](/devices/pcx86/machine/att/6300/)
|
||||
Loading…
Reference in a new issue