An Apple II emulator originally written in Javascript, now being converted to TypeScript
Go to file
Will Scullin 22acb1b6da Clean up disk storage
Try and consolidate all disk loading/saving into one UI.
2013-10-22 19:35:47 -07:00
css Clean up disk storage 2013-10-22 19:35:47 -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 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"