harmony

package
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2020 License: GPL-3.0, GPL-3.0 Imports: 7 Imported by: 0

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

func NewDPCplus(data []byte) (*dpcPlus, error)

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

type DPCplusStatic struct {
	Arm  []byte
	Data []byte
	Freq []byte
}

DPCplusStatic implements the bus.CartStatic interface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL