From dc2e476c52a24ca910d2c1e60347fd5bce889169 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Tue, 15 Aug 2023 17:03:03 +1000 Subject: forgone build process & misc stuff --- src/cpu/core.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cpu/core.h') 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 -- cgit v1.2.3