Giter VIP home page Giter VIP logo

partyboy's Introduction

Logo
GitHub Workflow Status (branch) GitHub last commit GitHub issues
A Game Boy Color emulator.
Try it out in the browser

cgb boot zelda intro

Features

  • Ability to play Game Boy Color games as well as Game Boy games in the game boy colors DMG mode
  • Fairly high accuracy
  • Support for most cartridge types
  • Audio
  • Biosless mode
  • Save states
  • Rewinding
  • Web support

Tests

See this file for a report on all implemented tests

Controls

Button Keyboard
A O
B K
START M
SELECT N
UP W
DOWN S
LEFT A
RIGHT D

You can also hold SPACE to enable turbo, which will disable the frame limiter. And hold Q to rewind!

Usage (CLI)

partyboy 1.0
A Gameboy color emulator

USAGE:
    partyboy.exe [FLAGS] [OPTIONS]

FLAGS:
    -l, --log        Enables file logging.
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -b, --bios <bios_path>    The path to the bios to use.
    -r, --rom <rom_path>      The path to the rom to load.

TODO

  • Dissasembler for debug frontend
  • Make frontend_debug work for web
  • Implement some sort of mass rom test suite similar to sameboy?

Build Instructions

First, make sure you have the following dependentcies:

  • Rust
  • On linux you might need the following packages: build-essentials, cmake, libfontconfig1-dev, alsa, libasound2-dev

Then just run cargo b in the root directory of the repo.

Running Tests

You will need to install:

You will need to install python3 to run script that will download the test roms. Once that is done, download the scripts:

python .\scripts\download_test_roms.py

Once that is done, run the tests by running the following in the root of the repo:

cargo nextest run or python .\scripts\test_local.py

References

partyboy's People

Contributors

dependabot[bot] avatar mrcoolthecucumber avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

partyboy's Issues

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.