/gbc_rs

GameBoy Color emulator written in Rust

Primary LanguageRustMIT LicenseMIT

gbc_rs

tests game

A GameBoy Color emulator written in the Rust programming language. The purpose of this emulator is solely for me to learn Rust and to learn about how to write emulators.

This emulator is in development and is far from complete. So far it has basic functionality and can run DMG games using MBC1 and MBC3.

Build & Run

  • cargo run --release rom.gb

Controls

GameBoy button Keyboard
A Space
B Left Control
Start Return
Select Right Shift
Up Up
Down Down
Left Left
Right Right

Resources used