The following lines were added (+) and removed (-):
== ADTPro for the IIc ==This is a way to transfer data from that old Apple 2c to a modern PC. ADTPro is a SourceForge project.* http://adtpro.sourceforge.netNote that the original IIc motherboard is not able to operate the serial port at speeds higher than 300 baud, making serial transfers with that version unsupported. You can check the revision of your IIc by checking memory location 64447::* if PRINT PEEK(64427) returns 255, you have an original IIc (ROM revision '255').:* if PRINT PEEK(64427) returns 0, you have an IIc with UniDisk 3.5 inch drive support (ROM revision '0').:* if PRINT PEEK(64427) returns 3, you have an IIc with memory expansion support (ROM revision '3').:* if PRINT PEEK(64427) returns 4, you have an IIc with a modified/fixed version of memory expansion support (ROM revision '4').:* if PRINT PEEK(64427) returns 5, you have an Apple IIc Plus (ROM revision '5').