Skip to content

Commit

Permalink
Revert "Add support for BBC DDFS disks/drives"
Browse files Browse the repository at this point in the history
This reverts commit c81fcce.

DDFS was a double density DFS, deployed by Watford (and others) with
their 1770 disk interface - it's an MFM format, and could be 40 or 80
track, single or double sided (not interleaved). 80 track FM was
simply 80 track DFS format (again, single or double sided not
interleaved). Check here for more detail:
https://stardot.org.uk/forums/viewtopic.php?p=390348#p390348
  • Loading branch information
drdpj authored and keirf committed May 31, 2024
1 parent 37e5fce commit f8cb1af
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/greaseweazle/data/diskdefs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -131,20 +131,6 @@ disk acorn.dfs.ss
end
end

disk acorn.ddfs.ss
cyls = 80
heads = 1
tracks * ibm.fm
secs = 10
bps = 256
iam = no
gap3 = 21
id = 0
cskew = 3
rate = 125
end
end

disk acorn.dfs.ds
cyls = 40
heads = 2
Expand Down

0 comments on commit f8cb1af

Please sign in to comment.