Template updates
This commit is contained in:
parent
59c3ddc83b
commit
9dce59fbd9
5 changed files with 10 additions and 11 deletions
|
|
@ -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
|
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
|
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
|
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.
|
early test case for another classic CPU that we can add to the PCjs toolbox.
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,7 @@ permalink: /modules/pc8080/
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
---
|
---
|
||||||
PC8080 is an 8080-based Machine Emulation Module. The code is derived from [PCjs](/modules/pcjs/),
|
PC8080 is an 8080-based Machine Emulation Module. The code is derived from [PCjs](/modules/pcjs/).
|
||||||
the IBM PC Emulation Module.
|
|
||||||
|
|
||||||
It is still a work-in-progress. See the list of available [PC8080 Machines](/devices/pc8080/machine/).
|
It is still a work-in-progress. See the list of available [PC8080 Machines](/devices/pc8080/machine/).
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,8 +30,8 @@
|
||||||
<div class="common-top">
|
<div class="common-top">
|
||||||
<div class="common-top-left">
|
<div class="common-top-left">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/">Home</a></li>
|
<li><a href="/">PCjs</a></li>
|
||||||
<li><a href="/apps/pc/">Apps</a></li>
|
<li><a href="/apps/pc/">Demos</a></li>
|
||||||
<li><a href="/devices/">Devices</a></li>
|
<li><a href="/devices/">Devices</a></li>
|
||||||
<li><a href="/disks/pc/">Disks</a></li>
|
<li><a href="/disks/pc/">Disks</a></li>
|
||||||
<li><a href="/docs/">Docs</a></li>
|
<li><a href="/docs/">Docs</a></li>
|
||||||
|
|
|
||||||
|
|
@ -32,10 +32,10 @@
|
||||||
<div class="common-top">
|
<div class="common-top">
|
||||||
<div class="common-top-left">
|
<div class="common-top-left">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/">Home</a></li>
|
<li><a href="/">PCjs</a></li>
|
||||||
<li><a href="/apps/pc/">Apps</a></li>
|
<li><a href="/apps/pc/">Demos</a></li>
|
||||||
|
<li><a href="/devices/">Devices</a></li>
|
||||||
<li><a href="/disks/pc/">Disks</a></li>
|
<li><a href="/disks/pc/">Disks</a></li>
|
||||||
<li><a href="/devices/pc/machine/">Machines</a></li>
|
|
||||||
<li><a href="/docs/">Docs</a></li>
|
<li><a href="/docs/">Docs</a></li>
|
||||||
<li><a href="/pubs/">Pubs</a></li>
|
<li><a href="/pubs/">Pubs</a></li>
|
||||||
<li><a href="/blog/">Blog</a></li>
|
<li><a href="/blog/">Blog</a></li>
|
||||||
|
|
|
||||||
|
|
@ -30,10 +30,10 @@
|
||||||
<div class="common-top">
|
<div class="common-top">
|
||||||
<div class="common-top-left">
|
<div class="common-top-left">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/">Home</a></li>
|
<li><a href="/">PCjs</a></li>
|
||||||
<li><a href="/apps/pc/">Apps</a></li>
|
<li><a href="/apps/pc/">Demos</a></li>
|
||||||
|
<li><a href="/devices/">Devices</a></li>
|
||||||
<li><a href="/disks/pc/">Disks</a></li>
|
<li><a href="/disks/pc/">Disks</a></li>
|
||||||
<li><a href="/devices/pc/machine/">Machines</a></li>
|
|
||||||
<li><a href="/docs/">Docs</a></li>
|
<li><a href="/docs/">Docs</a></li>
|
||||||
<li><a href="/pubs/">Pubs</a></li>
|
<li><a href="/pubs/">Pubs</a></li>
|
||||||
<li><a href="/blog/">Blog</a></li>
|
<li><a href="/blog/">Blog</a></li>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue