summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/tools
Commit message (Collapse)AuthorAgeFilesLines
* docs: Removed unnecessary repetition in othertools.rst. (#12224) Angelo Salese2024-04-091-7/+9
|
* tools/chdman.cpp: Added support for extracting cue/bin GD-ROM images and ↵ 9871238791132024-03-311-0/+1
| | | | | | producing one binary file per track. (#12191) * Use --splitbin/-sb option for extractcd to produce one binary file per track. * When producing one binary file per track, the binary file name must contain a %t format conversion for the track number.
* tools/chdman.cpp: Fixed numerous issues, including: Vas Crabb2024-02-101-23/+86
| | | | | | | | | | | | | | | | | | | | | | | | Support input start/size options for createdvd. Fixed not reporting an error on unrecognised command line options. Fixed --fix/-f option for verify command not working. Report an error when conflicting options are supplied (e.g. hard disk template and C/H/S geometry, or input start offset in both bytes and hunks). Previously the results would be unpredictable. Detect more invalid combinations of options, and detect when output unit size or hunk size doesn't match parent. Changed order of processing options for createhd so using a template cannot not inadvertently result in an invalid combination of sector size and hunk size. Don't require an explicit unit size for createraw if an output parent CHD file is supplied. Fixed an object leak in createcd.
* chdman: Fixed a couple of issues and added preliminary web docs. Vas Crabb2024-02-055-14/+409
| | | | | | | | | | | | | tools/chdman.cpp: Added --hunksize/-hs option for createdvd command and default to 4K hunks (2 sectors, same size as hard disk hunks). Also removed --outputbin/-ob option from extractdvd command - it did nothing as it's CD-specific. docs: Added preliminary chdman documentation. Most common options have at least basic descriptions, supported options are listed for all commands, and supported compression algorithms are described. docs: Cleaned up heading levels in tools section.
* docs: Fixed a number of grammatical errors and editing errors. (#11578) Tom Cariello2023-10-011-2/+2
|
* Update docs on romcmp AJR2022-09-201-1/+7
|
* Spelling fix in castool documentation (nw) Nigel Barnes2018-03-061-2/+2
|
* More docs work: escapes, debugger update (nw) (#3168) Firehawke2018-02-051-17/+17
| | | | | | | | | | * Missed a couple escape sequences. (nw) * A little more escaping, acronym fixes, fix oddity in symlist (nw) * Update debugger internal help to match docs (nw) * Lowercasing for CPU in command parameters, fix casing on ASCII. (nw)
* Updated documentation for castool and added floptool (nw) Nigel Barnes2018-01-113-333/+376
|
* srcclean again (nw) Vas Crabb2016-11-302-21/+21
|
* Added documentation to main tree (nw) Miodrag Milanovic2016-08-244-0/+2249