-
Hi Keir, Thanks for the great software FlashFloppy. If you are interested, it works like a charm in a Gould Logic Analyser K105 with a strange version of CP/M86 and replaces one of the 5,25" DD drives. I have some vintage Hewlett Packard test equipment. HP used a lot Sony MP-F52W drives. These drives are somehow special: They are DD drives with 1MB unformatted capacity, but they spin at 600rpm (instead of normal 300rpm), so the data rate of MFM encoding is 500Kbit/s (instead of 250KBit/s for normal DD drives). There is a hint (https://www.rudiswiki.de/wiki9/HxCFloppyDiskEmulator) that HxC-Software can be used, if you have
I think by patching the image HxC emits the correct INDEX pulses, but will not if you try to format a new disk with it. The HP uses LIF file system on 77 or 79 cylinders with 256Byte or 1024 Byte sectors. Furthermore, the HP uses some kind of "copy protection" on cylinder 78ff or 80 with strange sectors (probably sectors with odd numbers). Problem is, I don't have those floppy, but I have images (IMD and TD0) of the lower 77 cylinders. They are meant to be copied to a disk that is formatted in the HP. So is there a possibility to emulate such a drive with 600rpm (INDEX pulses), so I can "format" a floppy image in the Gotek with FlashFloppy? If this is possible I can copy the lower cylinders to the images and have functional images. Unfortunately my Sony driv e is borked (and a normal drive will not work due to the wrong speed)... I am able to assist with Logic Analyzer traces (hopefully, I am just repairing it). Furthermore: I have one old Gotek left with genuine STM32. Currently it seems I can only get Artery 32F415, not the 2022 version with 32F435. Would this matter in any way? Regards, Bernd |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Well, to answer my own question: It is possible to emulate the Sony drive. FF.CFG contains:
IMG.CFG contains (with the odd sector ids the HP is working with, got these hints from the logging firmware):
Images are 655360 bytes (80216*256) in size. |
Beta Was this translation helpful? Give feedback.
-
With some help from Keir I was able to get it fully working. The trick was to use HFE files, not RAW images, as the instrument places sector headers with different track ids on the disc. An empty created HFE file (80 cylinders, 2 sides, 16 sectors, 256btes per sector, MFM, data rate 500, rpm 600) can be formatted with the instrument. Images made with Teledisk could be converted to HFE, then patched to the higher data rate. They are working fine. |
Beta Was this translation helpful? Give feedback.
-
I’ve been doing similar with an HP1652B, but using HxC. Didn’t find your post till now. I have a dual drive configuration with the floppy and the Gotek together. When I need to switch I power down the floppy and enable the Gotek. My intent is to boot on the floppy (successfull), and format the Gotek. This completes but checking the Gotek always shows “Disk not supported”. Btw the USB is formatted with the HxC firmware by the push button menu. Any suggestions. |
Beta Was this translation helpful? Give feedback.
With some help from Keir I was able to get it fully working. The trick was to use HFE files, not RAW images, as the instrument places sector headers with different track ids on the disc. An empty created HFE file (80 cylinders, 2 sides, 16 sectors, 256btes per sector, MFM, data rate 500, rpm 600) can be formatted with the instrument. Images made with Teledisk could be converted to HFE, then patched to the higher data rate. They are working fine.