1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

FIX label for setpixelmode

This commit is contained in:
jede 2017-10-23 23:25:08 +02:00
parent aaf8863de5
commit 3bc0843afc

View File

@ -255,14 +255,16 @@ GETDEFPALETTE:
;
SETPIXEL:
lda #$80
SETPIXELSETMODE:
sta HRSFB
lda X1
sta HRS1
lda Y1
sta HRS2
lda #$80
sta HRSFB
BRK_TELEMON(XCURSE)