From 92979c61e88217eee211c9748d2468b9e7d78512 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 4 Aug 2016 12:53:42 -0700 Subject: [PATCH] README updates --- devices/README.md | 2 +- modules/pc8080/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/README.md b/devices/README.md index b2e5cafab..d7e4dd9dc 100644 --- a/devices/README.md +++ b/devices/README.md @@ -14,7 +14,7 @@ Device Configurations All PCjs machines are built from the following sets of devices: * [6502-based Devices](c1p/) (e.g., [Challenger 1P](c1p/machine/)) -* [8080-based Devices](pc8080/) (e.g., [Space Invaders](pc8080/machine/invaders/)) +* [8080-based Devices](pc8080/) (e.g., [Space Invaders](pc8080/machine/invaders/), [VT100](pc8080/machine/vt100/)) * [8086-based Devices](pcx86/) (e.g., [IBM PC and compatibles](pcx86/machine/)) These devices are user-installable components that you would typically find in a real personal computer, diff --git a/modules/pc8080/README.md b/modules/pc8080/README.md index 02e9807bb..6503eec31 100644 --- a/modules/pc8080/README.md +++ b/modules/pc8080/README.md @@ -12,7 +12,7 @@ Overview PC8080 is our 8080-based machine emulation module. The code is derived from [PCx86](/modules/pcx86/). See the list of available [PC8080 Machines](/devices/pc8080/machine/), which includes -[Space Invaders (1978)](/devices/pc8080/machine/invaders/). +[Space Invaders (1978)](/devices/pc8080/machine/invaders/) and the [DEC VT100](/devices/pc8080/machine/vt100/). PC8080 is comprised of the following non-shared components, as listed in [package.json](../../package.json) (see the *pc8080Files* property):