From dc18f6d45fee4ea3505cc442ec07525f08fadbed Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Mon, 14 Mar 2016 16:23:59 +1100 Subject: [PATCH] Update README.md --- 019.hori_scroll/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/019.hori_scroll/README.md b/019.hori_scroll/README.md index 312e0c3..ac30a81 100644 --- a/019.hori_scroll/README.md +++ b/019.hori_scroll/README.md @@ -33,7 +33,7 @@ Calculate the number of bits to scroll: and.l #$F,d1 move.l #$F,d0 sub.l d1,d0 ; bits to delay - ``` +``` Finally we set the delay for the pixel portion of the scroll in BPLCON1: