Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bus ¶
type Bus interface { Write(addr uint16, data uint8) Read(addr uint16) uint8 RegisterPort(name string, mask PortMask, manager PortManager) DumpMap() string GetDumplables() map[string]Dumpable }
func NewBus ¶
func NewBus(defaultManager ...PortManager) Bus
func NewWatchableBus ¶
type DebuggerCallbacks ¶
type PortManager ¶
type RAM ¶
type RAM interface { PortManager SetBank([]byte) }
type ROM ¶
type ROM interface { PortManager SetBank([]byte) }
Click to show internal directories.
Click to hide internal directories.