mirror of
https://github.com/bradgrantham/apple2a.git
synced 2024-10-31 23:09:39 +00:00
15 lines
222 B
Markdown
15 lines
222 B
Markdown
# Apple 2a
|
|
|
|
Custom ROM for the Apple 2e.
|
|
|
|
# Dependencies
|
|
|
|
* [cc65](https://github.com/cc65/cc65)
|
|
* [Apple 2e emulator](https://github.com/bradgrantham/apple2e)
|
|
|
|
# Running
|
|
|
|
```
|
|
TREES=$HOME/path/to/github/trees make run
|
|
```
|