From a1ec92dbebf6ae80187ba6247ac7aeffa21d202b Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Fri, 4 Mar 2016 11:12:13 +1100 Subject: [PATCH] Small typo --- 006.simple_blit/blit.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/006.simple_blit/blit.s b/006.simple_blit/blit.s index 343bb25..dcbe1b0 100644 --- a/006.simple_blit/blit.s +++ b/006.simple_blit/blit.s @@ -126,7 +126,7 @@ TC_XPOS_BYTES equ (TC_XPOS)/8 ;; 1 1 0 1 ;; 1 1 1 1 ;; -;; then read D column from bottom up = 1111000 = $f0 +;; then read D column from bottom up = 11110000 = $f0 ;; this is used in the LF? bits BLIT_LF_MINTERM equ $f0 BLIT_A_SOURCE_SHIFT equ 0