Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 555 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 555 Bytes

Chip8emu

Chip8emu is a CHIP8 Emulator written in Rust + SDL2.

Usage

You can build the project or run the program using cargo, where the first argument is the ROM file. There are some ROMs available under the folder resources.

cargo run <rom_file>

Preview

Pong running in Chip8emu.

pong gif

References