1
0
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:
Oliver Schmidt 2015-10-10 11:15:43 +02:00
parent ccc7c2b1f9
commit c4966ac6a6

View File

@ -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