adding missing VIC register definition to c64.inc

This commit is contained in:
gorlik 2021-09-13 12:27:37 -07:00 committed by Oliver Schmidt
parent 6637e28831
commit 1918f0ac9b
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ VIC_SPR_EXP_Y := $D017
VIC_SPR_EXP_X := $D01D
VIC_SPR_MCOLOR := $D01C
VIC_SPR_BG_PRIO := $D01B
VIC_SPR_COLL := $D01E
VIC_SPR_BG_COLL := $D01F
VIC_SPR_MCOLOR0 := $D025
VIC_SPR_MCOLOR1 := $D026