mirror of
https://github.com/dschmenk/PLASMA.git
synced 2026-04-19 09:23:06 +00:00
Remove unneccesary return value from putchars
This commit is contained in:
@@ -229,9 +229,6 @@ asm a2putchars(cnt, chrs)
|
||||
DEC ESTKL+1,X
|
||||
BNE -
|
||||
EXA2PC INX
|
||||
LDA #$00
|
||||
STA ESTKL,X
|
||||
STA ESTKH,X
|
||||
BIT LCRDEN+LCBNK2
|
||||
RTS
|
||||
end
|
||||
@@ -293,9 +290,6 @@ TXTATTR = $32
|
||||
PLA
|
||||
STA TXTATTR
|
||||
EXA2UPC INX
|
||||
LDA #$00
|
||||
STA ESTKL,X
|
||||
STA ESTKH,X
|
||||
BIT LCRDEN+LCBNK2
|
||||
RTS
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user