Page 1 of 1

My cc65 stuff online

Posted: Sun Jul 03, 2022 1:14 am
by HarryP2
Hi! I was just able to log on to this forum. Now, I have a lot of cc65 support programs, including stuff for the Vic20. They include CBMSImpleIO, a simplified, more efficient version of printf() and puts(); AdvSkelVIc65, a text adventure source code for the Vic20 and C16, and GenCartVic, a cartridge configuration and library. They are all at https://sourceforge.net/projects/cc65extra/files/. Try them out and tell me what you think!

MadLibVic now available!

Posted: Sun Jul 03, 2022 1:20 am
by HarryP2
Hi! I forgot to post about MadLibVic. It is a version of MadLib for the Vic20 with eight stories created by me. It is at https://sourceforge.net/projects/cc65extra/files/game/, but it has some typos. :( Try it out!

MadLibVic (split from: Welcome! Please add your programs.)

Posted: Sat Jul 09, 2022 10:16 am
by HarryP2
MadLibVic, programmed with cc65. Open-source. https://sourceforge.net/projects/cc65extra/files/game/

cc65 Optimizations Wanted!

Posted: Sat Jul 09, 2022 1:41 pm
by HarryP2
Hi! I have a lot of optimizations for cc65 code online. They are at https://sourceforge.net/projects/cc65extra/files/. However, I am looking for other optimizations suitable for cc65 programming, especially for my text adventure code and text compression. Any ideas?

cc65 Alt. Vic20 cart support

Posted: Sat Jul 30, 2022 7:36 am
by HarryP2
I'm sorry for SPAMming this forum, but I think I have something useful for cc65 programmers of the Vic20: a cartridge configs and libraries. They come in 8k and 16k varieties and support 0k, 3k and 8k memory expansions. The file for which to look is GenCartVic and is available at https://sourceforge.net/projects/cc65ex ... ry%20cfgs/. Try it out! :)

Re: cc65 Alt. Vic20 cart support

Posted: Sun Jul 31, 2022 1:50 am
by Mike
HarryP2 wrote:I'm sorry for SPAMming this forum, [...]
You can be sure that your activities here won't go unnoticed. Whether - whatever you write - they lead people to respond to your posts, is altogether another matter. Provoking moderator action most probably is not something you want.

cc65/Vic20 cartridge libraries

Posted: Sat Aug 13, 2022 1:48 pm
by HarryP2
I am sorry about the SPAM, but I want to advertise my cc65/Vic20 cartridge libraries. They come in both 8k and 16k formats and 0k, 3k and 8k memory extensions. If you only want a 4k cartridge, it should be easy to modify the 8k format. Combine it with CBMSimpleIO, and you can create very small programs for the format. It's called GenCartVic and can be found at https://sourceforge.net/projects/cc65ex ... ry%20cfgs/. Try it out! :)

Re: My cc65 stuff online

Posted: Mon Aug 29, 2022 4:39 am
by HarryP2
Hi! I have a cc65 code module for CBM targets that prints strings with embedded tokens and expands those tokens. It is called printtok.c and available at https://sourceforge.net/projects/cc65extra/files/ui/. Try it out and tell me what you think!