Skip to content

rafibaum/Chemu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chemu, a Chip-8 emulator written in Rust

Lately I've become interested in emulators and to learn about how they're written. I'm taking a crack at the Chip-8 architecture as described here. My approach to this will be to emulate the state of the machine at runtime, decode the instructions on the fly, and change the machine state as required. I'll be using SDL to show the display output.

About

A Chip-8 emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages