home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / screen / m / newmodes / MoreModes / ModeX / ReadMe < prev   
Encoding:
Text File  |  1992-05-04  |  2.1 KB  |  56 lines

  1. > !ReadMe for ModeX 0.13 module
  2.  
  3. ModeX provides new screen modes. The module called ModeXraw is 'code only';
  4. you can tuck your own mode definitions on to the end (see below for format).
  5. The module ModeX contains some ready-made modes suitable for the Sony
  6. CPD-1402E m/sync monitor with a software controlled VIDC enhancer by
  7. Atomwide. See *Help modes for mode numbers etc.
  8.  
  9. You can use your own modes with ModeXraw:
  10.  
  11. - mode definitions must be in 'new' A540 format, i.e. include the VIDC clock
  12. rate (in KHz). They work happily in Risc OS 2.00
  13.  
  14. - at least one mode must be provided
  15.  
  16. - each three-part mode def must contain a 4 byte information word at its
  17. start:
  18.   ?0 mode number
  19.   ?1 monitor type (0 normal, 1 only for multisyncs)
  20.   ?2 reserved (=0)
  21.   ?3 VIDC enhancer bit (0 off, &20 on)
  22.  
  23. - the last word must be -1 (&FFFFFFFF) to act as an end marker. This word is
  24. included in ModeXraw; insert your modes between it and the 'DATA' keyword.
  25.  
  26. If you didn't understand all this gibberish, you have two options:
  27.   a) delete all this stuff
  28.   b) contact me for help
  29.  
  30. Please note that you can damage your monitor by using badly defined modes.
  31.  
  32. The software is offered "as is"; the author makes no warranty, express or
  33. implied, of its fitness for any particular purpose.  In no circumstances
  34. will the author be liable for any damage, loss of profits, time, or data, or
  35. any indirect or consequential loss arising out of the use of this software
  36. or inability to use this software, even if the author has been advised of
  37. the possibility of such loss.  
  38.  
  39. (the last paragraph has been borrowed from Chris Dennis.)
  40.  
  41. FINAL NOTE: ModeX is freeware. This program is Copyright © 1992 Holger
  42. Klingspohr and may be distributed freely provided nothing is charged for it
  43. and this copyright notice is retained.
  44. (Norwich Computer Services are allowed to put this program as a 'freebie' on
  45. one of their CareWare discs if they decide to do so.) Thank you.
  46.  
  47.  
  48. Send bombs, letters, bug reports and donated ARM-3s to:
  49.  
  50. email: <klingspohr@tu-harburg.dbp.de>
  51.  
  52.  Holger Klingspohr
  53.  Ebelingstr. 1 / 6.3.2.b
  54.  D-W 2100 Hamburg 90
  55.  Germany
  56.