Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/isaacmarovitz/tetsuyu

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

emulator gameboy gameboy-color rust

Last synced: 9 days 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