d88dmp is a report tool that disk image format file * .d88 for retro PC emulators.
d88 is disk Image file format for Japanese 8bit Retro PC, NEC PC-8801 Series, Sharp X1 Series, MSX etc..
The Output of d88dmp are shown below.
Floppy Disk Size(as byte)
Offset to any Track
Cylinder Number(Zero Start...)
Data Size of Sector(as byte)
Byte Dump Data
cargo install d88dmp
-->
I use ArchLinux, Intel Mac.
$ d88dmp <D88 Disk Image FIle>
``` USAGE: d88dmp [OPTIONS] <*.D88>
ARGS: <*.D88> D88 Disk Image
OPTIONS: -h, --help Show help message -n, --no-info No detail Info. --no-color Disable color -V, --version Version info.
```
Example) CP/M formated Disk Image(Sharp X1turbo, turbo CP/M)
$ .\d88dmp testdata/turboCP_M_formated_disk.d88
$ git clone git@github.com:ORYZAPAO/d88dmp.git
$ cargo build --release
MIT Licens