GithubHelp home page GithubHelp logo

outsbart / gameman Goto Github PK

View Code? Open in Web Editor NEW
11.0 2.0 2.0 371 KB

A gameboy emulator in Rust

License: GNU General Public License v3.0

Rust 100.00%
gameboy-emulator rust emulation roms rom gameboy

gameman's Introduction

gameman Build Status

gameman is a Game Boy (DMG) emulator written in Rust as a hobby project. I'm doing it mostly for learning Rust and to have fun with the challenges of emulation.

A pokemon game running in gameman

Status

Major games like Tetris, Mario, Kirby, Zelda and Pokemon are fully working and playable.

Save files will be put in the same directory as the rom file, but with a .sav extension.

Audio works, but needs more testing on different platforms.

Accuracy

Accuracy is currently at instruction level.

blargg's cpu_instrs, instrs_timing, dmg_sound test roms are passing.

TODO

  • Fix sprite rendering priority
  • Machine cycle accuracy
  • Properly abstract emulation code to easily allow other frontends integration
  • Save states
  • Refactor, refactor and refactor code
  • Extend cartridge types support
  • Gameboy Color support?

Dependencies

At the moment, SDL2 is required for sound, input and rendering.

How to run

cargo run --release <rom location>

Buttons

Use keyboard arrows for directions and...

GameboyABSelectStart
KeyboardZXAS

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.