An Apple II emulator originally written in Javascript, now being converted to TypeScript
Go to file
2019-03-02 22:46:37 -08:00
bin Port tools to node. 2019-03-02 22:46:37 -08:00
css Merge pull request #9 from whscullin/whscullin/webpack 2019-03-02 12:26:56 -08:00
img
js Merge pull request #9 from whscullin/whscullin/webpack 2019-03-02 12:26:56 -08:00
json/disks Port tools to node. 2019-03-02 22:46:37 -08:00
.editorconfig
.eslintrc.json Port tools to node. 2019-03-02 22:46:37 -08:00
.gitignore Convert to webpack first pass. 2019-02-28 21:21:18 -08:00
about.html
apple2js.html Add missing roms. 2019-03-01 10:15:17 -08:00
apple2jse.html Add missing roms. 2019-03-01 10:15:17 -08:00
LICENSE
package-lock.json Support prod and dev modes. 2019-03-01 10:14:34 -08:00
package.json Support prod and dev modes. 2019-03-01 10:14:34 -08:00
README.md
test.html Wire up tests. 2019-03-01 20:38:04 -08:00
webpack.config.js Wire up tests. 2019-03-01 20:38:04 -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"