Documentation ¶
Index ¶
- type Emulator
- func (e *Emulator) Continue(w http.ResponseWriter, req *http.Request)
- func (e *Emulator) Draw(screen *ebiten.Image)
- func (e *Emulator) Exit()
- func (e *Emulator) Layout(outsideWidth, outsideHeight int) (screenWidth, screenHeight int)
- func (e *Emulator) Pause(w http.ResponseWriter, req *http.Request)
- func (e *Emulator) Quit(w http.ResponseWriter, req *http.Request)
- func (e *Emulator) Reset(w http.ResponseWriter, req *http.Request)
- func (e *Emulator) ResetGBC()
- func (e *Emulator) RunServer(port int)
- func (e *Emulator) Update() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Emulator ¶
type Emulator struct { GBC *gbc.GBC Rom []byte RomDir string // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.