pub trait UlaCommon: UlaControl + FrameState + ControlUnit + MemoryAccess + Video + KeyboardInterface + EarIn + for<'a> MicOut<'a> { }
Expand description

A grouping trait of all common control traits for all emulated Ula chipsets except audio rendering.

For audio rendering see crate::audio::UlaAudioFrame.

Implementors§