mirror of
https://github.com/cc65/cc65.git
synced 2025-08-05 17:25:17 +00:00
Fixed stupid adressing mode bug.
Thanks Greg for pointing out :-)
This commit is contained in:
@@ -55,7 +55,7 @@ initmcb:
|
||||
sta IndReg
|
||||
|
||||
lda _mouse_def_pointercolor
|
||||
ldy VIC_SPR0_COLOR + MOUSE_SPR
|
||||
ldy #VIC_SPR0_COLOR + MOUSE_SPR
|
||||
sta (vic),y
|
||||
|
||||
stx IndReg
|
||||
|
Reference in New Issue
Block a user