#chip8 #emulator #pong #game #machine #free #audio

yanked ship8

A CHIP-8 emulator

Uses old Rust 2015

0.2.0 Nov 18, 2018
0.1.5 Nov 4, 2018

#10 in #pong

Download history 54/week @ 2024-03-29

54 downloads per month

MIT license

37KB
786 lines

Crates.io Build success

ship8

This is a working emulator for the CHIP-8 machine built in Rust. This probably should not be used in production and I am a beginner in Rust so there are probably better ways to write the code I wrote.

It handles sound, graphics and keyboard input using the SDL2 library.

Usage

Clone the repository and make sure Rust and Cargo are installed, then run:

$ cargo run

This will start the Pong game bundled with the emulator. The bundled Pong game was not made by me but it is in public domain. You can find a lot of games for the CHIP-8 if you type CHIP-8 free games on your favorite search engine.

If you have a CHIP-8 ROM file, you can run in the emulator with the following command:

$ cargo run your-rom-file.ch8

To get a list of options, run:

$ cargo run -- -h

This will list the options and explain them. For example, you can change the emulator speed and mute the audio.

Contribute

If you find a better way to write the code, or if there is a mistake, feel free to send a pull request or to create an issue.

Dependencies

~17MB
~368K SLoC