summaryrefslogtreecommitdiff
path: root/src/cpu/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/core.h')
-rw-r--r--src/cpu/core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpu/core.h b/src/cpu/core.h
index 71a420b..03d20d0 100644
--- a/src/cpu/core.h
+++ b/src/cpu/core.h
@@ -31,4 +31,8 @@ typedef struct AddData{
byte value;
} AddData;
+byte getMemory(address x);
+
+void setMemory(address x, byte y);
+
#endif \ No newline at end of file