mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Fixed stupid adressing mode bug.
Thanks Greg for pointing out :-)
This commit is contained in:
parent
ccc7c2b1f9
commit
c4966ac6a6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user