d88dmp 0.12.6

Dump tool for disk image D88 format.
d88dmp-0.12.6 is not a library.

d88dmp

CircleCI

日本語(Japanese) example

Introduction

d88dmp dumps D88 file of retro PC emulators.
D88 file is disk Image file for Japanese 8bit Retro PC, NEC PC-8801 Series, Sharp X1 Series, MSX etc..

Output

The Output of d88dmp are shown below.

Floppy Disk Header

  • Disk Name
  • Write Protect
  • Floppy Disk Type(2D/2DD/2HD)
  • Floppy Disk Size(as byte)

Track Table

  • Offset to any Track

Sector Header

  • Cylinder Number(Zero Start...)
  • Side (0:surface、1:back)
  • Sector Number(One Start...)
  • Sector Size(as byte)
  • Number Of Sector in Track
  • Density(D:Single, DD:Double-Density, HD:High-Density)
  • Delete Flag
  • Status
  • Data Size of Sector(as byte)

Sector Data

  • Byte Dump Data

Install

cargo install d88dmp

Source Code

--> Download

I use ArchLinux, Intel Mac.

How to Use

 $ d88dmp <D88 Disk Image FIle>

usage

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 

Build

$ git clone git@github.com:ORYZAPAO/d88dmp.git
$ cargo build --release

Licence

MIT Licens

Change Log

See also