From 9e2ce013ebcf17846f84549357b5715a48df659b Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Mon, 27 Mar 2023 20:25:33 +1100 Subject: +special debug commands, +instruction data --- applesystem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applesystem.h') 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. /* -- cgit v1.2.3