Slight graphic glitches when switching screens.

This commit is contained in:
Pecusx
2022-07-15 10:18:57 +02:00
parent b12ad5efed
commit 12150a47c1
4 changed files with 24 additions and 19 deletions
+4 -4
View File
@@ -1648,12 +1648,12 @@ EndPut4x4
.endp
.proc SetMainScreen
mva #0 dmactl
; mva #0 dmactls
VDLI DLIinterruptGraph ; jsr SetDLI for graphics (game) screen
mwa #dl dlptrs ; issue #72 (glitches when switches)
lda dmactls
and #$fc
ora #$02 ; 2=normal, 3 = wide screen width
lda #%00111110
; and #$fc
; ora #$02 ; 2=normal, 3 = wide screen width
sta dmactls
rts
.endp