Expand description
Common traits and constants.
Structs§
Enums§
Constants§
Traits§
- Clock
- Trait for types that can be clocked.
- ClockTo
- Trait for types that can clock to a target cycle.
- Regional
- Trait for types that have different behavior depending on NES region.
- Reset
- Trait for types that can can be reset.
- Sample
- Trait for types that can output
f32
audio samples. - Sram
- Trait for types that can save RAM to disk.
Functions§
- hexdump
- Prints a hex dump of a given byte array starting at
addr_offset
.