From 79456640c548cff9125a5ba137538642e3c41141 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Tue, 12 Dec 2023 10:29:53 +1100 Subject: added cmd args; changed video implementation --- src/apple.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/apple.h') 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 #include -#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(); -- cgit v1.2.3