From ea17972ee8b066b9c069153eae57f75e04a67167 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Fri, 30 Dec 2022 01:15:44 -0500 Subject: [PATCH] Fixed messed up comment. --- auxmem.shr.s | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/auxmem.shr.s b/auxmem.shr.s index 747dd21..f706287 100644 --- a/auxmem.shr.s +++ b/auxmem.shr.s @@ -555,16 +555,7 @@ SHRCLEAR PHP ; Disable interrupts * Set text colour -* A=gfx colour, X=gcol action -* GCOL actions: -* 0 = SET pixel -* 1 = ORA with pixel -* 2 = AND with pixel -* 3 = XOR with pixel -* 4 = NOT pixel -* 5 = NUL no change to pixel -* 6 = CLR clear pixel to background -* 7 = UND undefined +* A=text colour SHRSETTCOL PHA LDX VDUPIXELS ; Pixels per byte CPX #$02 ; 2 is 320-mode (MODE 1)