From 67b21539f6d69778f8a09226ff226382e1edef6e Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Fri, 4 Mar 2016 11:14:48 +1100 Subject: [PATCH] Update README.md --- 007.masked_blit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/007.masked_blit/README.md b/007.masked_blit/README.md index 3582014..132e022 100644 --- a/007.masked_blit/README.md +++ b/007.masked_blit/README.md @@ -41,7 +41,7 @@ Then we read D column from bottom up to give us the logic function minterm: 11001010 = $ca ``` -This is then ready to be used in the LF-17 bits of the [BLTCON0](http://amigadev.elowar.com/read/ADCD_2.1/Hardware_Manual_guide/node001A.html) register setup. +This is then ready to be used in the LF1-7 bits of the [BLTCON0](http://amigadev.elowar.com/read/ADCD_2.1/Hardware_Manual_guide/node001A.html) register setup. [imagecon](../tools/imagecon) generates the interleaved mask bitplanes for the A channel.