Skip to content

Commit

Permalink
Update options.ixx to reflect changes in drive.ixx
Browse files Browse the repository at this point in the history
  • Loading branch information
smesgr9000 authored and superg committed Dec 16, 2023
1 parent 61a1cc9 commit 18e4e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions options.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,12 @@ export struct Options
LOG("\t--overwrite \toverwrites previously generated dump files");
LOG("");
LOG("\t(drive configuration)");
LOG("\t--drive-type=VALUE \toverride drive type, possible values: GENERIC, PLEXTOR, LG_ASUS");
LOG("\t--drive-type=VALUE \toverride drive type, possible values: GENERIC, PLEXTOR, LG_ASU2, LG_ASU3, LG_ASU8, LG_ASU83");
LOG("\t--drive-read-offset=VALUE \toverride drive read offset");
LOG("\t--drive-c2-shift=VALUE \toverride drive C2 shift");
LOG("\t--drive-pregap-start=VALUE \toverride drive pre-gap start LBA");
LOG("\t--drive-read-method=VALUE \toverride drive read method, possible values: BE, D8, BE_CDDA");
LOG("\t--drive-sector-order=VALUE \toverride drive sector order, possible values: DATA_C2_SUB, DATA_SUB_C2");
LOG("\t--drive-sector-order=VALUE \toverride drive sector order, possible values: DATA_C2_SUB, DATA_SUB_C2, DATA_SUB, DATA_C2");
LOG("");
LOG("\t(drive specific)");
LOG("\t--plextor-leadin-skip \tskip dumping lead-in using negative range");
Expand Down

0 comments on commit 18e4e22

Please sign in to comment.