MCPcopy Index your code
hub / github.com/djhworld/simple-computer / Enableable

Interface Enableable

cpu/cpu.go:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265)
266
267type Enableable interface {
268 Enable()
269 Disable()
270}
271
272type Settable interface {
273 Set()

Callers 14

UpdateMethod · 0.65
updateEnableStatusFunction · 0.65
updateEnabledMethod · 0.65
renderPixelsFromRAMMethod · 0.65
updateKeycodeRegMethod · 0.65
UpdateMethod · 0.65
NewCPUFunction · 0.65
updateEnableStatusFunction · 0.65
updateEnabledMethod · 0.65
renderPixelsFromRAMMethod · 0.65

Implementers 5

Registercomponents/register.go
BusOnecomponents/components.go
IOBuscomponents/iobus.go
Memory64Kmemory/memory.go
displayRAMio/display_ram.go

Calls

no outgoing calls

Tested by

no test coverage detected