• Secret Missions

  • by AgentFriday

I guess my greatest goal in retrocomputing is to show what the C64 could have been if things were done differently. I try to tackle some of the technical problems that tend to get in the way of people accomplishing more. Some of my ongoing projects are: * modBASIC (a basic extension adding some features of modular programming) * easyDisk (a driver that lets you use an Easy Flash cart as a disk drive) * API Framework (a way to load modular drivers anywhere in memory) * Annotated ROM Disassembly

Mar
14

Direct Drive-to-Drive Copy <part 1>

Commodore's serial bus protocol (a.k.a. IEC bus) seems to be designed in such a way that you could easily tell one drive to send data directly to another, taking the C64 out of the picture. Here I explore that idea. Read more...