Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.11 KB

ne.ts

A NES emulator written in TypeScript

Building

yarn, then yarn build. You can also use NPM, of course.

Running

The unit and integration tests can be run with yarn test. To run a more fully- featured demo environment, run yarn serve to open the emulator in a browser window.

Resources

General

6502 CPU