1
0
mirror of https://github.com/cc65/cc65.git synced 2026-03-13 05:42:09 +00:00
Files
cc65/libsrc/apple2/cputc.s
Oliver Schmidt 1644bcdf03 Implemented line wrap.
According to https://github.com/cc65/wiki/wiki/Direct-console-IO it is undefined what happens when the end of the sceen is reached. But it is _not_ undefined what happens when the end of the line is reached. So implement the usual thing - which was easy enough to do after all.
2018-08-20 00:30:17 +02:00

2.8 KiB