yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
snes.cc File Reference
#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/debug/debugger.h"
#include "app/emu/memory/dma.h"
#include "app/emu/memory/memory.h"
#include "app/emu/video/ppu.h"
#include "app/rom.h"
Include dependency graph for snes.cc:

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)