Type Alias z80emu::CpuDebugFn

source ·
pub type CpuDebugFn = fn(_: CpuDebug);
Expand description

This type can be passed to Cpu methods that require a debug argument.

E.g.:

cpu.execute_instruction::<_,_,CpuDebugFn>(control, clock, None, code)