Changes
/* Floppy Disk Drives */
* Marketing insisted on compatibility with the 1540 (the floppy drive sold with the Vic-20) which was slow because the shift register in the 6522 VIA chip didn't work, so bit shifting had to be done in software with the 6502 instead. Using the 6526 CIA chip instead would have fixed the problem.
* Then transfer had to go even slower because unlike the Vic-20, the 64's video chip has to completely take over the bus one out of every eight active scan lines.
Various solutions, like the Epyx FastLoad cartridge or the JiffyDOS ROM replacement, quickly emerged to fix the problem. DolphinDOS was even faster as it used a parallel cable between the C64 and the 1541 instead of the serial cable, bypassing the bit shifting issue entirely.
<gallery widths="160px" heights="120px" perrow="5">