diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-11-28 02:51:33 +1100 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-11-28 02:51:33 +1100 |
commit | 2ded6baaab3946e461a7cf0b39618b31e5806c89 (patch) | |
tree | a30e4069d9c9e98e16651eadb0875d48ecc7c91e /src/apple.h | |
parent | d24ee5f20483aee9acbec9deb0dcc833d78cae49 (diff) |
days end
Diffstat (limited to 'src/apple.h')
-rw-r--r-- | src/apple.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/apple.h b/src/apple.h index a1d527d..64542de 100644 --- a/src/apple.h +++ b/src/apple.h @@ -1,11 +1,7 @@ #ifndef APPLE_H #define APPLE_H -#include"cpu/6502.h" -#include"cpu/addressing.h" -#include"cpu/core.h" -#include"cpu/instructions.h" -#include"cpu/table.h" +#include "cpu/core.h" #define MEMORY_SIZE 4096 |