Expand description
Control Deck implementation. The primary entry-point for emulating the NES.
Structs§
- Config
- Control deck configuration settings.
- Control
Deck - Represents an NES Control Deck. Encapsulates the entire emulation state.
- Headless
Mode - Headless mode flags to disable audio and video processing, reducing CPU usage.
- Loaded
Rom - Represents a loaded ROM
Cart
. - Mapper
Revisions Config - Set of desired mapper revisions to use when loading a ROM matching the available mapper types.
Enums§
- Error
- Errors that
ControlDeck
can return.
Type Aliases§
- Result
- Result returned from
ControlDeck
methods.