mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +00:00
FIX label for setpixelmode
This commit is contained in:
parent
aaf8863de5
commit
3bc0843afc
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user