#include <cstdint>
#include <functional>
#include <iostream>
#include <unordered_map>
#include <vector>
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 |