//! Shared snapshot of the YM2149 register state.
//!
//! This resource is populated by the playback diagnostics system so that
//! visualization crates can read the most recent register dump without
//! locking the player directly. It also carries the derived
//! [`ChannelStates`] for convenience.
use Resource;
use ChannelStates;
/// Resource containing the latest YM2149 register dump and derived state.