From 0a6e9b90ff5ae4966312169d95d727d14a031d1d Mon Sep 17 00:00:00 2001 From: 4am Date: Mon, 7 Oct 2019 23:24:13 -0400 Subject: [PATCH] . --- src/constants.a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.a b/src/constants.a index 0a15e841c..deb168b85 100644 --- a/src/constants.a +++ b/src/constants.a @@ -63,7 +63,7 @@ zpMachineStatus= $F0 ; bit 7 = 1 if machine has joystick ; bit 5 = 1 if machine has a VidHD card ; bit 4 = 1 if machine is a IIgs ; only used during init, then copied to MachineStatus in LC RAM -zpCharMask = $F1 ; only uesd during init, then clobbered +zpCharMask = $F1 ; only used during init, then clobbered ; zero page PARAM = $00 ; word (used by PARAMS_ON_STACK macro, so basically everywhere)