diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-03 13:36:27 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-03 13:36:27 +1000 |
commit | c9df40c99f40418d869712b31de1b59d7654362f (patch) | |
tree | 86ee085c3df1e90fcdab0b1cc8a1e56c69df0a15 /applesystem.h | |
parent | 970f76b28ff07206b9e7bdfdce84a7bf8f5aecd0 (diff) |
removed some files
Diffstat (limited to 'applesystem.h')
-rw-r--r-- | applesystem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applesystem.h b/applesystem.h index a26aff7..469fcb3 100644 --- a/applesystem.h +++ b/applesystem.h @@ -1,7 +1,7 @@ typedef unsigned char byte; typedef unsigned short address; -byte acc, X, Y, P = 0x00; -address S = 0x0000; +byte acc, X, Y, P, S = 0x00; +address PC = 0x0000; byte Memory[4096]; // TO DO. Add expansion capability to memory. /* |