summaryrefslogtreecommitdiff
path: root/src/apple.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apple.h')
-rw-r--r--src/apple.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/apple.h b/src/apple.h
index ea1f04e..988a297 100644
--- a/src/apple.h
+++ b/src/apple.h
@@ -2,6 +2,7 @@
#define APPLE_H
#include "cpu/core.h"
+#include <stdio.h>
#include <stdlib.h>
#define MEMORY_SIZE 4096
@@ -21,7 +22,9 @@
#define DSP_CR 0xD013
void AppleOn();
-
void AppleReset();
-#endif \ No newline at end of file
+byte ToAppleAscii(char);
+byte ToRegularAscii(char);
+
+#endif