Namespaces | |
namespace | dma |
Classes | |
struct | CpuCallbacks |
struct | DmaChannel |
class | Memory |
Memory interface. More... | |
class | MemoryImpl |
Implementation of the Memory interface for emulating memory in a SNES system. More... | |
class | MockClock |
Mock CPU class for testing. More... | |
class | MockMemory |
A mock implementation of the Memory class. More... | |
Typedefs | |
typedef struct yaze::app::emu::memory::DmaChannel | DmaChannel |
typedef struct yaze::app::emu::memory::CpuCallbacks | CpuCallbacks |
Variables | |
constexpr uint32_t | kROMStart = 0x008000 |
constexpr uint32_t | kROMSize = 0x200000 |
constexpr uint32_t | kRAMStart = 0x7E0000 |
constexpr uint32_t | kRAMSize = 0x20000 |
typedef struct yaze::app::emu::memory::DmaChannel yaze::app::emu::memory::DmaChannel |
typedef struct yaze::app::emu::memory::CpuCallbacks yaze::app::emu::memory::CpuCallbacks |
|
constexpr |
|
constexpr |
|
constexpr |