Synopsis: A virtual storage device driver that allows to mount various diskimage file formats and use them just as if they were real disks. Similar to DaemonTools program on Windows or Thore Böckelmann's diskimage.device for AOS3.x.
53.4 (13-Jan-2015)
- Rewrote TD_ADDCHANGEINT/TD_REMCHANGEINT implementation to be more compatible
with trackdisk.device/scsi.device.
- TD_REMOVE/TD_ADDCHANGEINT/TD_REMCHANGEINT are now implemented as quick
commands.
- Fixed a memory leak in the FLAC decoder.
- Fixed a memory leak in the VDI plugin.
- Made DiskImagePlugin structure compatible with 680x0 version.
- Updated German DiskImageGUI catalog.
- Rewrote TD_ADDCHANGEINT/TD_REMCHANGEINT implementation to be more compatible
with trackdisk.device/scsi.device.
- TD_REMOVE/TD_ADDCHANGEINT/TD_REMCHANGEINT are now implemented as quick
commands.
53.3 (20-Sep-2014)
- Updated Italian catalogs.
- The MDS plugin now checks the signature and version fields before trying to
read the session data and returns ERROR_NOT_IMPLEMENTED for version 2.0 and
newer MDS files.
- Moved the code for opening the MDF file to the end of the MDS_OpenImage()
function.
- The MDS plugin now checks the signature and version fields before trying to
read the session data and returns ERROR_NOT_IMPLEMENTED for version 2.0 and
newer MDS files
53.2 (30-Mar-2014)
- Updated CUE plugin to use the latest versioned shared object files
- Updated GUI code to use OpenClass()/CloseClass() for opening and closing
BOOPSI classes
- Updated DMG and ISZ plugins to use Thore's now renamed bzip2.library
- Updated AutoInstall script to use CopyStore for executable files
53.1 (23-Mar-2014)
- MDS track mode detection now only looks at the 3 least significant bits
- Added MODE 2 FORM 1 / 2448 support to MDS plugin
- Added compiled in black and white fallback images same as in the m68k
version (requires speedbar.gadget >= 53.11 because older AOS 4.x versions
crash on non-BOOPSI button images)
- Updated to use Thore Boeckelmann's bz2.library
- Updated to use application.library version 2 interfaces