diff options
Diffstat (limited to 'src/apple.c')
-rw-r--r-- | src/apple.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/apple.c b/src/apple.c index 3e3b928..dae09cc 100644 --- a/src/apple.c +++ b/src/apple.c @@ -1,14 +1,5 @@ #include"apple.h" -extern byte acc; -extern byte X; -extern byte Y; -extern byte P; -extern byte S; -extern address PC; -extern byte* Memory; -extern byte* ROM; - void AppleOn(){ Memory = calloc(MEMORY_SIZE, sizeof(byte)); initInstructionTable(); |