Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Board ¶
type CpsBRegisters ¶
type CpsBRegisters struct {
// contains filtered or unexported fields
}
type ROM ¶
type ROM struct { Filename string WordSize int // If the ROM accessed in 1 byte, 2 byte or more? Size int // Chip size Offset int // Offset from where to start reading/writing the ROM DstOffset int // Offset in memory RAM Skip int // How much to skip after each read/write when converting from ROM to memory space }
Click to show internal directories.
Click to hide internal directories.