New Apple //e ROM project
Go to file
Lawrence Kesteloot 381713b83f Make AWK script gawk-compatible. 2018-08-03 13:40:52 -07:00
.gitignore Break runtime into different C file. 2018-08-02 16:26:42 -07:00
Makefile RUN works. 2018-08-03 11:35:15 -07:00
README.md Update README. 2018-07-31 15:32:27 -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
exporter.h Add POKE statement. 2018-08-02 14:44:18 -07:00
exporter.s Add POKE statement. 2018-08-02 14:44:18 -07:00
interrupt.s initial commit 2018-07-27 22:30:44 -07:00
main.c More robust parsing of variable name. 2018-08-03 13:31:31 -07:00
platform.c Scroll screen; remove volatile. 2018-08-02 18:59:31 -07:00
platform.h Scroll screen; remove volatile. 2018-08-02 18:59:31 -07:00
rom_usage.awk Make AWK script gawk-compatible. 2018-08-03 13:40:52 -07:00
runtime.c Can assign to variables. 2018-08-03 13:09:02 -07:00
runtime.h Can assign to variables. 2018-08-03 13:09:02 -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

README.md

Apple 2a

Custom ROM for the Apple 2e.

Dependencies

Running

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