diff options
Diffstat (limited to 'headers/apple.h')
-rw-r--r-- | headers/apple.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/headers/apple.h b/headers/apple.h index b17124b..55ddaa3 100644 --- a/headers/apple.h +++ b/headers/apple.h @@ -10,4 +10,6 @@ void AppleReset(){ idata.cycles = 0; idata.length = 0; idata.add = 0; idata.value = 0; free(Memory); Memory = calloc(MEMORY_SIZE, sizeof(byte)); -}
\ No newline at end of file +} + + |