diff --git a/024.simple_text/bin/simple_text.adf b/024.simple_text/bin/simple_text.adf new file mode 100644 index 0000000..41ca7cd Binary files /dev/null and b/024.simple_text/bin/simple_text.adf differ diff --git a/024.simple_text/blit.s b/024.simple_text/blit.s index 1d37317..0157e37 100644 --- a/024.simple_text/blit.s +++ b/024.simple_text/blit.s @@ -20,7 +20,7 @@ BlitFillColor: move.w #BLIT_DEST|$FF,d5 ; yes ? all ones bra .doblit .zero - move.w #BLIT_DEST|$0,d5 ; no ? all zeros + move.w #BLIT_DEST|$0,d5 ; no ? all zeros .doblit WaitBlitter diff --git a/024.simple_text/constants.i b/024.simple_text/constants.i index 69209f8..680a982 100644 --- a/024.simple_text/constants.i +++ b/024.simple_text/constants.i @@ -1,4 +1,4 @@ -MASKED_FONT equ 0 +MASKED_FONT equ 1 if MASKED_FONT==1 BACKGROUND_COLOR equ 4 diff --git a/024.simple_text/simple_text.s b/024.simple_text/simple_text.s index 7691b2e..31897b8 100644 --- a/024.simple_text/simple_text.s +++ b/024.simple_text/simple_text.s @@ -25,7 +25,6 @@ Entry: move.w #(INTF_SETCLR|INTF_VERTB|INTF_INTEN),INTENA(a6) move.w #(DMAF_BLITTER|DMAF_SETCLR!DMAF_MASTER),DMACON(a6) - move.l onscreen,a0 move.l #BACKGROUND_COLOR,d0 move.w #SCREEN_HEIGHT,d1 @@ -48,7 +47,7 @@ MainLoop: move.l offscreen,a0 move.l #BACKGROUND_COLOR,d0 move.w #FONT_HEIGHT,d1 - move.l ypos,d2 ; ypos + move.l ypos,d2 jsr BlitFillColor move.l offscreen,a0