Short: Disk image device (adf,dms,ipf,iso,...) Author: Fredrik Wikstrom Uploader: Fredrik Wikstrom Type: disk/misc Version: 52.75 Architecture: ppc-amigaos This is a from scratch development for AmigaOS4.x that aims to be an improved version of Thore Boeckelmann's diskimage.device for AOS3.x. Thore's DiskImageCtrl program doesn't work with this device for this reason. This should not be a problem however as there is now (as of v52.2) a ReAction GUI that provides the same functionality as this program and more. Some new features of this device are: no hardcoded limit on the amount of useable device units, large file support, CD audio tracks and support for many more diskimage formats through an extensible plugin interface. After installing a new version of diskimage.device you should always perform a soft reboot as this is the only way to make sure that the new device version has been loaded. DiskImageGUI tries to be within reason backwards compatible with older device versions, but this might not always be perfect, so it's not recommended to use a newer DiskImageGUI with an older device version (or vice versa). Requirements: - AmigaOS >= 4.0 - AISS >= 4.8 (DiskImageGUI) - http://masonicons.de - capsimage.device (IPF plugin) - http://softpres.org - z.library >= 52.1 (CSO, DAA, DAX, DMG, ISZ, UIF and VMDK plugins) - http://aminet.net/util/libs/z_library.lha - bz2.library >= 1.2 (DMG and ISZ plugins) - http://strohmayer.org/sfs/files/bzip2.lha - expat.library >= 4.1 (DMG plugin) - http://os4depot.net/share/development/library/misc/expat-ppc.lha - mpg123.library >= 52.1 (MP3 audio tracks) - http://os4depot.net/share/library/audio/mpg123_lib.lha - libFLAC.so (FLAC audio tracks) - http://os4depot.net/share/audio/convert/flac.lha - libwavpack.so (WavPack audio tracks) - http://os4depot.net/share/audio/convert/wavpack.lha - CBM1541FileSystem (D64/G64 files) - http://os4depot.net/share/driver/filesystem/cbm1541_fs.lha - SAMDOSFileSystem (SAD/DSK files) - http://os4depot.net/share/driver/filesystem/samdos_fs.lha - XISOFileSystem (XISO files) - http://os4depot.net/share/driver/filesystem/xiso_fs.lha Supported Disk Image Formats: - adf (Amiga Disk File) - adz (gzipped adf file) - bin - ccd (CloneCD) - cso (Compressed ISO) - cpr (same format as dsk) - cue - d64 (C=64) - daa - dax - dmg (Apple disk image format) - dms (DiskMaSher) - dsk (CPCEmu, non-EXTENDED images only) - flac (with embedded cue file) - g64 (C=64) - gi (untested) - hdf - img - ipf (needs capsimage.device) - iso (CD/DVD) - isz - mdf (Daemon Tools/Alcohol) - mds (Daemon Tools/Alcohol) - nrg (Nero) - raw - sad (Sam Coupe) - toast (Roxio Toast) - uif (MagicISO) - vdi (VirtualBox) - vmdk (VMWare) - wv (with embedded cue file) - xiso (X-Box ISO) Compressed disk images are supported through (if available): - xadmaster.library - xpkmaster.library It is also possible to create/mount password encrypted diskimages using the "Crypt" plugin. Usage: For usage instructions see the diskimage.guide file in the archive. Changes: 52.75 (6-Sep-2011) - Fixed a bug in the index parsing of CUE plugin (it would incorrectly return an error if the minute part was >= 60) - Removed usage of deprecated XXXX_GetClass() functions - CUE plugin now only byteswaps audio tracks when MOTOROLA file type is used instead both data and audio tracks (not sure if this is correct or not) - Added MODE 2 support in CCD plugin 52.74 (13-Jun-2011) - Updated Italian catalogs - Added support for WavPack files with embedded cuesheet information - Fixed WAVPACK_set_pos_rel callback implementation 52.73 (5-Jun-2011) - Fixed some pretty serious bugs in ReadTOC command introduced by the last released version - Updated plugin API to v7 (older plugins will no longer work) See diskimage.guide/Changelog in the archive for a complete list of changes.