mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-07 19:50:48 +00:00
Modifing the tests to use a fake cartridge
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user