home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / alt / sys / amiga / demos / 1658 < prev    next >
Encoding:
Text File  |  1992-11-15  |  2.2 KB  |  46 lines

  1. Newsgroups: alt.sys.amiga.demos
  2. Path: sparky!uunet!walter!qualcom.qualcomm.com!network.ucsd.edu!news!nosc!crash!tfinn
  3. From: tfinn@crash.cts.com (Aaron Grier)
  4. Subject: Re: Music and Code from Demos
  5. Organization: CTS Network Services (crash, ctsnet), El Cajon, CA
  6. Date: 15 Nov 92 14:52:19 PST
  7. Message-ID: <1992Nov15.145219.17013@crash>
  8. References: <MKNIP.92Nov13142322@superman.hut.fi> <1992Nov13.142612.8928@daimi.aau.dk> <MKNIP.92Nov15121629@blob.hut.fi>
  9. Lines: 35
  10.  
  11. In article <MKNIP.92Nov15121629@blob.hut.fi> mknip@niksula.hut.fi (Mats Anders Knip) writes:
  12. >> Not true. You can easily do smooth scrolling under VGA using pixel panning.
  13. >> No prob at all. Coding a 8-way scroller under PC can be done too, without you
  14. >> having to update/move the whole screen. Only few PC coders know it, coz they 
  15. >> are still accessing the hardware thru lame highlevel libraries/languages. I
  16. >> guess it's time for some amiga freaks to takeover in the PC world.
  17. >
  18. >Is that so? Cool. I'm sorry for spreading false information, but
  19. >I just assumed that since all platform-games on the PC are comparatively
  20. >jerky it couldn't. I admit at any time that I don't know anything about
  21. >programming PC-graphics.
  22. >Does that mean you can set the screen-start to anywhere in the Video-memory?
  23. >(and scroll superfast without redrawing anything but the new GFX showing
  24. >up on screen - like on the Amiga?)
  25.  
  26. You can do some register level hacking of the VGA card and get some ultra-
  27. smooth scrolling going, both horizontal and vertical.. I imagine that
  28. diagonals wouldn't be too hard either. It's just all this damn register
  29. level hacking you HAVE to do to get anything done.
  30.  
  31. For instance... you can set up the screen to have a virtual resolution of
  32. 640x400 w/ 256 colors, but you can still only access 64k of that memory at
  33. a time. Newer VGA cards have 1Meg of RAM onboard, yet you still have this
  34. dorky 64k window with which to do all your "magic." Makes it a damn pain
  35. for the programmer.
  36.  
  37. Amiga is all linearly addressed is it not? IE video memory occupies some
  38. memory address, with none of thist 64k stuff?
  39.  
  40. Intel should've dropped the 64k swapping thing with the introduction of the
  41. 80286!
  42.  
  43. agrier@gompers.gompers.edu (real internet addy)
  44. tfinn@crash.cts.com (UUCP address)
  45.  
  46.