Docs.rs
gabbro-0.3.0
gabbro 0.3.0
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
itsmelmw
Dependencies
crossterm ^0.25
normal
optional
env_logger ^0.10.0
normal
optional
log ^0.4.17
normal
sdl2 ^0.35.2
normal
optional
tui ^0.19
normal
optional
Versions
35.71%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gabbro
0.3.0
All Items
Crate Items
Structs
Enums
Constants
Traits
Crate
gabbro
Copy item path
Source
Structs
§
Button
State
Represents the current state of the pressed buttons of the Game Boy. If a button value is
true
, it is pressed. When it is
false
, it is released.
Gameboy
Represents an emulated Game Boy.
Enums
§
LcdColor
An enum representing the color of a pixel on the Game Boy LCD.
Constants
§
APU_
SAMPLE_
RATE
LCD_
HEIGHT
LCD_
WIDTH
Traits
§
Cable
A temporary simple implementation of a serial interface. Serial transfer is currently not implemented properly. This currently only exists to use for Blargg’s Game Boy CPU test ROMs.
Joypad
A trait the Game Boy uses to retrieve the current button state.
Lcd
A trait with functions that the Game Boy PPU calls when updating the LCD.
Speaker