package
0.35.3
Repository: https://github.com/jetsetilly/gopher2600.git
Documentation: pkg.go.dev

# Functions

NewDisassembly returns a new Coprocessor instance if cartridge implements the coprocessor bus.

# Structs

DisasmEntries contains all the current information about the coprocessor disassembly, including whether disassembly is currently enabled.
Disassembly is used to handle the disassembly of instructions from an attached cartridge that contains a coprocessor.

# Interfaces

Cartridge defines the interface to the cartridge required by the coprocessor disassembly pacakge.
TV defines the interface to the TV required by the coprocessor disassembly package.