home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / graphics / 7373 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  2.0 KB

  1. Xref: sparky comp.sys.amiga.graphics:7373 comp.sys.amiga.programmer:15742
  2. Path: sparky!uunet!oracle!unrepliable!bounce
  3. Newsgroups: comp.sys.amiga.graphics,comp.sys.amiga.programmer
  4. From: dnavas@oracle.uucp (David Navas)
  5. Subject: Re: Graphics Modes
  6. Message-ID: <1992Nov12.173235.6457@oracle.us.oracle.com>
  7. Sender: usenet@oracle.us.oracle.com (Oracle News Poster)
  8. Nntp-Posting-Host: mailseq.us.oracle.com
  9. Organization: Oracle Corporation, Redwood Shores CA
  10. References: <36786@CBMVAX.COMMODORE.COM> <1992Nov9.170251@cc4.kuleuven.ac.be> <36931@cbmvax.commodore.com>
  11. Date: Thu, 12 Nov 1992 17:32:35 GMT
  12. X-Disclaimer: This message was written by an unauthenticated user
  13.               at Oracle Corporation.  The opinions expressed are those
  14.               of the user and not necessarily those of Oracle.
  15. Lines: 28
  16.  
  17. <36931@cbmvax.commodore.com> writes:
  18. >There are *good reasons* why promotion works the way that it does.  Say, for
  19. >instance, that you wanted to write a 3.0+ video titling program.  If
  20. >*everything* go promoted *all* of the time, you wouldn't be able to display
  21. >the required NTSC or PAL video modes even if you *wanted* to.  
  22.  
  23. Sigh.
  24. Modify the following for 3.1:
  25.     Prefs promotion gadget checkbox-->cycle
  26.     Three modes:
  27.        Never, Dual-Mode, Always
  28.  
  29. Change startup checks -- Left-Shift menu button forces NTSC/PAL monitor
  30. modes to NOT EXIST in the graphics database, and replaces the default monitor
  31. with the 31kHz mode one.
  32.  
  33. Allocate battmem bit for ALWAYS promote mode.  Check this bit on startup
  34. as well.  Right-Shift menu button overrides this setting (in case the
  35. battmem goes invalid) and always produces NTSC/PAL as default monitor
  36.  
  37. Store 31kHz monitor info in ROM.
  38.  
  39. Move one of your ROMd libaries onto disk if you need the room.
  40. Better yet, you have at least two gadget handling routines that must be
  41. near-to identical (BOOPSI/GadTools).  Integrate them and get rid of the
  42. dual code.  It's something that needs to be done anyway.
  43. David C. Navas                        dnavas@oracle.com
  44. Working for, but not speaking on behalf of, Oracle Corp.
  45.