home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_1of3.iso / forcevga / forcevga.doc < prev    next >
Text File  |  1994-03-30  |  2KB  |  47 lines

  1. /***************************************************************************/
  2. /*                                       */
  3. /* This magnificient piece of software is real PD, so you do not need to   */
  4. /* send any money to me, but I would like to receive some good sourcecodes */
  5. /* especially for OS2.0 [ amiga, of course ;-) ] or better ;-)           */
  6. /*                                       */
  7. /***************************************************************************/
  8. /*                                       */
  9. /* This program is dedicated to the poor souls which own a brandnew A4000, */
  10. /* but cannot afford a real MultiScan monitor. It changes all default, pal */
  11. /* and ntsc monitor-IDs to VGA, which allows to use most Amiga-Software on */
  12. /* cheap, standard VGA-monitors. KickStart 3.0 or better is required.      */
  13. /*                                       */
  14. /*    Michael Illgner                            */
  15. /*    Theodorstr. 27                             */
  16. /*    W-4790 Paderborn                           */
  17. /*    Germany                                */
  18. /*    Tel.: 05251/26488 or 05251/60-2331                   */
  19. /*                                       */
  20. /*    email: fillg1@uni-paderborn.de                     */
  21. /*                                       */
  22. /***************************************************************************/
  23. /*                                       */
  24. /*        F o r c e P A L  V1.0                       */
  25. /*                                       */
  26. /***************************************************************************/
  27.  
  28. ForceVGA is written as a commoditie, so it should belong to your WBStartUp-
  29. drawer and will be started and used as any other commoditie. 
  30. ForceVGA patches OpenScreen and OpenScreenTagList, to open most screens
  31. in VGA mode. Using Exchange you can disable ForceVGA, which will restore
  32. the old routines.
  33.  
  34. ForceVGA sets the AutoScroll flag and is using the NewLok for Screens, due to
  35. using the SA_Pens Tag.
  36.  
  37. Due to the VGA-mode, non-interlace PAL and NTSC screens will only fill the upper 
  38. half of the screen.
  39.  
  40. Sorry, I cannot include the sources yet, because I am not allowed to own
  41. the 3.0 AutoDocs and Includes ;-) (Hello CATS, we need them !!!!!)
  42.  
  43. History :
  44.  
  45. V1.0     ForceVGA is based on ForceNTSC
  46. V2.0    Initial Release on Oct 23 1992
  47.