Documentation
¶
Overview ¶
Package z80ex contains Cgo bindings to the z80ex Z80 CPU emulation library.
Index ¶
- type CPU
- func (cpu *CPU) Destroy()
- func (cpu *CPU) Reset(clearMem bool)
- func (cpu *CPU) Run(r io.Reader, w io.Writer) (steps uint64)
- func (cpu *CPU) RunBounded(r io.Reader, w io.Writer, maxT uint64) (steps uint64, halted bool)
- func (cpu *CPU) Trace(r io.Reader, w io.Writer) (steps uint64)
- func (cpu *CPU) WriteMem(data []byte, at int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.