Modifing the tests to use a fake cartridge

This commit is contained in:
AnonymusRaccoon
2020-02-10 16:19:44 +01:00
parent a25daa18b6
commit 0e5dcc1cac
8 changed files with 63 additions and 54 deletions
+1 -1
View File
@@ -10,6 +10,6 @@
#define class struct
#include "../sources/Memory/MemoryBus.hpp"
std::pair<ComSquare::Memory::MemoryBus, ComSquare::SNES> Init();
std::pair<std::shared_ptr<ComSquare::Memory::MemoryBus>, ComSquare::SNES> Init();
#endif //COMSQUARE_TESTS_HPP