An open API service indexing awesome lists of open source software.

https://github.com/isaacmarovitz/tetsuyu

A Game Boy emulator, written in Rust
https://github.com/isaacmarovitz/tetsuyu

emulator gameboy gameboy-color rust

Last synced: over 1 year ago
JSON representation

A Game Boy emulator, written in Rust

Awesome Lists containing this project

README

          


tetsuyu


鉄遊 (tetsu-yĆ«) - A Game Boy emulator, written in Rust.


## Features
- Cycle-Accurate CPU
- (Almost) Fully Accurate Audio
- DMG & CGB Support
- Configurable Input
- Configurable Palettes & Shaders
- Cross-Platform
- MBC1/MBC2/MBC3/MBC5 Title Support
- Accurate Color Correction

Pokemon Gold
Demo

## Referenced Documentation
- https://gbdev.io/pandocs/

## Referenced Implementations
- https://github.com/LIJI32/SameBoy
- https://github.com/mvdnes/rboy
- https://github.com/mohanson/gameboy