#include <gtest/gtest.h>
#include "app/emu/audio/apu.h"
#include "app/emu/memory/memory.h"
#include "app/emu/audio/spc700.h"
Go to the source code of this file.
Classes | |
class | yaze::emu::ApuIplHandshakeTest |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::emu |
SNES Emulation and debugging tools. | |
Functions | |
yaze::emu::TEST_F (ApuIplHandshakeTest, SPC700StartsAtIplRomEntry) | |
yaze::emu::TEST_F (ApuIplHandshakeTest, IplRomReadable) | |
yaze::emu::TEST_F (ApuIplHandshakeTest, CycleTrackingWorks) | |
yaze::emu::TEST_F (ApuIplHandshakeTest, PortReadWrite) | |
yaze::emu::TEST_F (ApuIplHandshakeTest, IplRomDisableViaControlRegister) | |
yaze::emu::TEST_F (ApuIplHandshakeTest, TimersEnableAndCount) | |
yaze::emu::TEST_F (ApuIplHandshakeTest, IplBootSequenceProgresses) | |
yaze::emu::TEST_F (ApuIplHandshakeTest, AccurateCycleCountsForCommonOpcodes) | |