BSDOS

HDD bios

Mainly for use with divIDE but I hope, it can be used with MB02 (memory paging port/values needs to be changed).

HDD bios can be downloaded here. (8 sectors per track version is here)

BSDOS image patcher

HDD bios needs images of exact size (2MB) and geometry (needs to have 11 sectors on track). If you have diskette-images with different size/geometry you can use image patcher to create new set of images.

It's simple bash script, so it is mainly for linux users.

Bsdos image patcher can be downloaded here.

directory exporter

If you have plenty of diskette images on hdd, you will maybe need this utility which will export directory listings from more images into one compact csv file.

It's simple php script, so it should be usable for windows ppl too ;].

PHP source of directory exporter can be downloaded here.

Spediv - divIDE emulator

Spediv is ZX Spectrum emulator with divIDE hardware emulation. It is based on spectemu version 0.94.
Spediv download page

Fuse

48kAY patch

Removed because it's not needed anymore as fuse finally have option to emulate AY in 48k mode (peripheral Melodik).

MDOS3/FATware patch

Removed because it was officialy merged into Fuse emulator.

d80.c - mc's extfs module for manipulating d80 images

d80.c can be downloaded here