We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From giot.romain on September 22, 2008 22:44:11
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: http://code.google.com/p/cpcsdk/issues/detail?id=7
The text was updated successfully, but these errors were encountered:
From pulkoma...@gmail.com on September 23, 2008 09:10:50
Guessing geometry (and other operation) works. Formating seems broken, however. Please create your imagefiles with iDSK :o)
Sorry, something went wrong.
From pulkoma...@gmail.com on September 23, 2008 12:35:05
Fixed in r42 . I forgot to add break; when changing an if/else to switch/case, causing the wrong driver to be used :/
Status: Fixed
No branches or pull requests
From giot.romain on September 22, 2008 22:44:11
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: http://code.google.com/p/cpcsdk/issues/detail?id=7
The text was updated successfully, but these errors were encountered: