home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / 3_1SWTOO.DMS / in.adf / scratchall.script < prev    next >
Encoding:
Text File  |  1993-11-17  |  2.8 KB  |  99 lines

  1. ;
  2. ;    Script to set up the register scratcher for all system libraries.
  3. ;
  4. ;        USAGE:    execute scratch.script
  5. ;
  6. ;    WARNING: Run scratcher before mungwall!!
  7. ;    WARNING: Run scratcher before mungwall!!
  8. ;    WARNING: Run scratcher before mungwall!!
  9. ;    WARNING: Run scratcher before mungwall!!
  10. ;
  11. ;$VER: scratchall.script 39.1 (4.1.93)
  12.  
  13. FAILAT 20
  14.  
  15. ;_LVOSupervisor        EQU -30  ; special type of function
  16. ;_LVOExitIntr           EQU -36  ; private
  17. ;_LVOSchedule           EQU -42  ; private
  18. ;_LVOReschedule        EQU -48  ; private
  19. ;_LVOSwitch           EQU -54  ; private
  20. ;_LVODispatch           EQU -60  ; private
  21. ;_LVOException           EQU -66  ; private
  22. ;_LVODisable           EQU -120 ; documented
  23. ;_LVOEnable           EQU -126 ; documented
  24. ;_LVOForbid           EQU -132 ; documented
  25. ;_LVOPermit           EQU -138 ; documented
  26. ;_LVOGetCC           EQU -528 ; inline code
  27. ;_LVOObtainSemaphore       EQU -564 ; documented
  28. ;_LVOReleaseSemaphore       EQU -570 ; documented
  29. ;_LVOCacheClearU       EQU -636
  30. ;_LVOCacheClearE       EQU -642
  31. ;_LVOCacheControl       EQU -648
  32. ;_LVOObtainSemaphoreShared EQU -678 ; documented
  33.  
  34. ;execPrivate10           EQU -786
  35. ;execPrivate11           EQU -792
  36. ;execPrivate12           EQU -798
  37. ;execPrivate13           EQU -804
  38. ;execPrivate14           EQU -810
  39.  
  40. ;_LVOCloseLibrary       EQU -414 ; temporary
  41. ;_LVOFindName           EQU -276 ; temporary
  42. ;_LVOSumLibrary        EQU -426 ; temporary
  43.  
  44. ; The following were needed for prior to KS 37.314...
  45. ;
  46. ;_LVOInitSemaphore       EQU -558
  47. ;_LVOSumLibrary        EQU -426
  48. ;_LVOWaitIO           EQU -474 ; temporary -- narrator.device bug
  49. ;_LVOSignal           EQU -324 ; temporary -- trackdisk bug
  50. ;_LVOReplyMsg           EQU -378 ; temporary -- trackdisk bug
  51. ;_LVOOpenDevice        EQU -444 ; temporary -- SER: or serial.device bug
  52.  
  53. scratch exec.library except -414 -426 -276 -30 -36 -42 -48 -54 -60 -66 -120 -126 -132 -138 -528 -564 -570 -636 -642 -648 -678 --786 -792 -798 -804 -810
  54.  
  55.  
  56.  
  57. ;_LVOWaitBlit           EQU -228 ; documented
  58. ;_LVOChangeSprite       EQU -420
  59. ;_LVOMoveSprite        EQU -426
  60. ;_LVOLockLayerRom       EQU -432
  61. ;_LVOCopySBitMap       EQU -450
  62. ;_LVOOwnBlitter        EQU -456
  63. ;_LVODisownBlitter       EQU -462
  64. scratch graphics.library except -228 -420 -426 -432 -450 -456 -462 -642 -648 -738 -744 -750
  65.  
  66.  
  67. ; Utility hook functions can't be scratched
  68. scratch utility.library except -150 -156 -138 -144
  69.  
  70. scratch expansion.library
  71. scratch layers.library
  72. scratch gadtools.library
  73.  
  74. ;Word Perfect needs -78
  75. scratch intuition.library
  76.  
  77. ;Note: TxEd+ needs -30 and -84.  Word Perfect needs -192
  78.  
  79. ;The overlay manager we ship needs Seek (-66) and LoadSeg (-150).
  80. scratch dos.library except -66 -150
  81.  
  82. scratch icon.library
  83. scratch iffparse.library
  84. scratch diskfont.library
  85. scratch workbench.library
  86.  
  87. scratch commodities.library
  88. scratch translator.library
  89.  
  90. scratch keymap.library
  91.  
  92. scratch locale.library
  93. scratch asl.library
  94. scratch datatypes.library
  95. scratch gadgets/colorwheel.gadget
  96. scratch amigaguide.library
  97.  
  98. FAILAT 10
  99.