home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 073.lha / FileIO / chipdata.c < prev    next >
C/C++ Source or Header  |  1987-06-02  |  3KB  |  167 lines

  1.  
  2. /* *** chipdata.c ***********************************************************
  3.  *
  4.  * File IO Suite  --  Chip Memory Data Declarations
  5.  *     from Book 1 of the Amiga Programmers' Suite by RJ Mical
  6.  *
  7.  * Copyright (C) 1986, 1987, Robert J. Mical
  8.  * All Rights Reserved.
  9.  *
  10.  * Created for Amiga developers.
  11.  * Any or all of this code can be used in any program as long as this
  12.  * entire copyright notice is retained, ok?
  13.  *
  14.  * HISTORY      NAME            DESCRIPTION
  15.  * -----------  --------------  --------------------------------------------
  16.  * 4 Feb 87     RJ              Real release
  17.  * 12 Aug 86    RJ >:-{)*       Prepare (clean house) for release
  18.  * 3 May 86     =RJ Mical=      Fix prop gadget for both 1.1 and 1.2
  19.  * 1 Feb 86     =RJ Mical=      Created this file.
  20.  *
  21.  * *********************************************************************** */
  22.  
  23.  
  24. #define FILEIO_SOURCEFILE
  25. #define EGLOBAL_CANCEL  /* This prevents eglobal.c from being included */
  26. #include "fileio.h"
  27.  
  28.  
  29. /* === WaitPointer Imagery =============================================== */
  30. USHORT ElecArtsWaitPointer[(ELECARTSPOINT_HEIGHT * 2) + 4] =
  31.     {
  32.     0x0000, 0x0000,
  33.  
  34.     0x6700, 0xC000,
  35.     0xCFA0, 0xC700,
  36.     0xBFF0, 0x0FA0,
  37.     0x70F8, 0x3FF0,
  38.     0x7DFC, 0x3FF8,
  39.     0xFBFC, 0x7FF8,
  40.     0x70FC, 0x3FF8,
  41.     0x7FFE, 0x3FFC,
  42.     0x7F0E, 0x3FFC,
  43.     0x3FDF, 0x1FFE,
  44.     0x7FBE, 0x3FFC,
  45.     0x3F0E, 0x1FFC,
  46.     0x1FFC, 0x07F8,
  47.     0x07F8, 0x01E0,
  48.     0x01E0, 0x0080,
  49.     0x07C0, 0x0340,
  50.     0x0FE0, 0x07C0,
  51.     0x0740, 0x0200,
  52.     0x0000, 0x0000,
  53.     0x0070, 0x0020,
  54.     0x0078, 0x0038,
  55.     0x0038, 0x0010,
  56.  
  57.     0x0000, 0x0000,
  58.     };
  59.  
  60.  
  61.  
  62. /* === Open Requester Imagery ============================================ */
  63. USHORT OpenPropData[OPENPROP_MAXHEIGHT * 2];
  64.  
  65. USHORT OpenPropTop[OPENPROP_TOPHEIGHT * 2] =
  66.     {
  67.     /* plane 0 */
  68.     0x7FC0,
  69.     0xE0E0,
  70.  
  71.     /* plane 1 */
  72.     0x0000,
  73.     0x1F00,
  74.     };
  75.  
  76.  
  77. USHORT OpenPropBottom[OPENPROP_BOTTOMHEIGHT * 2] =
  78.     {
  79.     /* plane 0 */
  80.     0xC060,
  81.     0xC060,
  82.     0xC060,
  83.     0xC060,
  84.     0xE0E0,
  85.     0x7FC0,
  86.  
  87.     /* plane 1 */
  88.     0x3F80,
  89.     0x3F80,
  90.     0x3F80,
  91.     0x3F80,
  92.     0x1F00,
  93.     0x0000,
  94.     };
  95.  
  96.  
  97. USHORT OpenUpData[] =
  98.     {
  99.     /* plane 0 */
  100.     0x0100,
  101.     0x739C,
  102.     0x87C2,
  103.     0x8FE2,
  104.     0x9FF2,
  105.     0xBFFA,
  106.     0x8382,
  107.     0x8382,
  108.     0x8382,
  109.     0x8382,
  110.     0x8382,
  111.     0x7BBC,
  112.     0x0380,
  113.     0x0380,
  114.  
  115.     /* plane 1 */
  116.     0x0000,
  117.     0x0000,
  118.     0x600C,
  119.     0x4004,
  120.     0x0000,
  121.     0x0000,
  122.     0x0000,
  123.     0x783C,
  124.     0x783C,
  125.     0x783C,
  126.     0x783C,
  127.     0x0000,
  128.     0x0000,
  129.     0x0000,
  130.     };
  131.  
  132. USHORT OpenDownData[] =
  133.     {
  134.     /* plane 0 */
  135.     0x0380,
  136.     0x0380,
  137.     0x7BBC,
  138.     0x8382,
  139.     0x8382,
  140.     0x8382,
  141.     0x8382,
  142.     0x8382,
  143.     0xBFFA,
  144.     0x9FF2,
  145.     0x8FE2,
  146.     0x87C2,
  147.     0x739C,
  148.     0x0100,
  149.  
  150.     /* plane 1 */
  151.     0x0000,
  152.     0x0000,
  153.     0x0000,
  154.     0x783C,
  155.     0x783C,
  156.     0x783C,
  157.     0x783C,
  158.     0x0000,
  159.     0x0000,
  160.     0x0000,
  161.     0x4004,
  162.     0x600C,
  163.     0x0000,
  164.     0x0000,
  165.     };
  166.  
  167.