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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cpu/core.h b/src/cpu/core.h
new file mode 100644
index 0000000..4c338ab
--- /dev/null
+++ b/src/cpu/core.h
@@ -0,0 +1,9 @@
+#ifndef CPU_CORE_H
+#define CPU_CORE_H
+
+typedef unsigned char
+ byte;
+typedef unsigned short
+ address;
+
+#endif \ No newline at end of file