An Apple II emulator originally written in Javascript, now being converted to TypeScript
Go to file
Will Scullin b8261252e3
True up with website.
* Drag and drop support.
* Re-enable audio in newer Chrome, Safari
* Minimal Printer
* Video dirty regions
2019-02-18 20:42:50 -08:00
css
img True up with website. 2019-02-18 20:42:50 -08:00
js True up with website. 2019-02-18 20:42:50 -08:00
json/disks
scripts
.editorconfig Update editor files. 2017-12-20 09:07:59 -08:00
.eslintrc.json Ditch makefiles, switch to eslint, fix linting. 2019-01-09 00:51:25 -08:00
.gitignore Ditch makefiles, switch to eslint, fix linting. 2019-01-09 00:51:25 -08:00
about.html Latest about. 2017-12-20 09:07:40 -08:00
apple2js.html True up with website. 2019-02-18 20:42:50 -08:00
apple2jse.html True up with website. 2019-02-18 20:42:50 -08:00
LICENSE
package-lock.json Ditch makefiles, switch to eslint, fix linting. 2019-01-09 00:51:25 -08:00
package.json Ditch makefiles, switch to eslint, fix linting. 2019-01-09 00:51:25 -08:00
README.md
test.html Update tests, fill out 65C02 opcodes. 2017-12-20 09:07:09 -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"