apple2a/README.md

15 lines
222 B
Markdown
Raw Normal View History

2018-07-31 22:32:27 +00:00
# Apple 2a
2018-07-31 22:32:27 +00:00
Custom ROM for the Apple 2e.
# Dependencies
* [cc65](https://github.com/cc65/cc65)
* [Apple 2e emulator](https://github.com/bradgrantham/apple2e)
# Running
2018-07-28 19:28:24 +00:00
2018-07-28 19:36:07 +00:00
```
2018-07-31 22:32:27 +00:00
TREES=$HOME/path/to/github/trees make run
2018-07-28 19:36:07 +00:00
```