mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +00:00
FIX label for setpixelmode
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user