#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "app/emu/cpu/clock.h"
#include "app/emu/cpu/cpu.h"
#include "app/emu/memory/memory.h"
Go to the source code of this file.
Classes | |
class | yaze::app::emu::memory::MockClock |
Mock CPU class for testing. More... | |
class | yaze::app::emu::memory::MockMemory |
A mock implementation of the Memory class. 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 |