From 48dd9ed6b91fce0909b223931555268c45881720 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Sun, 3 Dec 2017 11:47:54 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fa00f54..57188ea 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,7 @@ Like the `NS.CLOCK.SYSTEM` (by "CAP") ideally we would have: * [x] Chains to the next `.SYSTEM` file (e.g. `BASIC.SYSTEM`) Successfully tested on real hardware. (Laser 128EX, including at 3x speed.) + +## Build + +Requires [cc65](https://github.com/cc65/cc65). The included `Makefile` is very specific to my machine - sorry about that.