Update README.

This commit is contained in:
Lawrence Kesteloot 2018-07-31 15:32:27 -07:00
parent a175e99178
commit 1fb7e76f3f

View File

@ -1,8 +1,14 @@
Requires cc65 and https://github.com/bradgrantham/apple2e
# Apple 2a
Set CC65 to the bin directory of your cc65 build.
Custom ROM for the Apple 2e.
# Dependencies
* [cc65](https://github.com/cc65/cc65)
* [Apple 2e emulator](https://github.com/bradgrantham/apple2e)
# Running
```
make
$APPLE2E/apple2e apple2a.rom
TREES=$HOME/path/to/github/trees make run
```