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

# Packages

Package breakpoints records the breakpoints assigned to memory addresses.
Package callstack maintains the callstack of an executing program as accurately as possible.
No description provided by the author
Package faults records memory faults generated by a coprocessor.
Package mapfile reads a mapfile produced by GCC and parses it.
Package profiling defines the types that are used to profile the performance of the coporocessor program.
Package yield records the current yielded state of a coprocessor.

# Functions

NewDeveloper is the preferred method of initialisation for the Developer type.

# Structs

Developer implements the CartCoProcDeveloper interface.
InstructionRange is used to dynamically create a list of SourceInstruction entries.

# Interfaces

Cartridge defines the interface to the cartridge required by the developer package.
Emulation defines an interface to the emulation for retreiving the emulation state.
TV is the interface from the developer type to the television implementation.