From f7f58ded19cdf464536d62fa459a35299a8cfba0 Mon Sep 17 00:00:00 2001 From: Lawrence Kesteloot Date: Tue, 7 Aug 2018 11:50:15 -0700 Subject: [PATCH] Fix spelling of Apple IIe. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9fe3532..1c4cb22 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Apple 2a +# Apple IIa -Custom ROM for the Apple 2e. Looks mostly like a real Apple 2e, but +Custom ROM for the Apple IIe. Looks mostly like a real Apple IIe, but when you type `RUN`, the code is compiled instead of interpreted. Runs between 5 and 30 times faster. @@ -16,7 +16,7 @@ high-res graphics, `DATA/READ/RESUME`, `GOSUB/RETURN/POP`, # Dependencies * [cc65](https://github.com/cc65/cc65) -* [Apple 2e emulator](https://github.com/bradgrantham/apple2e) +* [Apple IIe emulator](https://github.com/bradgrantham/apple2e) # Running