xlar54 / ultimateii-dos-lib

cc65 library for accessing the DOS and network functions of the Ultimate II+ cartridge and Ultimate 64 motherboard
GNU General Public License v3.0
60 stars 13 forks source link

Optimization #4

Closed sblendorio closed 5 years ago

sblendorio commented 5 years ago

There are a bunch of optimizations: now the output on the screen is much faster that before, 'cos using putchar(c) instead of printf("%c",c). Tried 832 as buffer size and it worked.

Removed a bunch of useless ASM code.

Still no cursor in 128/80column mode: working on it.