Module spectrusty::peripherals::ay

source ·
Expand description

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

This module contains chipset I/O interface protocol traits and helper types.

The sound emulation is in a separate module, please see audio.

Modules

The emulation of the AY-3-8910/8912/8913 sound generator.

Structs

Implements a communication protocol with programmable sound generator AY-3-8910 / 8912 / 8913 and its I/O ports.
Matches I/O port addresses for AY-3-8912 used by the ZX Spectrum+ 128k or a Melodik interface.
Matches I/O port addresses for AY-3-8912 used by the Fuller Box interface.
An Ay3_891xIo I/O device implementation that does nothing.
A type for recording timestamped changes to one of AY-3-8910 audio registers.
A recorder for Ay3_891xIo that records nothing.
A convenient recorder for Ay3_891xIo that records changes in a Vec.
Matches I/O port addresses for AY-3-8912 used by the Timex TC2068 computer series.

Enums

An enumeration of AY-3-8910 registers.

Constants

Traits

This trait should be implemented by emulators of devices attached to one of two Ay3_891xIo I/O ports.
A helper trait for matching I/O port addresses for AY-3-8910.
Allows recording of changes to AY-3-8910 audio registers with timestamps.

Type Definitions

The type of Ay3_891xIo with two optional I/O ports (A and B) and AyRegVecRecorder.
The type of Ay3_891xIo with one I/O port (A only) and AyRegVecRecorder.
The type of Ay3_891xIo without I/O ports and AyRegVecRecorder.