tschak909 / platoterm64

PLATOTerm for the Commodore 64
GNU General Public License v3.0
35 stars 11 forks source link

Desperately Need faster text output #4

Closed tschak909 closed 5 years ago

tschak909 commented 6 years ago

We need much faster text output, that takes the 6x5 font data in the character set, and transfers it to the display, but with transfer modes:

I can of course figure this all out on my own, and spend months doing so...would really like some help.

-Thom

dankreek commented 6 years ago

I wouldn't mind helping out on this project. I've actually got a couple working C64's myself. May need a bit of help with the toolchain, however. I'm guessing this is all in gcc outputting 6502, but where does the c64.h header come from?

tschak909 commented 6 years ago

This is done entirely in CC65, a cross compiling toolchain that outputs native 6502 code. It supports a huge chunk of modern C.

http://github.com/cc65/cc65

dankreek commented 6 years ago

Awesome! I'm finishing up a C64 joystick microcontroller project at the moment but I'll try and get a dev environment working on my machine and start playing around with this. Sounds fascinating!

tschak909 commented 5 years ago

Thanks to Flashjazzcat (Jon Halliday), Atari now has this. Now need for Commodore and Apple. Will bifurcate for seperate targets and close this issue.