whscullin / apple2js

An Apple II emulator originally written in Javascript, now being converted to TypeScript
http://www.scullinsteel.com/apple2/
MIT License
438 stars 57 forks source link
apple-ii apple-iie emulator javascript typescript

apple2js

What is this?

Apple ][js and Apple //jse are Apple ][ and Apple //e emulators written entirely in JavaScript and HTML5.

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

First

git submodule init
sit submodule update
npm install

To run a development server

npm start

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

Updates

2019-03-02

2017-10-08

Updates (2017-08-31)

(It's been a long time since I updated, so this is a rough list)

Updates (2013-07-04)

Updates (2013-03-20)

Updates (2013-03-12)

Updates (2013-02-25)

Requirements

Acknowledgements