From 32837712fedf4557ff44df7d5b8ddbd40c5f7990 Mon Sep 17 00:00:00 2001 From: kotorifan Date: Fri, 23 Jan 2026 15:15:48 +0100 Subject: Stupid problems with the old git repo. New one, unfortunately. --- src/Memory.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/Memory.cpp (limited to 'src/Memory.cpp') diff --git a/src/Memory.cpp b/src/Memory.cpp new file mode 100644 index 0000000..c90bfb0 --- /dev/null +++ b/src/Memory.cpp @@ -0,0 +1,12 @@ +#include "Memory.hpp" +#include "Common.hpp" +#include + +namespace DMG01 +{ + + Memory::Memory() + { + this->space = std::make_unique(0xffff); + } +} -- cgit v1.3