home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / a / archicpc / !ArchiCPC / !Help < prev    next >
Text File  |  1995-07-18  |  2KB  |  59 lines

  1. !ArchiCPC - © DavRob 1995
  2.  
  3. Introduction
  4. ------------
  5. !ArchiCPC is an application which converts Amstrad CPC Multiface screen
  6. grabs into Risc OS sprites.
  7.  
  8. To load it simply double click on its filer icon, Multiface screen grabs
  9. can be simply dragged to its icon.
  10.  
  11. How it works
  12. ------------
  13. Deep within the code is an extremely fast ARM code procedure which does
  14. all of the hard work.
  15.  
  16. The idea is :
  17. 1. Read Multiface header to see which mode the screen is (0,1,2)
  18. 2. Get X and Y dimensions
  19. 3. Load graphics data into an array
  20. 4. Call the ARM code which creates the blank sprite and does the conversion
  21. 5. Read the palette entry from the Multiface file and convert them to RGB
  22. 6. Write out the sprite file
  23.  
  24. Problems
  25. --------
  26. 1. Only converts one way (CPC-Sprite)
  27. 2. Only works on some overscanned pictures (Not our fault)
  28. 3. Not tested in Risc PC (It should work....)
  29. 4. You need a Multiface
  30. 5. You need a CPC with a 3½" drive and a dos copy program
  31. 6. You Risc OS 3 or higher (or !MultiFS) to read the DOS disc
  32.  
  33. Contact info
  34. ------------
  35.  David O'Shea       Robert O'Sullivan
  36.  23 Hillcrest       7 Hillcrest
  37.  Carrigaline        Carrigaline
  38.  Cork               Cork
  39.  Ireland            Ireland
  40.  
  41.  (CPC)              (Acorn)
  42.  
  43.  
  44. Licence
  45. -------
  46.  
  47. Permission is hereby given for you to copy this program and freely
  48. distribute it, subject to the following conditions:
  49.  
  50. • No charge is made for the program (except nominal media costs).
  51. • No alterations are made to any of the files within the !ArchiCPC
  52.   application.
  53. • All of the files within the !ArchiCPC application are supplied, including
  54.   this one.
  55. • No attempt is made to reverse engineer any of the programs in the
  56.   application.
  57. • This program shall not be used in or by any other program.
  58. • This ReadMe file is supplied, unaltered.
  59.