diff options
Diffstat (limited to 'src/apple.h')
-rw-r--r-- | src/apple.h | 7 |
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 |