Reworking the test for the CPU

This commit is contained in:
AnonymusRaccoon
2020-02-10 11:39:32 +01:00
parent fc94563b41
commit bd681c49a1
10 changed files with 103 additions and 61 deletions
+15
View File
@@ -0,0 +1,15 @@
//
// Created by Melefo on 05/02/2020.
//
#ifndef COMSQUARE_TESTS_HPP
#define COMSQUARE_TESTS_HPP
#define private public
#define protected public
#define class struct
#include "../sources/Memory/MemoryBus.hpp"
std::pair<ComSquare::Memory::MemoryBus, ComSquare::SNES> Init();
#endif //COMSQUARE_TESTS_HPP