New Apple //e ROM project
Go to file
Lawrence Kesteloot 1fb7e76f3f Update README.
2018-07-31 15:32:27 -07:00
.gitignore Make listings for each assembly file. 2018-07-31 15:02:57 -07:00
apple2rom.cfg initial commit 2018-07-27 22:30:44 -07:00
crt0.s initial commit 2018-07-27 22:30:44 -07:00
interrupt.s initial commit 2018-07-27 22:30:44 -07:00
main.c Compile and run simple command. 2018-07-31 15:03:06 -07:00
Makefile Make listings for each assembly file. 2018-07-31 15:02:57 -07:00
platform.c add platform files 2018-07-31 12:01:19 -07:00
platform.h add platform files 2018-07-31 12:01:19 -07:00
README.md Update README. 2018-07-31 15:32:27 -07:00
supervision.lib use supervision.lib as lib source 2018-07-28 12:15:54 -07:00
vectors.s initial commit 2018-07-27 22:30:44 -07:00

Apple 2a

Custom ROM for the Apple 2e.

Dependencies

Running

TREES=$HOME/path/to/github/trees make run