mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-05 19:04:22 +00:00
Reworking the memory management & fixing a bug in the memory viewer goto
This commit is contained in:
+1
-2
@@ -5,11 +5,10 @@
|
||||
#ifndef COMSQUARE_PPU_HPP
|
||||
#define COMSQUARE_PPU_HPP
|
||||
|
||||
#include <stdint-gcc.h>
|
||||
#include <cstdint>
|
||||
#include "../Memory/AMemory.hpp"
|
||||
#include "../Memory/MemoryBus.hpp"
|
||||
#include "../Renderer/IRenderer.hpp"
|
||||
//#include "../Ram/ExtendedRam.hpp"
|
||||
#include "../Ram/Ram.hpp"
|
||||
#include "../Models/Vector2.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user