A simple JavaScript chip8 emulator based on electron and nodejs.
1 | 2 | 3 | 4 |
---|---|---|---|
! | @ | # | $ |
Q | D | R | W |
A | S | H | T |
Z | X | M | C |
- Load chip8 via ROM Menu
- enjoy
chip8 emulator is based on electron and preact. The UI was created with NES.css. It is written with typescript and using webpack as bundler.
Additional packages:
- different typings and webpackloaders
Have fun