Crate gabbro

Source

Structs§

ButtonState
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