yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::emu::audio Namespace Reference

Classes

class  Apu
 The Apu class represents the Audio Processing Unit (APU) of a system. More...
 
struct  ApuCallbacks
 
class  AudioRam
 AudioRam is an interface for the Audio RAM used by the SPC700. More...
 
class  AudioRamImpl
 AudioRamImpl is an implementation of the AudioRam interface. More...
 
class  Dsp
 
struct  DspChannel
 
class  Spc700
 The Spc700 class represents the SPC700 processor. More...
 
struct  Timer
 

Typedefs

typedef struct yaze::app::emu::audio::Timer Timer
 
typedef struct yaze::app::emu::audio::DspChannel DspChannel
 
typedef struct yaze::app::emu::audio::ApuCallbacks ApuCallbacks
 

Typedef Documentation

◆ Timer

typedef struct yaze::app::emu::audio::Timer yaze::app::emu::audio::Timer

◆ DspChannel

typedef struct yaze::app::emu::audio::DspChannel yaze::app::emu::audio::DspChannel

◆ ApuCallbacks

typedef struct yaze::app::emu::audio::ApuCallbacks yaze::app::emu::audio::ApuCallbacks