home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / amiga_e-2.1b.lha / Amiga_E-2.1b / Modules-Text / resources / disk.txt < prev    next >
Encoding:
Text File  |  1992-09-02  |  926 b   |  39 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:resources/disk.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. (---) OBJECT discresourceunit
  6. (  0)   mn:substructure
  7. ( 20)   discblock:substructure
  8. ( 42)   discsync:substructure
  9. ( 64)   index:substructure
  10. (---) ENDOBJECT     /* SIZEOF=86 */
  11.  
  12. (---) OBJECT discresource
  13. (  0)   lib:substructure
  14. ( 34)   current:LONG
  15. ( 38)   flags:CHAR
  16. ( 39)   pad:CHAR
  17. ( 40)   syslib:LONG
  18. ( 44)   ciaresource:LONG
  19. ( 48)   unitid:substructure
  20. ( 64)   waiting:substructure
  21. ( 78)   discblock:substructure
  22. (100)   discsync:substructure
  23. (122)   index:substructure
  24. (144)   currtask:LONG
  25. (---) ENDOBJECT     /* SIZEOF=148 */
  26.  
  27. CONST DRF_ALLOC0=1,
  28.       DRF_ALLOC1=2,
  29.       DRF_ALLOC2=4,
  30.       DRF_ALLOC3=8,
  31.       DRF_ACTIVE=$80,
  32.       DSKDMAOFF=$4000,
  33.       DR_LASTCOMM=$FFFFFFDC,
  34.       DRT_AMIGA=0,
  35.       DRT_37422D2S=$55555555,
  36.       DRT_EMPTY=-1,
  37.       DRT_150RPM=$AAAAAAAA
  38.  
  39.