Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (99) Emulation (146) Game (992) Graphics (494) Library (113) Network (228) Office (65) Utility (912) Video (69)
Total files: 4329
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Diskimage_src | Description: | Example device (cut down diskimage.device) | Download: | diskimage_src.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 20kb | Version: | 0.2 | Date: | 12 Nov 2007 | Author: | Fredrik Wikström | Submitter: | Fredrik Wikström | Email: | fredrik/a500 org | Homepage: | http://a500.org | Category: | development/example | Replaces: | development/example/diskimage_src.lha | License: | Freeware | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 3147 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 378 (Current version) | | 418 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
This is a stripped down version of the diskimage.device for "educational"
purposes only. Probably it could still be simplified. As it is, it is still
mostly compatible with the DiskImageGUI program.
Only "raw" images are supported by this version of the device, i.e.:
- adf
- hdf
- img (not ccd/img!)
- iso
The device implementation is much simpler than the one in the "ramdev.device"
sources in my opinion.
Compiling:
To compile a "normal" version: "make"
To compile a debug version edit the Makefile and remove the '#' in front of
-DDEBUG.
Changes:
0.2 (12-Nov-2007)
- Added AbortIO() support
- Added HD_SCSICMD support
- Added DITAG_DiskImageType support (used by DiskImageGUI)
- Some other fixes from diskimage.device v52.24
0.1 (9-Oct-2007)
- First released version
|