Crate ruboy_lib

Source

Modules§

isa
rom

Structs§

BoxAllocator
Frame
GbInputs
InlineAllocator
Ruboy

Enums§

GbColorID
GbMonoColor
RuboyErr
RuboyStartErr

Constants§

CLOCK_SPEED_HZ
CLOCK_SPEED_HZ_F64
DESIRED_FRAMERATE
FRAME_X
FRAME_Y

Traits§

GBAllocator
Trait representing something that can allocate memory for crate::Ruboy Usually not required to implement directly, but can be useful if a custom memory allocator is used.
GBGraphicsDrawer
GBRam
InputHandler
RomReader
Trait representing something that can read a ROM. Used internally by the Ruboy ROM memory-bank-controllers to read the data for each bank into memory dynamically.