#include "app/emu/snes.h"
#include <cstdint>
#include <memory>
#include <string>
#include <thread>
#include "app/emu/audio/apu.h"
#include "app/emu/audio/spc700.h"
#include "app/emu/cpu/clock.h"
#include "app/emu/cpu/cpu.h"
#include "app/emu/memory/dma.h"
#include "app/emu/memory/memory.h"
#include "app/emu/video/ppu.h"
#include "app/rom.h"
Go to the source code of this file.
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::anonymous_namespace{snes.cc} |
Functions | |
void | yaze::app::emu::anonymous_namespace{snes.cc}::input_latch (Input *input, bool value) |
uint8_t | yaze::app::emu::anonymous_namespace{snes.cc}::input_read (Input *input) |