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

Go to the source code of this file.

Classes

struct  yaze::app::emu::memory::CpuCallbacks
 
class  yaze::app::emu::memory::Memory
 Memory interface. More...
 
class  yaze::app::emu::memory::MemoryImpl
 Implementation of the Memory interface for emulating memory in a SNES system. More...
 

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::memory
 

Typedefs

typedef struct yaze::app::emu::memory::CpuCallbacks yaze::app::emu::memory::CpuCallbacks
 

Variables

constexpr uint32_t yaze::app::emu::memory::kROMStart = 0x008000
 
constexpr uint32_t yaze::app::emu::memory::kROMSize = 0x200000
 
constexpr uint32_t yaze::app::emu::memory::kRAMStart = 0x7E0000
 
constexpr uint32_t yaze::app::emu::memory::kRAMSize = 0x20000