diff --git a/devices/README.md b/devices/README.md index a2f0ac890..b2e5cafab 100644 --- a/devices/README.md +++ b/devices/README.md @@ -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. diff --git a/devices/pc8080/rom/README.md b/devices/pc8080/rom/README.md index 2ff980469..6c8cf17af 100644 --- a/devices/pc8080/rom/README.md +++ b/devices/pc8080/rom/README.md @@ -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/) diff --git a/devices/vt100/rom/23-018E2.json b/devices/pc8080/rom/vt100/23-018E2.json similarity index 100% rename from devices/vt100/rom/23-018E2.json rename to devices/pc8080/rom/vt100/23-018E2.json diff --git a/devices/vt100/rom/README.md b/devices/pc8080/rom/vt100/README.md similarity index 90% rename from devices/vt100/rom/README.md rename to devices/pc8080/rom/vt100/README.md index b4b5f22b4..d010d0b14 100644 --- a/devices/vt100/rom/README.md +++ b/devices/pc8080/rom/vt100/README.md @@ -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: diff --git a/devices/vt100/rom/VT100.json b/devices/pc8080/rom/vt100/VT100.json similarity index 100% rename from devices/vt100/rom/VT100.json rename to devices/pc8080/rom/vt100/VT100.json diff --git a/devices/vt100/README.md b/devices/vt100/README.md deleted file mode 100644 index 67157a3e5..000000000 --- a/devices/vt100/README.md +++ /dev/null @@ -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/)