2019-09-29 15:52:22 -07:00
2019-03-02 22:46:37 -08:00
2019-03-13 19:27:55 -07:00
2019-02-18 20:42:50 -08:00
2019-09-29 15:52:22 -07:00
2019-03-02 22:46:37 -08:00
2019-09-29 15:52:22 -07:00
2017-12-20 09:07:59 -08:00
2019-09-19 09:45:41 -07:00
2019-03-03 07:25:02 -08:00
2019-04-05 21:17:01 -07:00
2019-09-08 11:30:32 -07:00
2019-03-26 21:02:27 -07:00
2013-10-03 18:25:37 -07:00
2019-03-04 20:02:54 -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`
Description
An Apple II emulator originally written in Javascript, now being converted to TypeScript
Readme 58 MiB
Languages
TypeScript 96.3%
HTML 1.6%
CSS 1.3%
JavaScript 0.6%
Assembly 0.2%