[][src]Module spectrusty::peripherals

Emulator components of various ZX Spectrum peripheral devices.

ZX Spectrum keyboard emulation interface.

Please see also this

Modules

ay

The AY-3-8910 programmable sound generator chipset family.

bus

System bus device emulators to be used with ControlUnits.

joystick

A joystick communication interface and emulators of various joysticks.

memory

Memory extensions.

mouse

A pointing device / mouse communication interface and emulators of mouse devices.

network

Network related.

parallel

Parallel port device designed for parallel printer but other devices can be also emulated.

serial

Serial port related API and emulation of ZX Spectrum's peripheral devices using serial communication.

storage

Data storage related.

zxprinter

An emulator of the family of printers: ZX Printer / Alphacom 32 / Timex TS2040.

Structs

ZXKeyboardMap

Every key's state is encoded as a single bit on this 40-bit flag type.

Traits

KeyboardInterface

An interface for providing changes of a ZX Spectrum keyboard state to one of the ULA chipset emulators.