diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-07-27 11:36:01 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-07-27 11:36:01 +1000 |
commit | 9a6188f821b11b69fff3d3a303dbfcce2e52e6f4 (patch) | |
tree | b06aa0d876b19cca281cbc26db9086ab7241d6bd /src/apple.h | |
parent | b158eaeb489bce502198e844593b38a2f5f5b9ee (diff) |
refactoring of src/cpu/
Diffstat (limited to 'src/apple.h')
-rw-r--r-- | src/apple.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/apple.h b/src/apple.h index 5946374..036f48c 100644 --- a/src/apple.h +++ b/src/apple.h @@ -28,7 +28,6 @@ void AppleReset(){ } - byte getMemory(address x){ return Memory[x]; } |