Documentation
¶
Overview ¶
Package harmony implements the Harmony cartridge. It is not yet fully complete and in particular does not offer emulation of the ARM7 processor.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDPCplus ¶
NewDPCplus is the preferred method of initialisation for the harmony type
Types ¶
type DPCplusRegisters ¶
type DPCplusRegisters struct { Fetcher [8]dataFetcher FracFetcher [8]fractionalDataFetcher MusicFetcher [3]musicDataFetcher // random number generator RNG randomNumberFetcher // fast fetch read mode FastFetch bool }
DPCplusRegisters implements the bus.CartRegisters interface
func (DPCplusRegisters) String ¶
func (r DPCplusRegisters) String() string
type DPCplusStatic ¶
DPCplusStatic implements the bus.CartStatic interface
Click to show internal directories.
Click to hide internal directories.