boytacean 0.12.1

A Game Boy emulator that is written in Rust.
Documentation
1
2
3
4
5
6
7
//! Implementation of the cheating support for the Game Boy.
//!
//! Supports both [Game Genie](https://en.wikipedia.org/wiki/Game_Genie)
//! and [GameShark](https://en.wikipedia.org/wiki/GameShark) systems.

pub mod genie;
pub mod shark;