Skip to content

Commit 06124eb

Browse files
Fixed zero paged registers for gtia.
1 parent 23a0a08 commit 06124eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ugbc/src/hw/gtia/vars.asm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ YSCROLL: .byte 0
7676
YSCROLLOFFSET: .byte 4, 3, 2, 1, 0, 7, 6, 5
7777
XSCROLLOFFSET: .byte 0, 1, 2, 3, 4, 5, 6, 7
7878

79-
PLOTDEST = $8a ; $8b
80-
PLOTCDEST= $8c ; $8d
81-
PLOTLDEST= $8e ; $8f
79+
PLOTDEST = $8c ; $8d
80+
PLOTCDEST= $8d ; $8e
81+
PLOTLDEST= $8f ; $90
8282

8383
BLITTMPPTR = $EE ; $EF
8484
BLITTMPPTR2 = $EC ; $ED

0 commit comments

Comments
 (0)