diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-05-01 11:00:25 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-05-01 11:00:25 +1000 |
commit | 8f09f4249cec8ccc187b3f9ee5094fb3080900a9 (patch) | |
tree | fef74c955ebba3c7815e2981857a07c95b1a97c9 /headers/apple.h | |
parent | 138bb8eeb4b67ab17a6d77e7afa9cd265759da0d (diff) |
memory access thru function; will be vital later.
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 +} + + |