Crate ruboy_lib

source ·

Modules§

Structs§

Enums§

Constants§

Traits§

  • 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.
  • 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.