home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / useful / dist / gfx / show / superview-lib / docs / svobject-docs / c64.doc < prev    next >
Text File  |  1994-07-04  |  3KB  |  121 lines

  1.  
  2.   C64.svobject
  3.  
  4.   © 1994 by Andreas R. Kleinert.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 2.5
  9.   Release Date : 07.05.1994
  10.  
  11.  
  12.   Requirements
  13.   ~~~~~~~~~~~~
  14.   - OS V2.04+ (V37)+ and its libraries
  15.   - superviewsupport.library V1+
  16.  
  17.  
  18.   Description
  19.   ~~~~~~~~~~~
  20.   C64.svobject is an external Library-Module for the superview.library V2+.
  21.  
  22.   It contains SVDriver-Support for the superview.library V3+, and
  23.   needs any SVDriver with ChunkyPixel-Support.
  24.  
  25.   It supports reading of C64 Graphics Files (Koala, Doodle).
  26.   In detail these are :
  27.  
  28.   Reading :
  29.  
  30.    Format   Dimensions Colors  Displayed as   FileSize    Flexibility
  31.  
  32.    Doodle   320x200    2/16    320x200           9218    (9200 < fs < 9230)
  33.    Koala    160x200    4/16    320x200          10003    (fs == 10003)
  34.  
  35.  
  36.   Writing :
  37.  
  38.    (not supported yet)
  39.  
  40.  
  41.   Author
  42.   ~~~~~~
  43.   Andreas R. Kleinert
  44.   Grube Hohe Grethe 23
  45.   D-57074 Siegen
  46.   Germany
  47.  
  48.  
  49.   History
  50.   ~~~~~~~
  51.   V2.5 (07.05.1994) :
  52.  
  53.    - use of SAS/C V6.51
  54.    - use of new "superviewsupport.library" V1
  55.      This saves some space again (here : ca. 1100 Bytes).
  56.  
  57.  
  58.   V2.4 (27.03.1994) :
  59.  
  60.    - removed internal SVDriver-Replacement, so that we now are really
  61.      dependent on external SVDrivers in libs:svdrivers.
  62.      This saves about 1600 Bytes diskspace and reduces redundancy.
  63.    - replaced SAS/C's sprintf()-routine with own, RawDoFmt()-based one.
  64.      This saves again about 1800 Bytes.
  65.    - now using Utility-Library for integer operations (activated
  66.      SAS/C's UTILLIB option) : this increases 68000-codesize a little
  67.      bit, but increases speed on 68020+ systems
  68.      (should also decrease codesize, but does not ...)
  69.    - reconstructed revision notes for V2.2 and V2.3, which were
  70.      mixed together in V2.3
  71.  
  72.  
  73.   V2.3 (25.03.1994) :
  74.  
  75.    - slightly improved internal BitMap-to-BitMap routine
  76.    - removed some dead code and variables in decoding routine
  77.  
  78.  
  79.   V2.2 (20.03.1994) :
  80.  
  81.    - slightly changed recognition routine
  82.    - and more
  83.  
  84.  
  85.   V2.1 (17.03.1994) :
  86.  
  87.    - first version with Koala and Doodle support
  88.  
  89.  
  90.   Credits
  91.   ~~~~~~~
  92.   This program was inspired by several programs, which allow reading
  93.   and displaying of C64 graphics on the Amiga.
  94.   For getting information about the C64 Koala and Doodle formats I took
  95.   a look into the source code of ComView 1.0 by Paul Grebenc, which can
  96.   be found as "C64View" on the SaarAG-Disk #523.
  97.  
  98.   I did not include and use the Source Code as such, but I really learnt
  99.   a much out of it. The algorithms are perhaps nearly the same,
  100.   but because I do not use file-to-screen decoding my code is perhaps
  101.   some 100% faster (different structure, many optimizazions).
  102.  
  103.   I also took a look into the specifications found under "literature".
  104.  
  105.  
  106.   Literature
  107.   ~~~~~~~~~~
  108.   [1] "Das Aufsteigerbuch" (C64 -> Amiga), Michael Strauch, Alexander
  109.        Stellmach, © 1987 by DATA BECKER GmbH, Düsseldorf.
  110.        ISBN 3-89011-134-4
  111.   [2] "Formats.doc" of the ShowVIC distribution on SaarAG-Disk #616.
  112.       ShowVIC is (C)opyright 1993 by Matt Francis.
  113.  
  114.  
  115.   Copyrights
  116.   ~~~~~~~~~~
  117.   Some of the mentioned names or products above may be copyrighted by
  118.   companies or trademarks of companies.
  119.  
  120.  
  121.