home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / RiscOS / APP / DEVS / LIB / GSTOBJ.ZIP / GstObjects / screen / 143 / 100 / Info next >
Text File  |  1994-09-04  |  1KB  |  50 lines

  1. Screen (easy access to vdu stuff)
  2. (C) 1994 George Taylor
  3. Release 1.00
  4.  
  5. This object does not require any other objects.
  6.  
  7. In case of difficulty contact the author:
  8.    George Taylor
  9.    16 Newton Crescent
  10.    Dunblane
  11.    Perthshire
  12.    Scotland
  13.    FK15 ODZ
  14.    
  15.    Email: george@tardis.ed.ac.uk
  16.  
  17.  
  18. This product is provided in good faith but there is no warranty
  19. with the product.
  20. The author cannot accept any liability for any loss or damage resulting from
  21. the use in any way of this product.
  22.  
  23. Entry points provided:
  24.  
  25. 0    screen_MaxX
  26. 1    screen_MaxY
  27. 2    screen_XEig
  28. 3    screen_YEig
  29. 4    screen_XScale
  30. 5    screen_YScale
  31. 6    screen_LogBPP
  32. 7    screen_BPP
  33. 8    screen_LineLength
  34. 9    screen_Size
  35. 10    screen_ScreenStart
  36. 11    screen_DisplayStart
  37. 12    screen_NumBanks
  38. 13    screen_VDUBank
  39. 14    screen_DisplayBank
  40. 15    screen_WaitVSync
  41. 16    screen_Clear
  42. 17    screen_StartCallback
  43. 18    screen_ReadSemaphore
  44.  
  45.  
  46. All routines can corrupt r0-r3,ip,lr and expect a full descending stack at sp.
  47. Do not call these routines from processor modes other than USR mode.
  48.  
  49. The 'X' version of all OS calls is used and no errors are returned.
  50.