Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.23 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.23 KB

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