|
|
|
|
|
by vidarh
4307 days ago
|
|
8 IO ports. The C64 uses 4 of them for bank switching, and 3 of them to control the tape drive. I seem to remember the 1541 can work with a 6510 too. And the C64 might possibly work with a 6502 too as long as you hardwire the right pins to +5 or ground to get the default memory banks (but the tape drive will be inaccessible). The 1541 also contains two IO chips - the 6522 VIA that are almost compatible with the 6526 CIA chips in the C64 to the extent that you can "repair" a C64 by pulling the IO chips from the disk drive. I did that as a temporary measure once or twice. They are pin compatible, but the 6522 lacks the real time clock of the 6526, but pretty much no software ever uses the realtime clock (the 6522 have timers instead). The 1541 really is a pretty complete computer. A lot of the early Commodore designs (and others) really foreshadow modern designs where everything has steadily moved to more CPUs again, unlike typical early PCs that burdened the main CPU too much (one of the reasons - in addition to the OS - that the Amigas felt so responsive even when compared against PCs with faster CPUs). A few years before it came on the market, people would've paid good money for a device like that to use it as a computer rather than a disk drive... |
|