From 44a1ea6542c812b173fb9685837c0b2fdc6a7c61 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Wed, 29 Nov 2023 17:38:56 +1100 Subject: bug fix apple.c:9 + inconsequential refactoring --- src/apple.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/apple.h') 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 @@ -25,6 +24,4 @@ void AppleOn(); void AppleReset(); byte ToAppleAscii(char); -byte ToRegularAscii(char); - -#endif +byte ToAscii(char); \ No newline at end of file -- cgit v1.2.3