moviecart

package
v0.30.0 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Overview

Package moviecart implements the Movie Cart special cartridge type. The code and schematics can be found on Github:

https://github.com/lodefmode/moviecart/

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type Moviecart

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

func (*Moviecart) Access added in v0.20.0

func (cart *Moviecart) Access(addr uint16, _ bool) (data uint8, mask uint8, err error)

Access implements the mapper.CartMapper interface.

func (*Moviecart) AccessPassive added in v0.20.0

func (cart *Moviecart) AccessPassive(addr uint16, data uint8) error

AccessPassive implements the mapper.CartMapper interface.

func (*Moviecart) AccessVolatile added in v0.20.0

func (cart *Moviecart) AccessVolatile(addr uint16, data uint8, _ bool) error

AccessVolatile implements the mapper.CartMapper interface.

func (*Moviecart) CopyBanks

func (cart *Moviecart) CopyBanks() []mapper.BankContent

CopyBanks implements the mapper.CartMapper interface.

func (*Moviecart) GetBank

func (cart *Moviecart) GetBank(addr uint16) mapper.BankInfo

GetBank implements the mapper.CartMapper interface.

func (*Moviecart) ID

func (cart *Moviecart) ID() string

ID implements the mapper.CartMapper interface.

func (*Moviecart) MappedBanks added in v0.15.0

func (cart *Moviecart) MappedBanks() string

MappedBanks implements the mapper.CartMapper interface.

func (*Moviecart) NumBanks

func (cart *Moviecart) NumBanks() int

NumBanks implements the mapper.CartMapper interface.

func (*Moviecart) Plumb

func (cart *Moviecart) Plumb(env *environment.Environment)

Plumb implements the mapper.CartMapper interface.

func (*Moviecart) Reset

func (cart *Moviecart) Reset()

Reset implements the mapper.CartMapper interface.

func (*Moviecart) Snapshot

func (cart *Moviecart) Snapshot() mapper.CartMapper

Snapshot implements the mapper.CartMapper interface.

func (*Moviecart) Step

func (cart *Moviecart) Step(clock float32)

Step implements the mapper.CartMapper interface.

Jump to

Keyboard shortcuts

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