home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 580b.lha / DynaMate_v0.5 / DynaMate.doc < prev    next >
Encoding:
Text File  |  1991-11-24  |  1.9 KB  |  48 lines

  1.                                DynaMate 0.5
  2.                              by Ville Rannikko
  3.  
  4. DynaMate is a simple Dynamic-Hires picture display program. DynaMate
  5. will show any size of Dynamic-Hires pictures and will enable you to
  6. scroll pictures that are bigger than screen. Scrolling is done by 
  7. moving your mouse and the program exits when you press left mouse button.
  8. DynaMate won't show Dynamic-HAM pictures. I don't think that is needed
  9. because you can use use SHAM mode to get almost the same results and 
  10. Mostra can show SHAM pictures. When converting pictures with Wasp remember
  11. to use '-hires' option to make the pictures use 4 planes.
  12.  
  13. DynaMate shows only 608 pixels, because otherwise copper cannot change
  14. all 16 colors during the horizontal blanking. Dyna-Show changes only 8
  15. colors with copper. The 8 other colors are changed with processor, to
  16. make that kind of thing work on all Amigas requires a lot of hacking.
  17. So I used a narrower screen to make my coding task much easier.
  18.  
  19. I have only tested this program on an Amiga 500 with kickstart 1.3, so I
  20. don't know if this will work on any other Amigas. Bug reports and 
  21. comments can be send to:
  22.  
  23. Internet: mac@vipunen.hut.fi
  24.  
  25. Regular mail:
  26.           Ville Rannikko
  27.           Artturi Kanniston tie 4 A 3
  28.           00320 Helsinki
  29.           Finland
  30.  
  31. History:
  32. 0.1 Initial public test release. Not a very wise move.
  33. 0.2 Rewrote almost everything to use only system function. This one was
  34.     really slow and I found no cool way to make the scrolling work.
  35. 0.3 Back to direct hardware access. 
  36.     New:
  37.     -image is centered
  38.     -flicker free scrolling (I hope)
  39. 0.4 There was a bug that caused a possible call to dos.library
  40.     before it was even opened. That is now fixed.
  41.     Also fixed a stack problem.
  42. 0.5 Seek() errors were not correctly handled, fixed
  43.  
  44.     Bugs/Features:
  45.     -screen position should be read from preferences, but I use always
  46.      ($81,$2c)
  47.     -moving mouse rapidly around will cause funky scrolling effects
  48.