mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-04-09 11:37:14 +00:00
Removed redundant RTS
This commit is contained in:
parent
f1173947bf
commit
209a8e8201
@ -399,7 +399,6 @@ PUTCURSOR TAX ; Preserve character
|
||||
JMP PUTCHRC
|
||||
:SHR TXA ; Recover character
|
||||
JMP SHRCURSOR
|
||||
RTS
|
||||
|
||||
|
||||
* Wrapper around OUTCHARCP used when drawing copy cursor
|
||||
@ -411,7 +410,6 @@ PUTCOPYCURS TAX ; Preserve character
|
||||
:SHR TXA ; Recover character
|
||||
JSR SHRCURSOR
|
||||
JMP OUTCHARCP2
|
||||
RTS
|
||||
|
||||
|
||||
* OSBYTE &87 - Read character at cursor
|
||||
|
Loading…
x
Reference in New Issue
Block a user