Module control_deck

Source
Expand description

Control Deck implementation. The primary entry-point for emulating the NES.

Structs§

Config
Control deck configuration settings.
ControlDeck
Represents an NES Control Deck. Encapsulates the entire emulation state.
HeadlessMode
Headless mode flags to disable audio and video processing, reducing CPU usage.
LoadedRom
Represents a loaded ROM Cart.
MapperRevisionsConfig
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.