Skip to content

Commit 4bc812f

Browse files
committed
Added last two labels on Vic2
1 parent 332b8e3 commit 4bc812f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/vic2.asm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
.label SPRITE_5_COLOR = VIC2 + $2C
6565
.label SPRITE_6_COLOR = VIC2 + $2D
6666
.label SPRITE_7_COLOR = VIC2 + $2E
67+
.label XSCAN = VIC2 + $2F
68+
.label CLKRATE = VIC2 + $30
6769

6870
/*
6971
Vic-II sprite movement

0 commit comments

Comments
 (0)