package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Oct 4, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type HasCycles interface {
GetCycles() uint
}
type Read8 interface {
ReadMem(addr uint16) byte
}
type ReadSafe interface {
ReadMemSafe(addr uint16) byte
}
type Write16 interface {
WriteMem16(addr uint16, data uint16)
}
type Write8 interface {
WriteMem(addr uint16, data byte)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.