Documentation
¶
Overview ¶
Package chip provide functionality for the chip-8 interpreter
Package chip provide functionality for the chip-8 interpreter ¶
Package chip provide functionality for the chip-8 interpreter ¶
Package chip provide functionality for the chip-8 interpreter ¶
Package chip provide functionality for the chip-8 interpreter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Screen ¶
type Screen struct {
// contains filtered or unexported fields
}
Screen is a monochrome display
func NewScreen ¶
NewScreen creates a new Screen if no previous screen was created. It ensures that only one screen exists (singelton). width: logical Screen width height: logcial screen height windowWidth: The displayed window width windowHeight: The displayed window height update: Update function that handles logic and is called every tick
type Sound ¶
type Sound struct {
// contains filtered or unexported fields
}
Sound used to play a beep or stop from playing one
Click to show internal directories.
Click to hide internal directories.