Updating to catch 3

This commit is contained in:
Zoe Roux
2021-07-06 17:51:19 +02:00
parent 0287effdb5
commit 37ced8e553
26 changed files with 63 additions and 56 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// Created by anonymus-raccoon on 3/20/20.
//
#include "../Models/Int24.hpp"
#include "../Models/Ints.hpp"
#include "CPU.hpp"
namespace ComSquare::CPU
+1 -1
View File
@@ -7,7 +7,7 @@
#include "Memory/AMemory.hpp"
#include "Memory/MemoryBus.hpp"
#include "Models/Int24.hpp"
#include "Models/Ints.hpp"
#include "Models/Callback.hpp"
#include "Cartridge/Cartridge.hpp"
#include "Memory/AMemory.hpp"
+1 -1
View File
@@ -5,7 +5,7 @@
#pragma once
#include "Memory/MemoryBus.hpp"
#include "Models/Int24.hpp"
#include "Models/Ints.hpp"
#include <cstdint>
#include <memory>
+1 -1
View File
@@ -5,7 +5,7 @@
#pragma once
#include <string>
#include "Models/Int24.hpp"
#include "Models/Ints.hpp"
namespace ComSquare::CPU
{
@@ -3,7 +3,7 @@
//
#include <iostream>
#include "../../Models/Int24.hpp"
#include "../../Models/Ints.hpp"
#include "../CPU.hpp"
namespace ComSquare::CPU
+1 -1
View File
@@ -5,7 +5,7 @@
#pragma once
#include "Models/Int24.hpp"
#include "Models/Ints.hpp"
namespace ComSquare::CPU
{