From 438ac12be4ca7778ba584c8e48b4f81cb0ff6c0c Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Fri, 27 Nov 2020 11:44:50 +0300 Subject: [PATCH] fix typo from unintended search/replace --- glide3x/sst1/incsrc/sst.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glide3x/sst1/incsrc/sst.h b/glide3x/sst1/incsrc/sst.h index 53ed04a..6338707 100644 --- a/glide3x/sst1/incsrc/sst.h +++ b/glide3x/sst1/incsrc/sst.h @@ -724,14 +724,14 @@ typedef struct sstregs { // THE CHIP //======================================================================== // Please treat as the SST-96 area. -// These beFxI32 in the SST_CHROMARANGE register +// These belong in the SST_CHROMARANGE register #define SST_CHROMARANGE_BLUE_EX BIT(24) // Blue value in exclusive mode #define SST_CHROMARANGE_GREEN_EX BIT(25) // Green value in exclusive mode #define SST_CHROMARANGE_RED_EX BIT(26) // Red value in exclusive mode #define SST_CHROMARANGE_BLOCK_OR BIT(27) // Union of all colors. #define SST_ENCHROMARANGE BIT(28) -// These beFxI32 in the clipLeftRight and clipTopBottom Registers. +// These belong in the clipLeftRight and clipTopBottom Registers. #define SST_ENRECTCLIP01 BIT(31) // #define SST_RECTCLIP_EX BIT(31) //