home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / programm / 19064 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  2.1 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!nigel.msen.com!hela.iti.org!cs.widener.edu!dsinc!bagate!cbmvax!chrisg
  2. From: chrisg@cbmvax.commodore.com (Chris Green)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Determing if an address is in chip mem.
  5. Message-ID: <38709@cbmvax.commodore.com>
  6. Date: 21 Jan 93 15:22:36 GMT
  7. References: <1993Jan20.201823@informatik.uni-kl.de>
  8. Reply-To: chrisg@cbmvax.commodore.com (Chris Green)
  9. Organization: Commodore, West Chester, PA
  10. Lines: 27
  11.  
  12. In article <1993Jan20.201823@informatik.uni-kl.de> c_feck@informatik.uni-kl.de (Christop Feck) writes:
  13.     TypeOfmem() has been there since 1.0.
  14.  
  15. >I'm pretty sure that this is new for OS 3.0. Since I'm not a registered developer,
  16. >but also want to write programs, which are >3.0 compatible, it would be very
  17. >appreciated, if somebody could send/post a list with all facts to be aware of, if
  18. >writing software. Thinks like "you find the size of the rom in address 0x00ff????"
  19. >are really not the most compatible way. Any other things to consider when writing
  20. >'future compatible' software? (apart from NEW functions, such as palette sharing
  21. >etc. I really couldn't ask you to send me 4.0 includes & autodocs :-)
  22. >
  23. >I really like it, if C= tries to follow the rule 'power over compatibility', but
  24. >it would be very nice, if they would constantly release facts about correct usage
  25. >of the OS. I've seen something like 'Dont use "Screen->BitMap"' in the newiff
  26. >release on some Fish disk.
  27. >
  28.  
  29.     The "dont use Screen->BitMap" referes to the fact that the imbedded BitMap
  30. in the screen structure only has room for 8 bitplanes. The work-around is
  31. to use Screen->RastPort.BitMap.-- 
  32. *-------------------------------------------*---------------------------*
  33. |Chris Green - Graphics Software Engineer   - chrisg@commodore.COM      f
  34. |                  Commodore-Amiga          - uunet!cbmvax!chrisg       n
  35. |My opinions are my own, and do not         - icantforgettheimpression  o
  36. |necessarily represent those of my employer.- youmadeyouleftaholeinthe  r
  37. |"A screaming comes across the sky..."      - backofmyhead              d
  38. *-------------------------------------------*---------------------------*
  39.