Skip to content

Eliasin/rip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rip8

A CHIP-8 implementation with web based debugger built using Rocket.

Building

rip8 requires rust nightly as Rocket uses a lot of nightly features.

rustup default nightly

Building is the usual with cargo.

cargo build --release

Usage

USAGE:
    rip8 [FLAGS] [OPTIONS] <ROM_FILE>

FLAGS:
    -d, --debug      Enabled debugger window
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -c, --clock-speed <HZ>    CPU clock speed (defaults to 500 Hz)

ARGS:
    <ROM_FILE>    Path to CHIP-8 ROM file (.ch8)USAGE:
    rip8 [FLAGS] [OPTIONS] <ROM_FILE>

FLAGS:
    -d, --debug      Enabled debugger window
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -c, --clock-speed <HZ>    CPU clock speed (defaults to 500 Hz)

ARGS:
    <ROM_FILE>    Path to CHIP-8 ROM file (.ch8)

The debugger server is by default served at localhost:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published