#include <cstdint>
#include <functional>
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | yaze::emu::AudioRam |
AudioRam is an interface for the Audio RAM used by the SPC700. More... | |
class | yaze::emu::AudioRamImpl |
AudioRamImpl is an implementation of the AudioRam interface. More... | |
struct | yaze::emu::ApuCallbacks |
class | yaze::emu::Spc700 |
The Spc700 class represents the SPC700 processor. More... | |
struct | yaze::emu::Spc700::Flags |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::emu |
SNES Emulation and debugging tools. | |
Typedefs | |
typedef struct yaze::emu::ApuCallbacks | yaze::emu::ApuCallbacks |