An Apple II emulator originally written in Javascript, now being converted to TypeScript
Go to file
2013-10-10 11:29:47 -07:00
css Initial checkin 2013-10-10 11:03:07 -07:00
img Initial checkin 2013-10-10 11:03:07 -07:00
js Initial checkin 2013-10-10 11:03:07 -07:00
json/disks Initial checkin 2013-10-10 11:03:07 -07:00
scripts Initial checkin 2013-10-10 11:03:07 -07:00
.gitignore Initial checkin 2013-10-10 11:03:07 -07:00
about.html Initial checkin 2013-10-10 11:03:07 -07:00
apple2js.html Remove google analytics and plus from page. 2013-10-10 11:29:47 -07:00
LICENSE Initial commit 2013-10-03 18:25:37 -07:00
Makefile Initial checkin 2013-10-10 11:03:07 -07:00
README.md Update README 2013-10-10 11:20:45 -07:00

apple2js

An Apple II emulator written in Javascript

Things are a little rought around the edges right now, hopefully I will have time to clean things up in a bit.

Expects compiler.jar from https://developers.google.com/closure/compiler/ to be in $(HOME)/bin

To build, run "make"

To add additional disk images, use scripts/dsk2json.pl, then "make index"