Improved consistency of notation for return value promotion.
This commit is contained in:
@@ -342,7 +342,7 @@ GETPIXEL:
|
||||
lda #$03 ; 3 (white)
|
||||
: bcc :+
|
||||
adc #$03 ; += 4 (black -> black2, white -> white2)
|
||||
: ldx #$00
|
||||
: ldx #>$0000
|
||||
bit $C080 ; Switch in LC bank 2 for R/O
|
||||
rts
|
||||
|
||||
|
||||
@@ -321,7 +321,7 @@ GETPIXEL:
|
||||
jsr SCRN
|
||||
tax
|
||||
lda COL2TGI,x
|
||||
ldx #$00
|
||||
ldx #>$0000
|
||||
bit $C080 ; Switch in LC bank 2 for R/O
|
||||
rts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user