rom

package
v0.0.0-...-ea41a2c Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2015 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type INES

type INES struct {
	// contains filtered or unexported fields
}

func (*INES) CharRom

func (r *INES) CharRom() []*byte

func (*INES) Pages

func (r *INES) Pages() int

func (*INES) PlayChoiceInstRom

func (r *INES) PlayChoiceInstRom() []*byte

func (*INES) PlayChoicePRom

func (r *INES) PlayChoicePRom() []*byte

func (*INES) ProgramRom

func (r *INES) ProgramRom() []*byte

func (*INES) Trainer

func (r *INES) Trainer() []*byte

type ROM

type ROM interface {
	Trainer() []*byte
	Pages() int
	ProgramRom() []*byte
	CharRom() []*byte
	PlayChoiceInstRom() []*byte
	PlayChoicePRom() []*byte
}

func NewINES

func NewINES(reader io.Reader) (ROM, error)

Jump to

Keyboard shortcuts

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