Ecosyste.ms: Awesome
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: 9 days 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T13:55:04.000Z (12 days ago)
- Last Synced: 2024-10-25T16:53:13.745Z (11 days ago)
- Topics: emulator, gameboy, gameboy-color, rust
- Language: Rust
- Homepage:
- Size: 616 KB
- Stars: 16
- 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