From 029ae3a825e03e6168c4d8a50f702e4562946ee2 Mon Sep 17 00:00:00 2001 From: Troy Schrapel Date: Sat, 28 Oct 2023 14:05:33 +1030 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c31f1e..aa3c56b 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,12 @@ Full details on the Emulator and source code here: [emulator](emulator) ### PICO-56 -The PICO-56 project emulates the entire HBC-56 sytem on a single Raspberry Pi Pico. It is avilable at [https://github.com/visrealm/pico-56](https://github.com/visrealm/pico-56) +The PICO-56 project emulates the entire HBC-56 sytem on a single Raspberry Pi Pico.

PICO

+PICO-56 repository: [https://github.com/visrealm/pico-56](https://github.com/visrealm/pico-56) + ## Building This project uses the CMAKE build system to build the emulator and assembler. VSCode works very well with CMAKE, but you can also build manually: