Skip to content

petosegan/rschip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rschip8

This is a CHIP-8 emulator written in Rust.

Two frontends are available: SDL2 (default), or terminal display using Termion.

USAGE

cargo run -- -g path_to_game [-c clock_speed_in_hz]

The arrow keys work for most games. The CHIP-8 has a hex keypad, with 2, 4, 6, and 8 typically used for directions. I've mapped the other keys to 'qwerty' and 'asdfgh'. The default clock speed is 500 Hz.

To quit the emulator, press 'x'.

To display in the terminal, use the '-t' flag.

Useful Resources

About

Yet another CHIP-8 emulator in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages