An Apple II emulator originally written in Javascript, now being converted to TypeScript
Go to file
2013-11-16 12:26:31 -08:00
css Blink! and better touch/mobile behaviors. 2013-11-16 12:26:31 -08:00
img Initial checkin 2013-10-10 11:03:07 -07:00
js Blink! and better touch/mobile behaviors. 2013-11-16 12:26:31 -08: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 Clean up disk storage 2013-10-22 19:35: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"