Fix spelling of Apple IIe.

This commit is contained in:
Lawrence Kesteloot 2018-08-07 11:50:15 -07:00
parent 96cf8f7c61
commit f7f58ded19

View File

@ -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. when you type `RUN`, the code is compiled instead of interpreted.
Runs between 5 and 30 times faster. Runs between 5 and 30 times faster.
@ -16,7 +16,7 @@ high-res graphics, `DATA/READ/RESUME`, `GOSUB/RETURN/POP`,
# Dependencies # Dependencies
* [cc65](https://github.com/cc65/cc65) * [cc65](https://github.com/cc65/cc65)
* [Apple 2e emulator](https://github.com/bradgrantham/apple2e) * [Apple IIe emulator](https://github.com/bradgrantham/apple2e)
# Running # Running