home *** CD-ROM | disk | FTP | other *** search
/ The Party 1994: Try This At Home / disk_image.bin / source / cbrosrc / cosmic.txt < prev    next >
Text File  |  1995-03-13  |  949b  |  24 lines

  1. The Message From The Cosmic Brothers, with full source code!-)
  2.  
  3. Requires:       386, Local Bus VGA preferred
  4.                 250kB base memory
  5.                 2500kB of XMS memory (please use HIMEM.SYS)
  6.                 No V86 mode memory managers allowed.
  7.                 Gravis Ultrasound with 512k memory for music.
  8.  
  9. Compile with TASM 4.0.
  10.  
  11. Technical mega explanation:
  12.  
  13.         Plays different bunch of frames from COSMIC.DAT file which
  14.         is just raw data, containing tiny 72*48*16 frames.  Data
  15.         is stored with two pixels in one byte (16 colors, remember?)
  16.         Frames are scaled to 4x and smoothed with lousy (a+b)/2 smoothing.
  17.  
  18. PS, Sorry but I couldnt find source code to "flatman", but there's .obj
  19. file included with the package... it aint anything special, just a routine
  20. to allocate some XMS and switching to pmode, enabling 4GB segments and
  21. then comes back to real mode.
  22.  
  23. JMagic/Complex, March 1995
  24.