summaryrefslogtreecommitdiff
path: root/src/apple.h
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-11-29 17:38:56 +1100
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-11-29 17:38:56 +1100
commit44a1ea6542c812b173fb9685837c0b2fdc6a7c61 (patch)
tree5ca86b97f79c38a07d4c532be6edcc12a887cbc1 /src/apple.h
parent8d3aaacf14997bbac177ae37ccab4618264cf29c (diff)
bug fix apple.c:9 + inconsequential refactoring
Diffstat (limited to 'src/apple.h')
-rw-r--r--src/apple.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/apple.h b/src/apple.h
index 988a297..5f38265 100644
--- a/src/apple.h
+++ b/src/apple.h
@@ -1,5 +1,4 @@
-#ifndef APPLE_H
-#define APPLE_H
+#pragma once
#include "cpu/core.h"
#include <stdio.h>
@@ -25,6 +24,4 @@ void AppleOn();
void AppleReset();
byte ToAppleAscii(char);
-byte ToRegularAscii(char);
-
-#endif
+byte ToAscii(char); \ No newline at end of file