Skip to content

songquanpeng/chip8-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip-8 Emulator

Demo

https://chip8.justsong.cn/

Available roms:

  1. BLINKY: https://chip8.justsong.cn/?rom=BLINKY
  2. TANK: https://chip8.justsong.cn/?rom=TANK
  3. TETRIS: https://chip8.justsong.cn/?rom=TETRIS

The key mapping has been adjusted, the blank key and the arrow keys are enough for most roms.

Notice

main.js is for browser environment, and app.js is for console environment.

The audio part has not been implemented yet.

Reference

  1. http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
  2. https://github.com/mattmikolay/chip-8/wiki/CHIP%E2%80%908-Instruction-Set
  3. https://github.com/ericgrandt/chip8-emulator
  4. https://github.com/cj1128/chip8-emulator

Releases

No releases published

Packages

No packages published