yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
spc700.h File Reference
#include <cstdint>
#include <functional>
#include <iostream>
#include <unordered_map>
#include <vector>
Include dependency graph for spc700.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yaze::app::emu::audio::AudioRam
 AudioRam is an interface for the Audio RAM used by the SPC700. More...
 
class  yaze::app::emu::audio::AudioRamImpl
 AudioRamImpl is an implementation of the AudioRam interface. More...
 
struct  yaze::app::emu::audio::ApuCallbacks
 
class  yaze::app::emu::audio::Spc700
 The Spc700 class represents the SPC700 processor. More...
 
struct  yaze::app::emu::audio::Spc700::Flags
 

Namespaces

namespace  yaze
 
namespace  yaze::app
 Main namespace for the ImGui application.
 
namespace  yaze::app::emu
 SNES Emulation and debugging tools.
 
namespace  yaze::app::emu::audio
 

Typedefs

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