Very nice!! As somebody who might like to use Gotek(s) on a Kaypro, did you use FlashFloppy? Would you post the config. files?
Roger
![]() |
![]() |
Type: Posts; User: norwestrzh
Very nice!! As somebody who might like to use Gotek(s) on a Kaypro, did you use FlashFloppy? Would you post the config. files?
Roger
>> Did you add a "b" to the mode parameter used in the fopen() call? ex "wb" or "wb+"
Thanks Gene. I didn't write the code, but just checked. The fopen specified "w" only. "wb" gets it working...
I just discovered that fwrite (binary I/O to a file) adds a line feed (0x0a) when it sees a carriage return (0x0D) in the stream. @:^0+ Not a very nice thing to do with binary data. Is there a...
Mt. Vernon --> check
22disk ---> check
Can't believe there's a Kaypro user right here in town!
Roger
It is fairly easy to find the program MFORM.COM, but apparently MDRIVE.COM is not so easy to find. If you have access to the RLEE archive, you can find a number of copies of MFORM.COM there (look in...
Hi Mike,
My advice is not to bother with kermit. IMO it is a P.I.T.A. First the IOByte, and then setting up the handshake for your serial port. I gave up on Kermit a long time ago.
Why not...
I've got an MAI "mainfame" -- not sure of the model #. It was used in an office environment, supporting multiple terminals and a printer. It is a 68010 with a ~60 MB hard drive. The hard drive...
I have hard copy documentation for the Digital Research Display Manager, including a "function summary" booklet. All in great shape.
Free to anybody who will pay the postage to mail it. My contact...
I've been playing with some compilers that run in the CP/M (2.2) environment. Since I've finally got a stable, fast (16 MHz) homebrew Z80 SBC, with some usable tools (editors, file transport to/from...