Search found 1593 matches
- Wed Sep 02, 2020 2:52 pm
- Forum: Support
- Topic: convert 360ko dump with a 360ko drive
- Replies: 16
- Views: 1161
Re: convert 360ko dump with a 360ko drive
Brighcaster is correct, the output image parameters, such as -oe are there to control the content of the output file if it should be different from the default settings. e.g. it is possible to change track order, or limit the output file to only to specific tracks. In this case you should use -oe, b...
- Sun Mar 31, 2019 12:13 pm
- Forum: Software Development
- Topic: CAPS library v5.1 - bug suspected
- Replies: 11
- Views: 5230
Re: CAPS library v5.1 - bug suspected
For the record, the correct fix (released with the new library sometime) is as follows: void CCapsImage::FindWeakBits() { PDISKTRACKINFO pti = di.pdt; // nothing to do if samples are not available if (pti->rawtrackcnt <= 0) return; // true if all the available revolutions should be returned int allr...
- Fri Mar 29, 2019 9:58 pm
- Forum: Software Development
- Topic: CAPS library v5.1 - bug suspected
- Replies: 11
- Views: 5230
Re: CAPS library v5.1 - bug suspected
It's been a while... but the next library release will fix this problem - not that anyone else has ever encountered it (apart from myself getting reminded by a regression test yesterday), but still...
Thanks again for reporting this!

Thanks again for reporting this!
- Sun May 27, 2018 6:10 am
- Forum: Support
- Topic: Monitor 4k and the Java GUI
- Replies: 1
- Views: 338
Re: Monitor 4k and the Java GUI
Just tried it on 4k myself.
You can just try and resize the window at the bottom right corner - however this does not seem to persist for subsequent launches.
The font size is not ideal either...
I'll let our Java GUI expert know about this and see if he has any advice.
You can just try and resize the window at the bottom right corner - however this does not seem to persist for subsequent launches.
The font size is not ideal either...
I'll let our Java GUI expert know about this and see if he has any advice.
- Sun May 27, 2018 5:58 am
- Forum: Support
- Topic: Firmware v3
- Replies: 3
- Views: 709
Re: Firmware v3
Additionally, the name of the firmware file is indeed firmware_kf_usb_rosalie.bin.
I think we may have to clarify in the manual that firmware.bin is not the actual file name - thanks
I think we may have to clarify in the manual that firmware.bin is not the actual file name - thanks

- Mon Apr 30, 2018 12:19 pm
- Forum: Support
- Topic: Questions about new Graph capability in DTC
- Replies: 16
- Views: 1806
Re: Questions about new Graph capability in DTC
The hardware sampling starts way before the samples are actually taken. For a "real" disk this should be more than enough, but I could create one where the signal would be incomplete. Regardless, the stream index decoder handles this - luckily simple to do mostly because the complex things...
- Mon Apr 30, 2018 12:11 pm
- Forum: Dumping
- Topic: Apple II disk Grrr.....
- Replies: 63
- Views: 9425
Re: Apple II disk Grrr.....
Please contact Rakki via PM.
- Fri Apr 27, 2018 11:34 pm
- Forum: Support
- Topic: Questions about new Graph capability in DTC
- Replies: 16
- Views: 1806
Re: Questions about new Graph capability in DTC
Actually, that case is handled by the stream decoder and there are dumps like that. However, the meaning of 0 is not what you expect - you'll see why from the decoder source. The problem is what happens at the very last index if that's a 0 value and sampling has stopped - as normally it does at that...
- Fri Apr 27, 2018 11:21 pm
- Forum: Dumping
- Topic: Apple II disk Grrr.....
- Replies: 63
- Views: 9425
Re: Apple II disk Grrr.....
Actually, the -a8 parameter depends on your flippy drive type, if it's a Panasonic flippy modded drive, chances are it should be -b-8
It is also very likely that what you need is -dd1, but as Rakki said please do test first what setting switches your drive into DD mode.
It is also very likely that what you need is -dd1, but as Rakki said please do test first what setting switches your drive into DD mode.
- Fri Apr 27, 2018 12:40 pm
- Forum: Dumping
- Topic: Apple II disk Grrr.....
- Replies: 63
- Views: 9425
Re: Apple II disk Grrr.....
Any kind of standard A2 disk can be decoded/verified fine, copy-protection related data or custom formats will need user defined formats for decoding. However, with DTC 2.72 or later you can use the consistency graphs to see the sample quality of the dump you made (thus know whether the disk should ...