Moved VT100 ROMs into the PC8080 directory
This commit is contained in:
parent
bd94f5a534
commit
5b376917e3
6 changed files with 8 additions and 23 deletions
|
|
@ -17,9 +17,5 @@ All PCjs machines are built from the following sets of devices:
|
|||
* [8080-based Devices](pc8080/) (e.g., [Space Invaders](pc8080/machine/invaders/))
|
||||
* [8086-based Devices](pcx86/) (e.g., [IBM PC and compatibles](pcx86/machine/))
|
||||
|
||||
The directory also contains an assortment of [ROMs](roms/) and other devices, including:
|
||||
|
||||
* [VT100 Terminal](vt100/)
|
||||
|
||||
These devices are user-installable components that you would typically find in a real personal computer,
|
||||
such as keyboards, disk drive controllers with one or more drives, video cards, etc.
|
||||
|
|
|
|||
|
|
@ -16,5 +16,6 @@ for each ROM in the machine; eg:
|
|||
|
||||
The project currently contains the following 8080-based ROMs:
|
||||
|
||||
* [Space Invaders (1978)](invaders/)
|
||||
* [8080 Exerciser Tests](exerciser/)
|
||||
* [8080 Exerciser Tests](exerciser/)
|
||||
* [DEC VT100](vt100/)
|
||||
* [Space Invaders (1978)](invaders/)
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
layout: page
|
||||
title: VT100 ROMs
|
||||
permalink: /devices/vt100/rom/
|
||||
title: DEC VT100 ROMs
|
||||
permalink: /devices/pc8080/rom/vt100/
|
||||
---
|
||||
|
||||
VT100 ROMs
|
||||
----------
|
||||
DEC VT100 ROMs
|
||||
--------------
|
||||
|
||||
The VT100 used four 2Kb ROMs to store the code used by its 8080 processor.
|
||||
The DEC VT100 Terminal used four 2Kb ROMs to store the code used by its 8080 processor.
|
||||
Their combined contents are stored in [VT100.json](VT100.json).
|
||||
|
||||
As Trammell Hudson's [VT100 Page](https://trmm.net/VT100) explains:
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
layout: page
|
||||
title: VT100 Terminal Resources
|
||||
permalink: /devices/vt100/
|
||||
---
|
||||
|
||||
VT100 Terminal Resources
|
||||
------------------------
|
||||
|
||||
For emulation of Digital Equipment Corporation's VT100 terminal, this directory contains the following resources:
|
||||
|
||||
* [ROMs](rom/)
|
||||
Loading…
Reference in a new issue