1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-20 12:52:00 +00:00
Files
open-simh.simh/AltairZ80
Patrick Linstruth f5a6fd869c AltairZ80: Corrects bug in ICOM floppy device
A hobbyist found an original FDOS for 8" drives (FD360, FD3712) that
has turned up a bug in both the FDC+ and AltairZ80 implementation of
the FD3712.

In the FDC+, the data pointer into the 128 byte write "shift register"
is reset upon receipt of a CLEAR command. The real hardware never
resets the shift register, so software should not adjust the pointer
either. AltairZ80 may need the same adjustment.
2026-04-30 10:37:43 -04:00
..
2011-04-15 08:35:54 -07:00
2011-04-15 08:35:54 -07:00
2024-06-08 13:55:57 -04:00