Trait rustzx_core::host::Host[][src]

Expand description

Represents set of required types for emulator implementation based on rustzx-core.

Associated Types

Immutable Context implementation which is used to obtain host-specific context objects for host-defined emulator parts construction (e.g. FrameBuffers)

File-like type implementation for tape loading

Frame buffer implementation

Type which should provide methods to measure time intervals

RustZX debug port implementation

Implementors