tristan-jl / chip8-emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chip8 Emulator

Simple Chip8 Emulator written in Rust, using SDL2.

CLI

Provides an interface using Clap. See help below:

foo@bar:~$ ./chip8 -h
Chip8 emulator

Usage: chip8 [OPTIONS] --rom-path <ROM_PATH>

Options:
  -r, --rom-path <ROM_PATH>        Rom path
  -c, --cycle-delay <CYCLE_DELAY>  Cycle delay in milliseconds [default: 10]
  -h, --help                       Print help information
  -V, --version                    Print version information

Screenshots

Using a test rom:

test rom

Playing a tetris rom:

tetris rom

About

License:MIT License


Languages

Language:Rust 100.0%