Documentation ¶
Index ¶
Constants ¶
View Source
const ( ScreenWidth = 64 ScreenHeight = 32 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chip8 ¶
type Chip8 struct { Screen [ScreenHeight][ScreenWidth]uint8 // 64x32-pixel display KeysPressed [16]bool // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.