barbeque / pc98-disk-tools

Open-source tools for working with common PC98 disk image formats
42 stars 4 forks source link

Convert fdis back to raw images #3

Closed barbeque closed 5 years ago

barbeque commented 6 years ago

Should just write a fdi_to_hdm.py that just trims off the first 4096 bytes and then does some sanity checks to make sure the resulting image "seems like" a disk.

barbeque commented 5 years ago

Completed