summaryrefslogtreecommitdiff
path: root/src/apple.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apple.h')
-rw-r--r--src/apple.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/apple.h b/src/apple.h
index 3a5bb97..d423074 100644
--- a/src/apple.h
+++ b/src/apple.h
@@ -20,8 +20,10 @@
#define DSP 0xD012
#define DSP_CR 0xD013
+#define BS 0xDF
+#define CR 0x8D
+#define ESC 0x9B
+
void AppleOn();
void AppleReset();
-
-//byte ToAppleAscii(char);
-//byte ToAscii(char);
+byte UserInput();