Merge branch 'master' into gh-pages
This commit is contained in:
commit
602bdafb92
4 changed files with 8 additions and 6 deletions
|
|
@ -51,12 +51,13 @@ computer diagnostics, programming tools, and more.
|
|||
### Tools
|
||||
|
||||
* [Borland Tools](tools/borland/)
|
||||
* [IBM PC Diagnostics](diags/ibm/)
|
||||
* [IBM Tools](tools/ibm/)
|
||||
* [Microsoft Tools](tools/microsoft/)
|
||||
* [Other Tools](tools/misc/)
|
||||
|
||||
### Tests
|
||||
|
||||
* [PC Diagnostics](diags/)
|
||||
* [VGA "Black Book" Tests](/tests/pc/vga/)
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
---
|
||||
layout: page
|
||||
title: IBM Languages and Tools
|
||||
title: IBM Diagnostics and Tools
|
||||
permalink: /disks/pc/tools/ibm/
|
||||
---
|
||||
|
||||
IBM Languages
|
||||
IBM Diagnostics and Tools
|
||||
---
|
||||
|
||||
* [IBM BASIC Compilers](bascom/)
|
||||
* [IBM PC Diagnostics](/disks/pc/diags/ibm/)
|
||||
* [IBM BASIC Compilers](/disks/pc/tools/ibm/bascom/)
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<ram id="ramLow" addr="0x00000" test="false"/>
|
||||
<rom id="romHDC" addr="0xc8000" size="0x2000" file="/devices/pc/hdc/ibm-xebec-1982.json"/>
|
||||
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pc/rom/5160/basic/BASIC110.json"/>
|
||||
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pc/rom/5160/bios/1982-11-08/XTBIOS-REV1.json"/>
|
||||
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pc/rom/5160/1982-11-08/XTBIOS-REV1.json"/>
|
||||
<video ref="/devices/pc/video/ibm/cga/ibm-cga.xml"/>
|
||||
<keyboard id="keyboard" padleft="8px">
|
||||
<control type="button" binding="esc">ESC</control>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<ram id="ramLow" addr="0x00000" test="false"/>
|
||||
<rom id="romHDC" addr="0xc8000" size="0x2000" file="/devices/pc/hdc/ibm-xebec-1982.json"/>
|
||||
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pc/rom/5160/basic/BASIC110.json"/>
|
||||
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pc/rom/5160/bios/1982-11-08/XTBIOS-REV1.json"/>
|
||||
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pc/rom/5160/1982-11-08/XTBIOS-REV1.json"/>
|
||||
<video ref="/devices/pc/video/ibm/cga/ibm-cga.xml"/>
|
||||
<keyboard id="keyboard" padleft="8px">
|
||||
<control type="button" binding="esc">ESC</control>
|
||||
|
|
|
|||
Loading…
Reference in a new issue