Fixed stupid adressing mode bug.
Thanks Greg for pointing out :-)
This commit is contained in:
@@ -55,7 +55,7 @@ initmcb:
|
|||||||
sta IndReg
|
sta IndReg
|
||||||
|
|
||||||
lda _mouse_def_pointercolor
|
lda _mouse_def_pointercolor
|
||||||
ldy VIC_SPR0_COLOR + MOUSE_SPR
|
ldy #VIC_SPR0_COLOR + MOUSE_SPR
|
||||||
sta (vic),y
|
sta (vic),y
|
||||||
|
|
||||||
stx IndReg
|
stx IndReg
|
||||||
|
|||||||
Reference in New Issue
Block a user