CpuDebugFn

Type Alias 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)