Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chip8 ¶
type Chip8 struct {
// contains filtered or unexported fields
}
func (*Chip8) PrintRegisters ¶
func (c *Chip8) PrintRegisters()
type Screen ¶
type Screen struct {
// contains filtered or unexported fields
}
func (*Screen) PrintScreen ¶
func (s *Screen) PrintScreen()
Click to show internal directories.
Click to hide internal directories.