diff options
Diffstat (limited to 'src/apple.h')
-rw-r--r-- | src/apple.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/apple.h b/src/apple.h index f7829e5..57c8fe6 100644 --- a/src/apple.h +++ b/src/apple.h @@ -4,8 +4,6 @@ #include <stdio.h> #include <stdlib.h> -#define MEMORY_SIZE 0x0400 - #define KBD 0xD010 #define KBD_CR 0xD011 #define DSP 0xD012 @@ -15,6 +13,6 @@ #define CR 0x8D #define ESC 0x9B -void AppleOn(); +void AppleOn(int memory); void AppleReset(); byte UserInput(); |