#include <cstdint>#include <functional>#include <iostream>#include <vector>
Go to the source code of this file.
Classes | |
| struct | yaze::emu::DmaChannel |
| struct | yaze::emu::CpuCallbacks |
| class | yaze::emu::Memory |
| Memory interface. More... | |
| class | yaze::emu::MemoryImpl |
| Implementation of the Memory interface for emulating memory in a SNES system. More... | |
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::emu |
| SNES Emulation and debugging tools. | |
Typedefs | |
| typedef struct yaze::emu::DmaChannel | yaze::emu::DmaChannel |
| typedef struct yaze::emu::CpuCallbacks | yaze::emu::CpuCallbacks |
Variables | |
| constexpr uint32_t | yaze::emu::kROMStart = 0x008000 |
| constexpr uint32_t | yaze::emu::kROMSize = 0x200000 |
| constexpr uint32_t | yaze::emu::kRAMStart = 0x7E0000 |
| constexpr uint32_t | yaze::emu::kRAMSize = 0x20000 |