cc65 users: ProDOSi, an API to ProDOS

1 post / 0 new
Offline
Last seen: 4 days 7 hours ago
Joined: Nov 12 2022 - 16:50
Posts: 224
cc65 users: ProDOSi, an API to ProDOS

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?