Cycle-accurate 6502 emulator in Javascript
Run npm install
first to retrieve all dependencies.
Running npm start
builds both the minified and the development version of 6502.js.
npm run build:production
and npm run build:production
build the minified and development version separately.