home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma28.dms / ma28.adf / AmiCDROM / cdromemu / cdromemu.doc < prev    next >
Text File  |  1994-09-08  |  1KB  |  44 lines

  1. cdromemu.device   Version 1.1
  2. ===============
  3.  
  4. Cdromemu.device emulates a trackdisk device which reads a CDROM image from
  5. an AmigaDOS file. It is useful for CDROM manufacturers which want to verify
  6. the output of their pre-mastering program.
  7.  
  8. Installation:
  9.  
  10.   1. Copy "cdromemu.device" to the directory DEVS:
  11.  
  12.   2. Set the environment variable CDROM_FILE to the name of the file
  13.      which contains the CDROM image.
  14.  
  15.   3. Set the following options in the Startup field for AmiCDROM:
  16.   
  17.        "DEVICE=cdromemu.device UNIT=0 TRACKDISK"
  18.      
  19.      Add other startup options according to the AmiCDROM manual (e.g.
  20.      "ROCKRIDGE".)
  21.  
  22.   4. If you also want to use the "cdrom" or "cdcheck", then set the
  23.      following environment variables:
  24.      
  25.            variable           value
  26.            ---------------    ---------------
  27.            CDROM_DEVICE       cdromemu.device
  28.        CDROM_UNIT         0
  29.        CDROM_TRACKDISK    1
  30.  
  31.  
  32. The following commands are possible:
  33.  
  34.   cdromemu remove    remove the image file (CDROM_FILE) from the
  35.               virtual drive (i.e. the lock on the file will
  36.             be removed; it can now be replaced by another
  37.             file).
  38.  
  39.   cdromemu insert    inserts the image file (CDROM_FILE) into the
  40.               virtual drive.
  41.  
  42. The commands "insert" and "remove" also modify the results of the
  43. TD_CHANGESTATE and TD_CHANGENUM commands.
  44.