mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
An Apple II emulator originally written in Javascript, now being converted to TypeScript
9512b1c450
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> |
||
---|---|---|
bin | ||
css | ||
img | ||
js | ||
json/disks | ||
test | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
about.html | ||
apple2js.html | ||
apple2jse.html | ||
babel.config.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
webpack.config.js |
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`