Skip to content

Latest commit

 

History

History
188 lines (188 loc) · 6.18 KB

README_TEMPLATE.md

File metadata and controls

188 lines (188 loc) · 6.18 KB

logo yarge - yet another rust gameboy emulator

Yarge is an open source (licensed under LGPL) Nintendo Gameboy emulator written in Rust and focused on accuracy and performance.
It includes cycle-accurate emulation of the GBZ80 CPU and PPU FIFO.
The emulator is built on a modular architecture, isolating the core from frontends (which can be used as a regular Rust library).
SDL2 frontend is fully-featured with intuitive UI and various quality-of-life features such as save slots.

Download

Product Downloads
yarge-frontend-sdl Windows logo Linux logo Debian logo
yarge-frontend-desktop
(deprecated)
Windows logo Linux logo Debian logo
yarge-frontend-desktop is no longer actively maintained, but I'm keeping it around because it's debugging capabilities are still much better then those in yarge-frontend-sdl

Other options:

Screenshots

Pocket Monsters: Green Super Mario Land
Tetris The Legend of Zelda: Link's Awakening

Features

Features MBC (Cartridge) types
Feature Supported Type Supported
Display (PPU) ✔️ ROM ONLY ✔️
Input ✔️ MBC1 ✔️
Sound (APU) ✔️(WIP) MBC2
Link cable/Serial ❌(STUB) MBC3 ✔️
GBC support MBC5
Cartridge ➡️ MBC6
MBC7
MMM01
POCKET CAMERA
BANDAI TAMA5
HuC3
HuC1

Tests

These tests are run automatically after each commit.

___TEST_TABLE___