pedgarcia / cpcsdk

Automatically exported from code.google.com/p/cpcsdk
0 stars 0 forks source link

cpcfs doesn't work anymore with real dsk #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is a problem with guessing geometry since modifications has been done
for the parados format.

Here is the output of the problem :
bart% cpcfs test.dsk f
cpcfs (c) Ramlaid (Sep 22 2008)

bart% cpcfs test.dsk i
cpcfs (c) Ramlaid (Sep 22 2008)

std::exceptionError opening dsk : unknown geometry

And here is the expected output :

bart% cpcfs test.dsk f
cpcfs (c) Ramlaid (Sep 14 2008)

bart% cpcfs test.dsk i
cpcfs (c) Ramlaid (Sep 14 2008)

DSK     : test.dsk
NbTracks        : 40
Sector base     : 193
NbSectors       :9
Sector size     :512

Original issue reported on code.google.com by giot.romain on 22 Sep 2008 at 8:44

GoogleCodeExporter commented 9 years ago
Guessing geometry (and other operation) works.
Formating seems broken, however. Please create your imagefiles with iDSK :o)

Original comment by pulkoma...@gmail.com on 23 Sep 2008 at 4:10

GoogleCodeExporter commented 9 years ago
Fixed in r42. I forgot to add break; when changing an if/else to switch/case, 
causing the wrong driver to be used :/

Original comment by pulkoma...@gmail.com on 23 Sep 2008 at 7:35