Expand description

ZX Microdrives for the ZX Interface 1.

Structs

This struct represents an emulated Microdrive tape cartridge.
This struct represents a single MicroCartridge tape sector.
Implementation of this type emulates ZX Microdrives.

Constants

The size of the sector data in bytes, excluding the 12 preamble bytes.
The number of T-states to signal to the control unit that the IF-1 has hanged the Spectrum indefinitely (IN 0 bug).
The size of the sector header in bytes, excluding the 12 preamble bytes.
The maximum number of drives that the ZX Interface 1 software can handle.
The maximum additional T-states the Interface 1 will halt Z80 during IN/OUT with DATA port.
The maximum number of emulated physical ZX Microdrive tape sectors.
The maximum number of usable ZX Microdrive tape sectors.

Type Definitions

Sector reference iterator of the IntoIterator implementation for MicroCartridge.
Sector mutable reference iterator of the IntoIterator implementation for MicroCartridge.