Revert test change to interlace copperlists

This commit is contained in:
alpine9000
2016-03-25 13:11:03 +11:00
parent c4001b88e3
commit 0981a3b715
+2 -2
View File
@@ -89,12 +89,12 @@ Level3InterruptHandler:
if INTERLACE==1
btst #VPOSRLOFBIT,VPOSR(a6)
beq.s .lof
lea copperListAlternate,a0
lea copperList,a0
move.l a0,COP1LC(a6)
move.w COPJMP1(a6),d0
bra .done
.lof:
lea copperList,a0
lea copperListAlternate,a0
move.l a0,COP1LC(a6)
move.w COPJMP1(a6),d0
.done