and support routines for conio, scrolling, color setting, etc...
bgcolor and textcolor routines in these color text modes control color of next characters printed.
80 column color mode has accelerated GPU scrolling ( otherwise there is too much visible lag between pattern table scroll and attribute table scroll )
All the hard stuff was PeteE, I just refactored some things so the binaries could contain all the routines without resorting to compiler flags, while keeping the linked programs trim if they don't use these modes.
Adds:
and support routines for conio, scrolling, color setting, etc...
bgcolor and textcolor routines in these color text modes control color of next characters printed. 80 column color mode has accelerated GPU scrolling ( otherwise there is too much visible lag between pattern table scroll and attribute table scroll )
All the hard stuff was PeteE, I just refactored some things so the binaries could contain all the routines without resorting to compiler flags, while keeping the linked programs trim if they don't use these modes.