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
- Host: GitHub
- URL: https://github.com/isaacmarovitz/tetsuyu
- Owner: IsaacMarovitz
- License: gpl-3.0
- Created: 2023-11-11T03:20:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T13:55:04.000Z (over 1 year ago)
- Last Synced: 2025-03-18T07:43:16.886Z (over 1 year ago)
- Topics: emulator, gameboy, gameboy-color, rust
- Language: Rust
- Homepage:
- Size: 616 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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