diff --git a/devices/pc8080/machine/invaders/README.md b/devices/pc8080/machine/invaders/README.md index 036731590..b37822cfd 100644 --- a/devices/pc8080/machine/invaders/README.md +++ b/devices/pc8080/machine/invaders/README.md @@ -12,7 +12,7 @@ Space Invaders (1978) --- This is a test of [PC8080](/modules/pc8080/), a new 8080-based machine emulator recently added to the -PCjs Project. It's a work-in-progress, so there's not much to look at yet. And the goal is not to build +PCjs Project. It's a work-in-progress, so it's not playable yet. And the goal is not to build yet-another Space Invaders/Arcade Machine emulator -- that's been done many times over -- but to start with a well-understood 8080-based machine architecture that doesn't need a lot of peripherals, and use it as an early test case for another classic CPU that we can add to the PCjs toolbox. diff --git a/modules/pc8080/README.md b/modules/pc8080/README.md index d29b33f5f..04122b199 100644 --- a/modules/pc8080/README.md +++ b/modules/pc8080/README.md @@ -9,8 +9,7 @@ permalink: /modules/pc8080/ Overview --- -PC8080 is an 8080-based Machine Emulation Module. The code is derived from [PCjs](/modules/pcjs/), -the IBM PC Emulation Module. +PC8080 is an 8080-based Machine Emulation Module. The code is derived from [PCjs](/modules/pcjs/). It is still a work-in-progress. See the list of available [PC8080 Machines](/devices/pc8080/machine/). diff --git a/modules/shared/templates/common.html b/modules/shared/templates/common.html index 4c4d01f00..7441fc83d 100644 --- a/modules/shared/templates/common.html +++ b/modules/shared/templates/common.html @@ -30,8 +30,8 @@