Type Alias z80emu::z80::Z80BM1

source ·
pub type Z80BM1 = Z80<BM1>;
Expand description

Emulates one of the clones (presumably the KP1858BM1 or T34BM1) of the Z80 CPU via the Cpu trait.

Aliased Type§

struct Z80BM1 {
    pub flavour: BM1,
    /* private fields */
}

Fields§

§flavour: BM1

Exposes an instance of the Flavour implementation.