Expand description
The core components of the SPECTRUSTY library.
Re-exports§
pub use z80emu;
Modules§
- audio
- Audio API.
- bus
- System bus device emulators to be used with ControlUnits.
- chip
- Chipset emulation building blocks.
- clock
- T-state timestamp types and counters.
- memory
- Memory API.
- video
- Video API.
Macros§
- ula_
io_ contention - This macro is used to implement the ULA I/O contention scheme, for z80emu::Clock::add_io method of VFrameTsCounter. It’s being exported for the purpose of performing FUSE tests.