From 23a883f7b761ab32892c68ee8700aaaaca2adafb Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Thu, 10 Mar 2016 10:44:06 +1100 Subject: [PATCH] Update README.md --- 014.lace_mode/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/014.lace_mode/README.md b/014.lace_mode/README.md index 4fb81e0..27306f6 100644 --- a/014.lace_mode/README.md +++ b/014.lace_mode/README.md @@ -5,7 +5,7 @@ For interlace mode, we can enable it by simply setting the LACE bit in BPLCON0: ``` move.w #(SCREEN_BIT_DEPTH<<12)|COLOR_ON|HOMOD|LACE,BPLCON0(a6) -`` ` +``` Now each alternating frame will be offset vertically by half a scan line. @@ -24,7 +24,7 @@ So for this to work, we need to make some other changes. Firstly we need twice Then, during the vertical blank, depending on the LOF bit in the VPOSR register, we install the correct copper list: - ``` + ``` .mainLoop: bsr waitVerticalBlank