An Apple II emulator originally written in Javascript, now being converted to TypeScript
Go to file
2019-03-05 20:43:35 -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 True up with website. 2019-02-18 20:42:50 -08:00
js Fix 80 col. 2019-03-05 11:29:55 -08:00
json/disks Port tools to node. 2019-03-02 22:46:37 -08:00
.editorconfig Update editor files. 2017-12-20 09:07:59 -08:00
.eslintrc.json Port tools to node. 2019-03-02 22:46:37 -08:00
.gitignore Update readme. 2019-03-03 07:25:02 -08:00
about.html Remove social and tracking metadata and scripts. 2019-03-05 20:43:35 -08:00
apple2js.html Remove social and tracking metadata and scripts. 2019-03-05 20:43:35 -08:00
apple2jse.html Remove social and tracking metadata and scripts. 2019-03-05 20:43:35 -08:00
LICENSE Initial commit 2013-10-03 18:25:37 -07:00
package-lock.json Support prod and dev modes. 2019-03-01 10:14:34 -08:00
package.json Update directions, dev server. 2019-03-04 19:55:35 -08:00
README.md Update README.md 2019-03-04 20:02:54 -08:00
test.html Wire up tests. 2019-03-01 20:38:04 -08:00
webpack.config.js Update directions, dev server. 2019-03-04 19:55:35 -08:00

apple2js

An Apple II emulator written in Javascript.

Things are still a little rough around the edges right now, hopefully I will have more time to clean things up.

First

npm install

To run a development server

npm run dev

The open either http://localhost:8080/apple2js.html or http://localhost:8080/apple2jse.html

To build a static distribution into dist

npm run build

To add additional disk images, use

./bin/dsk2json -c Category -n Name path/to/image.dsk > json/disks/image.json

then

./bin/index`