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
ef74dddfae
Modern browsers set the 'location' property on keyboard events when the key is located in several places. The ALT key, for example, can be either on the left or the right side of the keyboard. This change uses the location to determine which Apple key to activate, if it is available, and defaults to the old behavior if not. |
||
---|---|---|
css | ||
img | ||
js | ||
json/disks | ||
scripts | ||
.editorconfig | ||
.eslintrc.json | ||
.gitignore | ||
about.html | ||
apple2js.html | ||
apple2jse.html | ||
LICENSE | ||
Makefile | ||
README.md | ||
test.html |
apple2js
An Apple II emulator written in Javascript
Things are a little rought around the edges right now, hopefully I will have time to clean things up in a bit.
To run, open apple2js.html
To add additional disk images, use scripts/dsk2json.pl, then "make index"