Changes between Initial Version and Version 1 of CrO2


Ignore:
Timestamp:
Jan 15, 2012, 10:51:24 PM (12 years ago)
Author:
pulkomandy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CrO2

    v1 v1  
     1The CrO2 is an emulator for the MO5 storage device, a tape drive.
     2
     3The MO5 is a french microcomputer made by Thomson. The tape drive for this computer is not standard, as it performs signal cleanup and part of the decoding itself (with analogue electronics), and the communication with the computer is done at TTL levels. This make it very easy to replace the tape drive with an AVR microcontroller.
     4
     5== Features ==
     6 * Loads unprotected programs from a PC computer straight to the MO5
     7 * No read error problems
     8 * Up to 30% faster than standard tape drive with standard MO5 load code
     9
     10== Planned features ==
     11NOT READY YET !
     12 * Super-fast mode with direct TTL access and no modulation, for high-speed file transfers (needs dedicated MO5 loader).
     13 * Save from MO5 to PC
     14 * Load and save protected formats
     15 * Easy-to-use UI (graphical and command line) for host software
     16 * Host software for at least linux and windows.
     17 * Load RAW file and create tape-blocks from it automatically
     18
     19== Misc tech info ==
     20 * signal generation done using timer 1 in CTC mode and interrupts. Leaves CPU free to handle USB communication.
     21 * USB done with (of course) the V-USB stack
     22 * USB communications only on the default control endpoint
     23 * byte-level transfer on USB
     24 * Use V-USB dev board with no modifications
     25 * Host software loads K5/K7 files and extract blocks (shortens sync header, fix checksums)