summaryrefslogtreecommitdiff
path: root/applesystem.h
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-03-27 20:25:33 +1100
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-03-27 20:25:33 +1100
commit9e2ce013ebcf17846f84549357b5715a48df659b (patch)
tree596fdbe78a8201151bf06ff895a0c09af707f683 /applesystem.h
parentcd50e11648971a3fbdc3936839f4a5401e3a9d29 (diff)
+special debug commands, +instruction data
Diffstat (limited to 'applesystem.h')
-rw-r--r--applesystem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/applesystem.h b/applesystem.h
index 9b3dd1c..bf94a72 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;
-unsigned short S = 0x0000;
+byte acc, X, Y, P = 0x00;
+address S = 0x0000;
byte Memory[4096]; // TO DO. Add expansion capability to memory.
/*