#include <cstdint>
#include <map>
#include <string>
#include <vector>
#include "app/emu/cpu/cpu.h"
#include "app/gfx/bitmap.h"
#include "app/gui/icons.h"
#include "imgui/imgui.h"
Go to the source code of this file.
Classes | |
struct | yaze::emu::debug::DisassemblyEntry |
Represents a single disassembled instruction with metadata. More... | |
class | yaze::emu::debug::DisassemblyViewer |
Advanced disassembly viewer with sparse storage and interactive features. More... | |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::emu |
SNES Emulation and debugging tools. | |
namespace | yaze::emu::debug |