Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface { LoadROM(string) error Pause() Resume() Paused() bool Initialised() bool }
Controller defines the interface contract for an Emulator to implement in order for a display.Driver to be able to control it.
type Save ¶
type Save struct { Path string // the path to the save file // contains filtered or unexported fields }
Save represents a save file.
Click to show internal directories.
Click to hide internal directories.