Module z80emu::z80

source ·
Expand description

A home of the Cpu implementations.

Modules§

Structs§

  • The struct implements a Flavour that (supposedly) emulates the KP1858BM1 or T34BM1 clones of the Z80.
  • The struct implements a Flavour that emulates the Zilog Z80 CMOS version.
  • The struct implements a Flavour that emulates the Zilog Z80 NMOS version.
  • Emulates a Zilog’s Z80 CPU in various “flavours” via the Cpu trait.

Traits§

  • A trait for implementing exceptions to the undocumented Z80 behaviour.

Type Aliases§

  • Emulates one of the clones (presumably the KP1858BM1 or T34BM1) of the Z80 CPU via the Cpu trait.
  • Emulates a Zilog’s CMOS Z80 CPU via the Cpu trait.
  • Emulates a Zilog’s NMOS Z80 CPU via the Cpu trait.