From d30faafc7cbd845d7f7ecc7f95b8ef45b5f0bf96 Mon Sep 17 00:00:00 2001 From: mgcaret Date: Wed, 4 Dec 2019 21:24:43 -0800 Subject: [PATCH] Mention Neon816 in the various markdowns --- README.md | 2 +- docs/getting_started.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d74030..81b2de4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ potential (and groundwork has been done) for it to become one. Among its many features are: * Mostly platform-independent. OF816 can be ported easily to new systems. - * Ports currently exist for the W65C816SXB and the Apple IIgs. + * Ports currently exist for the W65C816SXB, Neon816, and the Apple IIgs. * New ports require the implementation of a handful of routines. * Simple instantiation of one or more Forths in a system. * 32-bit cells. diff --git a/docs/getting_started.md b/docs/getting_started.md index 20808b8..c477cdb 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -36,6 +36,7 @@ additonal FCode. ### Included Ports * [W65C816SXB](https://wdc65xx.com/boards/w65c816sxb-engineering-development-system/). + * [Neon816](https://hackaday.io/project/164325-neon816). * Apple IIgs. See the README files in each port's directory under /platforms for build &