MiSTer-devel / C128_MiSTer

https://misterfpga.org
41 stars 8 forks source link

D81 formatting fails #9

Open rhester72 opened 1 year ago

rhester72 commented 1 year ago

Testing was performed on commit 7b4d77fb5ac05aca6c2428ad772017976d88951a

When attempting to format a d81/1581 image, formatting never complates. Steps to reproduce:

HEADER"MYDISK",IMD

The format attempt will never return. This does not occur with g71/1571.

eriks5 commented 1 year ago

This is an upstream issue. Formatting with the 1581 is not supported by the C64 core either. The write track functionality is not implemented: https://github.com/MiSTer-devel/C64_MiSTer/blob/master/rtl/iec_drive/fdc1772.v#L657

eriks5 commented 1 year ago

Tagged wrong issue