An Apple II emulator originally written in Javascript, now being converted to TypeScript
Go to file
dependabot[bot] 9512b1c450
Bump eslint-utils from 1.3.1 to 1.4.2
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-04 16:48:08 +00:00
bin
css
img
js Fix high bit miscalculation, mouse offset calcuation. 2019-07-27 15:57:40 -07:00
json/disks
test Add a real test harness. 2019-03-26 21:02:27 -07:00
.editorconfig
.eslintignore Fix hamfisted jquery -> html5 translation. 2019-03-21 20:39:48 -07:00
.eslintrc.json Export instead of attach to window, and make webpack like it. 2019-03-31 20:52:45 -07:00
.gitignore
about.html
apple2js.html Me speel good. 2019-04-05 21:17:01 -07:00
apple2jse.html Export instead of attach to window, and make webpack like it. 2019-03-31 20:52:45 -07:00
babel.config.js Add a real test harness. 2019-03-26 21:02:27 -07:00
LICENSE
package-lock.json Bump eslint-utils from 1.3.1 to 1.4.2 2019-09-04 16:48:08 +00:00
package.json Address audit. 2019-06-26 14:42:22 -07:00
README.md
webpack.config.js Export instead of attach to window, and make webpack like it. 2019-03-31 20:52:45 -07: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`