GithubHelp home page GithubHelp logo

rust-chip8's Introduction

Wow! Another CHIP-8 Emulator!

Rust implementation of the CHIP-8 virtual machine.

NOTE: This emulator uses the original CHIP-8 instruction set. Games that use the S-CHIP 1.1 specification may not work correctly.

Usage

Games are added to the roms/ folder and referenced by filename. Filenames should include extensions.

Via cargo run:

$ cargo run ROM_FILENAME

Via binary:

$ cargo build
$ ./target/debug/rust-chip8 ROM_FILENAME

Logging

Set the RUST_LOG env var to debug to see log messages in the console.

Compatibility

The following is a list of games that have been tested with this emulator (far more to come):

Game Year Author Status Notes
8CE Attorney - Disc 1 2016 SystemLogoff Haven't tested full game
8CE Attorney - Disc 2 2016 SystemLogoff Haven't tested full game
8CE Attorney - Disc 3 2016 SystemLogoff Haven't tested full game
Br8kout 2014 SharpenedSpoon Stuck in draw loop
Breakout 1979 Carmelo Cortez
Coin Flipping 1978 Carmelo Cortez
Craps 1978 Carmelo Cortez
Flight Runner 2014 TodPunk Plays for a while then freezes
Hi-Lo 1978 Jef Winsor
Kaleidoscope 1978 Joseph Weisbecker Starts, but nothing else happens
Lunar Lander 1979 Udo Pernisz
Mastermind FourRow 1978 Robert Lindley
Nim 1978 Carmelo Cortez
Outlaw 2014 John Earnest
Pong 1990 Paul Vervalin
Pong (1-player) 1990? Paul Vervalin? Paul Vervalin's Pong w/CPU opponent
RPS 2015 SystemLogoff Can't get past title screen
Snek 2021 John Earnest
Tetris 1991 Fran Dachille

Roadmap

  • Eliminate flickering
  • Add compiler/decompiler
  • Improve debugging
  • Add SCHIP support

rust-chip8's People

Contributors

gaballard avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.