removed visual glitch

This commit is contained in:
alpine9000
2016-04-25 15:18:12 +10:00
parent 4e1c89ce20
commit c8c9b2b971
+4 -2
View File
@@ -94,6 +94,7 @@ Reset:
MainLoop:
MOVE.W #$0024,BPLCON2(a6)
move.l #0,frameCount
SetupBoardLoop:
add.l #1,frameCount
move.l frameCount,d6
@@ -219,14 +220,15 @@ ShowMessagePanel:
jsr WaitVerticalBlank
lea mpanelCopperList,a0
move.l a0,COP1LC(a6)
move.w COPJMP1(a6),d0
;; move.w COPJMP1(a6),d0
rts
HideMessagePanel:
jsr WaitVerticalBlank
lea copperList,a0
move.l a0,COP1LC(a6)
move.w COPJMP1(a6),d0
;; move.w COPJMP1(a6),d0
rts
HoriScrollPlayfield: