Crates.io | rugby |
lib.rs | rugby |
version | |
source | src |
created_at | 2025-02-02 02:00:01.071134 |
updated_at | 2025-02-02 02:00:01.071134 |
description | Cycle-accurate Game Boy emulation |
homepage | |
repository | https://github.com/kaplanz/rugby |
max_upload_size | |
id | 1539165 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A delayed game is eventually good, but a rushed game is forever bad.
—
Shigeru Miyamoto
A cycle accurate emulator of the original 1989 Nintendo Game Boy.
This project aims to provide high-accuracy emulation of all major components in the SM83-based Nintendo Game Boy family of consoles. Each component is modular, enabling them to be easily substituted for one another. In turn, this leads to emulator instances supporting multiple implementations of core components with different accuracy/performance margins.
While the first official release is not yet ready, it will be soon! In the meantime, please follow active development at the project's repository (link in the sidebar). For more detailed updates, check out the repository.