An Apple II emulator originally written in Javascript, now being converted to TypeScript
Go to file
Will Scullin 9226b47f24 Canvas update
Render both dimensions x2 for better visual results.
2014-02-05 10:53:08 -08:00
css Clean up keyboard behavior. 2014-01-05 07:42:03 -08:00
img Keyboard fixes 2013-12-19 14:55:04 -08:00
js Canvas update 2014-02-05 10:53:08 -08:00
json/disks Add prodos disk, back out WIP. 2014-01-05 10:33:35 -08: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 Canvas update 2014-02-05 10:53:08 -08:00
apple2jse.html Canvas update 2014-02-05 10:53:08 -08: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 Don't minify 2013-11-16 12:38:18 -08: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.

To run, open apple2js.html

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