Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.2 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.2 KB

利用Rust编写CHIP8模拟器

USAGE:
    yet-another-rchip8.exe [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -r, --rom <ROM>    Sets the rom file to load

Requirements

macOS

brew install sdl2 sdl2_mixer sdl2_image sdl2_ttf sdl2_gfx

example:

cargo run -- --rom .\test\TETRIS

部分参考内容: