git @ Cat's Eye Technologies DiskSumo / 1a07e4d
Edit README. catseye 11 years ago
1 changed file(s) with 10 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
22
33 **DiskSumo** is a Commodore 64 BASIC program to dump an image of the
44 floppy disk in unit 8 (assumed to be a 1541 disk drive) over the RS-232
5 port via the XMODEM protocol.
5 port via the XMODEM protocol at 300 baud. It also provides rudimentary
6 directory-listing and dumb-terminal functions.
67
78 The file downloaded on the other end of the connection is usable as-is
89 as a `.d64` disk image file. Note, however, that it won't be able to
2526 to overcome is getting it onto your Commodore 64 in the first place. You
2627 will probably need to type it in.
2728
29 The program is menu-driven, so its usage should be self-explanatory. Hook
30 up a null modem cable between the Commodore 64 and another computer, start
31 a terminal program on that computer, and set the baud rate to 300. After
32 starting the XMODEM upload on the Commodore 64, start an XMODEM download
33 on the other computer. (You may have to stop the XMODEM download manually
34 after it is finished, as XMODEM is not a very sophisticated protocol, and
35 DiskSumo just barely implements it.)
36
2837 The name "DiskSumo" started life as a typo for "DiskDump".
2938
3039 [Bubble Escape 2K]: http://catseye.tc/projects/bubble-escape/