summaryrefslogtreecommitdiff
path: root/src/apple.h
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-11-27 21:15:03 +1100
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-11-27 21:15:03 +1100
commitd24ee5f20483aee9acbec9deb0dcc833d78cae49 (patch)
tree04ed06b7c0f4e475b9f5f5f1e3da2c044d6b5849 /src/apple.h
parentc6da616d018ecfc5a26686e88ab520b54b7fa6ed (diff)
actually fixed build this time
Diffstat (limited to 'src/apple.h')
-rw-r--r--src/apple.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/apple.h b/src/apple.h
index 2fe3fcb..a1d527d 100644
--- a/src/apple.h
+++ b/src/apple.h
@@ -1,12 +1,11 @@
#ifndef APPLE_H
#define APPLE_H
-
-#include"cpu/6502.c"
-#include"cpu/addressing.c"
+#include"cpu/6502.h"
+#include"cpu/addressing.h"
#include"cpu/core.h"
-#include"cpu/instructions.c"
-#include"cpu/table.c"
+#include"cpu/instructions.h"
+#include"cpu/table.h"
#define MEMORY_SIZE 4096