Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 332 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 332 Bytes

6502.js

Cycle-accurate 6502 emulator in Javascript

BUILDING

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.