#include "app/emu/snes.h"
#include <cstdint>
#include "app/emu/audio/apu.h"
#include "app/emu/memory/dma.h"
#include "app/emu/memory/memory.h"
#include "app/emu/video/ppu.h"
Go to the source code of this file.
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::emu |
SNES Emulation and debugging tools. | |
namespace | yaze::emu::anonymous_namespace{snes.cc} |
Functions | |
void | yaze::emu::anonymous_namespace{snes.cc}::input_latch (Input *input, bool value) |
uint8_t | yaze::emu::anonymous_namespace{snes.cc}::input_read (Input *input) |