Hi! For those out there who use cc65 to program the Apple2, I have a library online called ProDOSi. It is an API to the Apple2's ProDOS that is much more efficient than cc65's standard file I/O functions in that they don't require a lot of extra processing and don't need to usr malloc() to allocate the buffers. You can find it at c65 additions - Manage /util at SourceForge.net. Try it out! I also have a replacement for cc65's text I/O called A2SimpleIO. It is at c65 additions - Manage /ui at SourceForge.net. BTW, I'm working on a text adventure right now and have a preview online, but, since then, I updated it heavily. Does anybody here want a link?
cc65 users: ProDOSi, an API to ProDOS
December 16, 2025 - 9:09am
#1
cc65 users: ProDOSi, an API to ProDOS