diff options
author | B. Watson <yalhcru@gmail.com> | 2021-04-13 15:37:35 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-04-13 15:37:35 -0400 |
commit | eb76e647ae29b780c6dd5879f5ca84eb29fec8f8 (patch) | |
tree | fac1777115f5bd11e11e9f10517d5517a1669b10 /conio | |
parent | d7124327b9b6135cf6f4ec4ffbb64f25287577ac (diff) | |
download | taipan-eb76e647ae29b780c6dd5879f5ca84eb29fec8f8.tar.gz |
Save 2 bytes
Diffstat (limited to 'conio')
-rw-r--r-- | conio/cputc.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conio/cputc.s b/conio/cputc.s index 748eb00..4e29482 100644 --- a/conio/cputc.s +++ b/conio/cputc.s @@ -98,7 +98,7 @@ putchar: pla ; get char again ora _revflag - sta OLDCHR + ;sta OLDCHR ldy COLCRS sta (ptr4),y |