Skip to content

A Javascript emulator for the famous Chip-8 processor

License

Notifications You must be signed in to change notification settings

caioaletroca/SpaceChip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpaceChip8

A Javascript emulator for the famous Chip-8 processor. This is a learning project following the tutorial from Alexander Dickson and his repository Chip-8-Emulator.

Running

You may use whatever server system to run the emulator on your browser. I used http-server.

Implementation

Since this is a simple emulator and doesn't need full optimization, I used a big switch loop to handle every cpu opcode. Next, I tried a NES emulator that you can check here.

About

A Javascript emulator for the famous Chip-8 processor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published