home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilst / watchmemc / Info next >
Text File  |  1995-05-21  |  2KB  |  56 lines

  1.  
  2. Watch_MEMC Version 1.00 (27 May 1995)
  3. -------------------------------------
  4.  
  5.  On the old (pre-RISC OS 3) machines, a good way to get increased speed was
  6. to call the SWI "OS_UpdateMEMC" with certain parameters. Unfortunately, with
  7. the onset of RISC OS 3 > 3.5, this call not only doesn't work, but sometimes
  8. hangs the machine! "What can be done about this?" I hear you scream. Well
  9. panic no more, because here comes Watch_MEMC.
  10.  
  11. How it works
  12. ------------
  13.  
  14.  Watch_MEMC installs itself in the module area, and listens out for that
  15. "OS_UpdateMEMC" call. When one goes off, the module breaks into the program
  16. and checks if the registers contain the right values (R0=&F0, R1=&F0). If
  17. so, then control is returned to the program, but the SWI is never called...
  18.  
  19. How to use it
  20. -------------
  21.  
  22.  Simply double-click on the Watch_MEMC module. If all goes well a little
  23. message should appear. Then run the peice of afflicted software, and all
  24. your troubles should be over!
  25.  You can easily install the module automatically when running the program,
  26. or starting up your machine, by inserting the following line in your
  27. !Boot/!Run/whatever..
  28.  
  29.         RMEnsure Watch_MEMC 1.00 RMLoad <Obey$Dir>.WatchMEMC
  30.  
  31. The Watch_MEMC module should be in the same directory as the obey file.
  32.  
  33. Credits
  34. -------
  35.  
  36.  Well, some to me :
  37.  
  38.          Nige Jones
  39.          21 St. Georges Drive,
  40.          Deganwy
  41.          Conwy
  42.          Gwynedd
  43.          LL31 9PP
  44.          Email : mccx4npj@fs2.ee.umist.ac.uk (term-time, if I pass!)
  45.          or care of Ben at blf3@aber.ac.uk, subject line 'To Nige'.
  46.  
  47.  *PLUG* Visit my Web page at 'http://www.cs.man.ac.uk/~hynesm/niges.html'
  48.  
  49.  Mail me if you want the source.
  50.  
  51.  Most of the credit should go to Arc Angels (I think), who wrote the
  52. skeleton SWI-Patcher. (Naughty)
  53.  
  54.  Seeeeeeeeya later...
  55.  
  56.      Nige.