diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-08-15 17:03:03 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-08-15 17:03:03 +1000 |
commit | dc2e476c52a24ca910d2c1e60347fd5bce889169 (patch) | |
tree | fdb37eb252d2dd7cbf3f6eb7c8ba8ff3768ddf1a /src/apple.h | |
parent | db83125332af3622d5dfec5d73a93b7593898d5b (diff) |
forgone build process & misc stuff
Diffstat (limited to 'src/apple.h')
-rw-r--r-- | src/apple.h | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/src/apple.h b/src/apple.h index 01452cf..2fe3fcb 100644 --- a/src/apple.h +++ b/src/apple.h @@ -1,12 +1,12 @@ -#ifndef APPLE -#define APPLE +#ifndef APPLE_H +#define APPLE_H -#include"cpu/6502.h" -#include"cpu/addressing.h" +#include"cpu/6502.c" +#include"cpu/addressing.c" #include"cpu/core.h" -#include"cpu/instructions.h" -#include"cpu/table.h" +#include"cpu/instructions.c" +#include"cpu/table.c" #define MEMORY_SIZE 4096 @@ -28,8 +28,4 @@ void AppleOn(); void AppleReset(); -byte getMemory(address x); - -void setMemory(address x, byte y); - #endif
\ No newline at end of file |