Crates.io | d88dmp |
lib.rs | d88dmp |
version | 0.14.0 |
source | src |
created_at | 2022-01-30 16:17:13.735556 |
updated_at | 2022-04-14 15:04:22.887121 |
description | *.D88 file dump tool. |
homepage | |
repository | https://github.com/ORYZAPAO/d88dmp |
max_upload_size | |
id | 524108 |
size | 36,538 |
d88dmp is D88 file dump tool.
D88 file is disk Image for Retro PC, NEC PC-8801 Series, Sharp X1 Series, MSX etc..
The Output of d88dmp are shown below.
If you use --summary option, output disk header, track offset table and sector summary.
cargo install d88dmp
-->
I use ArchLinux, Intel Mac.
$ d88dmp <D88 Disk Image FIle>
d88dmp ver 0.14.0
ORYZA (https://github.com/ORYZAPAO)
D88 Disk Image Dump.
USAGE:
d88dmp [OPTIONS] <*.D88>
ARGS:
<*.D88> D88 Disk Image
OPTIONS:
-h, --help
Print help information
-n, --no-info
No information
--no-color
No color
-p, --position <TRACK,SIDE,SECTOR>
Sector position
<TRACK> 0,1,2, ...
<SIDE> 0:front or 1:back
<SECTOR> 1,2,3, ...
-s, --sort
Sort by disk sector order
--summary
Summary only
-v, --verbose
Verbose report
-V, --version
Print version information
Example) CP/M formated Disk Image(Sharp X1turbo, turbo CP/M)
$ .\d88dmp sample/CPM_Format_2D_turboCPM_X1turbo.d88
$ git clone git@github.com:ORYZAPAO/d88dmp.git
$ cargo build --release
MIT Licens