mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-08 20:14:53 +00:00
Reworking the test for the CPU
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user