home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 423.lha / Talker_II / mouthyII.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-10-05  |  25.2 KB  |  615 lines

  1.  
  2. /*====================================================================*/
  3. /*  MouthyII.c  -- This file contains the data structures for the     */
  4. /*                 vertical movement/images of the mouth.             */
  5. /*====================================================================*/
  6.  
  7. #include <intuition/intuition.h>
  8. #include "eyesII.h"
  9.  
  10.  
  11. UWORD mouthy0_data[]={
  12. /*-------------- plane 0 ---------------*/
  13. 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
  14. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  15. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  16. 0xf800,0x0f80,0xff00,0x3f80,0xffbf,0x7f80,0xffff,0xff80,
  17. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  18. 0xffff,0xff80,
  19. /*-------------- plane 1 -----------------*/
  20. 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
  21. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  22. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xf800,0x0f80,
  23. 0xffff,0xff80,0xffff,0xff80,0xffc0,0xff80,0xffff,0xff80,
  24. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  25. 0xffff,0xff80,
  26. /*-------------- plane 2 -----------------*/
  27. 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
  28. 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  29. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  30. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  31. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  32. 0x0000,0x0000,
  33. /*-------------- plane 3 -----------------*/
  34. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  35. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  36. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  37. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  38. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  39. 0xffff,0xff80,
  40. };
  41.  
  42. /* Width in WORDS= 0x2HEX....2 decimal */
  43.  
  44.  
  45.  
  46.  
  47. struct Image mouthy0_Image={
  48.                             20,40,              /* LeftEdge, TopEdge */
  49.                             0x19,             /* Width (in pixels) */
  50.                             0x15,             /* Height */
  51.                             0x4,              /* Depth */
  52.                             &mouthy0_data[0], /* pointer to Image data */
  53.                             0xf, 0,           /* PlanePick, PlaneOnOff */
  54.                             NULL              /*pointer to next image*/
  55.                            };
  56.  
  57.  
  58. UWORD mouthy1_data[]={
  59. /*-------------- plane 0 ---------------*/
  60. 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
  61. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  62. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  63. 0xffff,0xff80,0xe3ff,0xf880,0xf800,0x0380,0xfe00,0x0780,
  64. 0xff7f,0xef80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  65. 0xffff,0xff80,
  66. /*-------------- plane 1 -----------------*/
  67. 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
  68. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  69. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  70. 0xe3ff,0xf880,0xfc00,0x0780,0xffff,0xff80,0xffff,0xff80,
  71. 0xff80,0x1f80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  72. 0xffff,0xff80,
  73. /*-------------- plane 2 -----------------*/
  74. 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
  75. 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  76. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  77. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  78. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  79. 0x0000,0x0000,
  80. /*-------------- plane 3 -----------------*/
  81. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  82. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  83. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  84. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  85. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  86. 0xffff,0xff80,
  87. };
  88.  
  89. /* Width in WORDS= 0x2HEX....2 decimal */
  90.  
  91. struct Image mouthy1_Image={
  92.                             20,40,              /* LeftEdge, TopEdge */
  93.                             0x19,             /* Width (in pixels) */
  94.                             0x15,             /* Height */
  95.                             0x4,              /* Depth */
  96.                             &mouthy1_data[0], /* pointer to Image data */
  97.                             0xf, 0,           /* PlanePick, PlaneOnOff */
  98.                             NULL              /*pointer to next image*/
  99.                            };
  100.  
  101.  
  102. UWORD mouthy2_data[]={
  103. /*-------------- plane 0 ---------------*/
  104. 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
  105. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  106. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xfe00,0x0f80,
  107. 0xf7ff,0xff80,0xf3ff,0xfb80,0xf800,0x0780,0xff00,0x3f80,
  108. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  109. 0xffff,0xff80,
  110. /*-------------- plane 1 -----------------*/
  111. 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
  112. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  113. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  114. 0xf800,0x0380,0xfc00,0x0780,0xffff,0xff80,0xffff,0xff80,
  115. 0xffc0,0x7f80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  116. 0xffff,0xff80,
  117. /*-------------- plane 2 -----------------*/
  118. 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
  119. 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  120. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  121. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  122. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  123. 0x0000,0x0000,
  124. /*-------------- plane 3 -----------------*/
  125. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  126. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  127. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  128. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  129. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  130. 0xffff,0xff80,
  131. };
  132.  
  133. /* Width in WORDS= 0x2HEX....2 decimal */
  134.  
  135. struct Image mouthy2_Image={
  136.                           20,40,         
  137.                           0x19,        
  138.                           0x15,        
  139.                           0x4,         
  140.                           &mouthy2_data[0], 
  141.                           0xf, 0,      
  142.                           NULL         
  143.                           };
  144.  
  145.  
  146. UWORD mouthy3_data[]={
  147. /*-------------- plane 0 ---------------*/
  148. 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
  149. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  150. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  151. 0xffff,0xff80,0xffff,0xff80,0xe400,0x0980,0xf3ff,0xf380,
  152. 0xf800,0x0780,0xfeff,0xdf80,0xffff,0xff80,0xffff,0xff80,
  153. 0xffff,0xff80,
  154. /*-------------- plane 1 -----------------*/
  155. 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
  156. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  157. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  158. 0xffff,0xff80,0xe000,0x0180,0xfbff,0xf780,0xfc00,0x0f80,
  159. 0xffff,0xff80,0xff00,0x3f80,0xffff,0xff80,0xffff,0xff80,
  160. 0xffff,0xff80,
  161. /*-------------- plane 2 -----------------*/
  162. 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
  163. 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  164. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  165. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  166. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  167. 0x0000,0x0000,
  168. /*-------------- plane 3 -----------------*/
  169. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  170. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  171. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  172. 0xffff,0xff80,0xffff,0xff80,0xfc00,0x0f80,0xffff,0xff80,
  173. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  174. 0xffff,0xff80,
  175. };
  176.  
  177. /* Width in WORDS= 0x2HEX....2 decimal */
  178.  
  179.  
  180.  
  181.  
  182. struct Image mouthy3_Image={
  183.                           20,40,              /* LeftEdge, TopEdge */
  184.                           0x19,             /* Width (in pixels) */
  185.                           0x15,             /* Height */
  186.                           0x4,              /* Depth */
  187.                           &mouthy3_data[0], /* pointer to Image data */
  188.                           0xf, 0,           /* PlanePick, PlaneOnOff */
  189.                           NULL              /*pointer to next image*/
  190.                           };
  191.  
  192.  
  193. UWORD mouthy4_data[]={
  194. /*-------------- plane 0 ---------------*/
  195. 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
  196. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  197. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xfc00,0x0f80,
  198. 0xffff,0xff80,0xf800,0x0780,0xe400,0x0980,0xf3ff,0xf380,
  199. 0xf800,0x0780,0xfe7f,0x9f80,0xffff,0xff80,0xffff,0xff80,
  200. 0xffff,0xff80,
  201. /*-------------- plane 1 -----------------*/
  202. 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
  203. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  204. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  205. 0xf000,0x0380,0xe7ff,0xf980,0xfbff,0xf780,0xfc00,0x0f80,
  206. 0xffff,0xff80,0xff80,0x7f80,0xffff,0xff80,0xffff,0xff80,
  207. 0xffff,0xff80,
  208. /*-------------- plane 2 -----------------*/
  209. 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
  210. 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  211. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  212. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  213. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  214. 0x0000,0x0000,
  215. /*-------------- plane 3 -----------------*/
  216. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  217. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  218. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  219. 0xffff,0xff80,0xf800,0x0780,0xfc00,0x0f80,0xffff,0xff80,
  220. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  221. 0xffff,0xff80,
  222. };
  223.  
  224. /* Width in WORDS= 0x2HEX....2 decimal */
  225.  
  226.  
  227.  
  228.  
  229. struct Image mouthy4_Image={
  230.                           20,40,              /* LeftEdge, TopEdge */
  231.                           0x19,             /* Width (in pixels) */
  232.                           0x15,             /* Height */
  233.                           0x4,              /* Depth */
  234.                           &mouthy4_data[0], /* pointer to Image data */
  235.                           0xf, 0,           /* PlanePick, PlaneOnOff */
  236.                           NULL              /*pointer to next image*/
  237.                           };
  238.  
  239.  
  240. UWORD mouthy5_data[]={
  241. /*-------------- plane 0 ---------------*/
  242. 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
  243. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  244. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xf800,0x0f80,
  245. 0xe604,0x1380,0xbb04,0x2e80,0xcc00,0x1880,0xf3ff,0xe380,
  246. 0xf800,0x0780,0xfe00,0x0f80,0xff7f,0xdf80,0xffff,0xff80,
  247. 0xffff,0xff80,
  248. /*-------------- plane 1 -----------------*/
  249. 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
  250. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  251. 0xffff,0xff80,0xffff,0xff80,0xf000,0x0780,0xc7ff,0xf180,
  252. 0x9800,0x0c80,0xc400,0x1180,0xf3ff,0xe780,0xfc00,0x1f80,
  253. 0xffff,0xff80,0xffff,0xff80,0xff80,0x3f80,0xffff,0xff80,
  254. 0xffff,0xff80,
  255. /*-------------- plane 2 -----------------*/
  256. 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
  257. 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  258. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  259. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  260. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  261. 0x0000,0x0000,
  262. /*-------------- plane 3 -----------------*/
  263. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  264. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  265. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xf800,0x0f80,
  266. 0xe1fb,0xe380,0xf8fb,0xcf80,0xfc00,0x1f80,0xffff,0xff80,
  267. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  268. 0xffff,0xff80,
  269. };
  270.  
  271. /* Width in WORDS= 0x2HEX....2 decimal */
  272.  
  273.  
  274.  
  275.  
  276. struct Image mouthy5_Image={
  277.                           20,40,              /* LeftEdge, TopEdge */
  278.                           0x19,             /* Width (in pixels) */
  279.                           0x15,             /* Height */
  280.                           0x4,              /* Depth */
  281.                           &mouthy5_data[0], /* pointer to Image data */
  282.                           0xf, 0,           /* PlanePick, PlaneOnOff */
  283.                           NULL              /*pointer to next image*/
  284.                           };
  285.  
  286.  
  287. UWORD mouthy6_data[]={
  288. /*-------------- plane 0 ---------------*/
  289. 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
  290. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  291. 0xffff,0xff80,0xffff,0xff80,0xf800,0x0f80,0xf608,0x3780,
  292. 0xfc08,0x1f80,0xba08,0x3680,0xcc00,0x0c80,0xf3ff,0xf380,
  293. 0xfe00,0x0780,0xff00,0x1f80,0xffbf,0xbf80,0xffff,0xff80,
  294. 0xffff,0xff80,
  295. /*-------------- plane 1 -----------------*/
  296. 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
  297. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  298. 0xffff,0xff80,0xf000,0x0780,0xe7ff,0xf380,0xc800,0x0980,
  299. 0x8000,0x0080,0xc400,0x0980,0xf3ff,0xf380,0xfc00,0x0f80,
  300. 0xffff,0xff80,0xffff,0xff80,0xffc0,0x7f80,0xffff,0xff80,
  301. 0xffff,0xff80,
  302. /*-------------- plane 2 -----------------*/
  303. 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
  304. 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  305. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  306. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  307. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  308. 0x0000,0x0000,
  309. /*-------------- plane 3 -----------------*/
  310. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  311. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  312. 0xffff,0xff80,0xffff,0xff80,0xf800,0x0f80,0xf1f7,0xc780,
  313. 0xe3f7,0xe380,0xf9f7,0xc780,0xfc00,0x0f80,0xffff,0xff80,
  314. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  315. 0xffff,0xff80,
  316. };
  317.  
  318. /* Width in WORDS= 0x2HEX....2 decimal */
  319.  
  320.  
  321.  
  322.  
  323. struct Image mouthy6_Image={
  324.                           20,40,              /* LeftEdge, TopEdge */
  325.                           0x19,             /* Width (in pixels) */
  326.                           0x15,             /* Height */
  327.                           0x4,              /* Depth */
  328.                           &mouthy6_data[0], /* pointer to Image data */
  329.                           0xf, 0,           /* PlanePick, PlaneOnOff */
  330.                           NULL              /*pointer to next image*/
  331.                           };
  332.  
  333.  
  334. UWORD mouthy7_data[]={
  335. /*-------------- plane 0 ---------------*/
  336. 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
  337. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  338. 0xfc00,0x0f80,0xffff,0xff80,0xfc04,0x0f80,0xfd04,0x1b80,
  339. 0xe604,0x2680,0xf380,0x1d80,0xf8ff,0xf380,0xfc00,0x0780,
  340. 0xff00,0x1f80,0xffdf,0xbf80,0xffff,0xff80,0xffff,0xff80,
  341. 0xffff,0xff80,
  342. /*-------------- plane 1 -----------------*/
  343. 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
  344. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xfc00,0x0f80,
  345. 0xf3ff,0xf380,0xe000,0x0180,0xe000,0x0080,0xe200,0x0480,
  346. 0xf980,0x1980,0xfc7f,0xe380,0xff00,0x0f80,0xffff,0xff80,
  347. 0xffff,0xff80,0xffe0,0x7f80,0xffff,0xff80,0xffff,0xff80,
  348. 0xffff,0xff80,
  349. /*-------------- plane 2 -----------------*/
  350. 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
  351. 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  352. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  353. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  354. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  355. 0x0000,0x0000,
  356. /*-------------- plane 3 -----------------*/
  357. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  358. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  359. 0xfc00,0x0f80,0xf800,0x0780,0xf3fb,0xf180,0xfcfb,0xe380,
  360. 0xfe7b,0xc780,0xff80,0x1f80,0xffff,0xff80,0xffff,0xff80,
  361. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  362. 0xffff,0xff80,
  363. };
  364.  
  365. /* Width in WORDS= 0x2HEX....2 decimal */
  366.  
  367.  
  368.  
  369.  
  370. struct Image mouthy7_Image={
  371.                           20,40,              /* LeftEdge, TopEdge */
  372.                           0x19,             /* Width (in pixels) */
  373.                           0x15,             /* Height */
  374.                           0x4,              /* Depth */
  375.                           &mouthy7_data[0], /* pointer to Image data */
  376.                           0xf, 0,           /* PlanePick, PlaneOnOff */
  377.                           NULL              /*pointer to next image*/
  378.                           };
  379.  
  380.  
  381. UWORD mouthy8_data[]={
  382. /*-------------- plane 0 ---------------*/
  383. 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
  384. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  385. 0xfc00,0x0780,0xffff,0xff80,0xf804,0x0380,0xf804,0x0380,
  386. 0xe404,0x0480,0xf300,0x1980,0xf8ff,0xe380,0xfc00,0x0780,
  387. 0xff00,0x1f80,0xffdf,0xbf80,0xffff,0xff80,0xffff,0xff80,
  388. 0xffff,0xff80,
  389. /*-------------- plane 1 -----------------*/
  390. 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
  391. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xfc00,0x0780,
  392. 0xf3ff,0xf980,0xe000,0x0080,0xe000,0x0080,0xe400,0x0480,
  393. 0xfb00,0x1b80,0xfcff,0xe780,0xff00,0x1f80,0xffff,0xff80,
  394. 0xffff,0xff80,0xffe0,0x7f80,0xffff,0xff80,0xffff,0xff80,
  395. 0xffff,0xff80,
  396. /*-------------- plane 2 -----------------*/
  397. 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
  398. 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  399. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  400. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  401. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  402. 0x0000,0x0000,
  403. /*-------------- plane 3 -----------------*/
  404. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  405. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  406. 0xfc00,0x0780,0xf800,0x0380,0xf7fb,0xfd80,0xfbfb,0xfb80,
  407. 0xfcfb,0xe780,0xff00,0x1f80,0xffff,0xff80,0xffff,0xff80,
  408. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  409. 0xffff,0xff80,
  410. };
  411.  
  412. /* Width in WORDS= 0x2HEX....2 decimal */
  413.  
  414.  
  415.  
  416.  
  417. struct Image mouthy8_Image={
  418.                            20,40,              /* LeftEdge, TopEdge */
  419.                            0x19,             /* Width (in pixels) */
  420.                            0x15,             /* Height */
  421.                            0x4,              /* Depth */
  422.                            &mouthy8_data[0], /* pointer to Image data */
  423.                            0xf, 0,           /* PlanePick, PlaneOnOff */
  424.                            NULL              /*pointer to next image*/
  425.                           };
  426.  
  427.  
  428. UWORD mouthy9_data[]={
  429. /*-------------- plane 0 ---------------*/
  430. 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
  431. 0xff80,0x7f80,0xff00,0x3f80,0xfe7f,0xcf80,0xfdc0,0x7780,
  432. 0xfb3f,0x9b80,0xf6f3,0xed80,0xfdff,0xf780,0xff04,0x3f80,
  433. 0xfe04,0x1f80,0xec04,0x0d80,0xf604,0x1b80,0xfb04,0x3780,
  434. 0xfdc0,0xef80,0xfe7f,0x8f80,0xff80,0x7f80,0xffde,0xff80,
  435. 0xffff,0xff80,
  436. /*-------------- plane 1 -----------------*/
  437. 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
  438. 0xffc0,0xff80,0xffff,0xff80,0xff80,0x3f80,0xfe3f,0x8f80,
  439. 0xfcc0,0x6780,0xf900,0x1380,0xe200,0x0980,0xe000,0x0180,
  440. 0xe000,0x0180,0xf000,0x0380,0xf900,0x2780,0xfcc0,0xcf80,
  441. 0xfe3f,0x1f80,0xff80,0x7f80,0xffff,0xff80,0xffe1,0xff80,
  442. 0xffff,0xff80,
  443. /*-------------- plane 2 -----------------*/
  444. 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
  445. 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  446. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  447. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  448. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  449. 0x0000,0x0000,
  450. /*-------------- plane 3 -----------------*/
  451. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  452. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffc0,0x7f80,
  453. 0xff00,0x1f80,0xfe0c,0x0f80,0xfc00,0x0780,0xf0fb,0xc380,
  454. 0xf1fb,0xe380,0xfbfb,0xf780,0xfefb,0xdf80,0xff3b,0x3f80,
  455. 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  456. 0xffff,0xff80,
  457. };
  458.  
  459. /* Width in WORDS= 0x2HEX....2 decimal */
  460.  
  461.  
  462.  
  463.  
  464. struct Image mouthy9_Image={
  465.                             20,40,             
  466.                             0x19,            
  467.                             0x15,            
  468.                             0x4,             
  469.                             &mouthy9_data[0],
  470.                             0xf, 0,          
  471.                             NULL             
  472.                            };
  473.  
  474.  
  475. UWORD mouthy10_data[]={
  476. /*-------------- plane 0 ---------------*/
  477. 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xfe3f,0x1f80,
  478. 0xff80,0x7f80,0xffc0,0xff80,0xffff,0xff80,0xfd80,0x6f80,
  479. 0xfa73,0x9780,0xf5f7,0xeb80,0xfbff,0xf780,0xffff,0xff80,
  480. 0xffe0,0xff80,0xff80,0x7f80,0xdfc0,0x7f80,0xebc0,0xf580,
  481. 0xe4e1,0xcb80,0xf33f,0x3780,0xf8c0,0xc780,0xfe3f,0x1f80,
  482. 0xff80,0x3f80,
  483. /*-------------- plane 1 -----------------*/
  484. 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
  485. 0xffc0,0xff80,0xffff,0xff80,0xff80,0x7f80,0xfe7f,0x9f80,
  486. 0xfd80,0x6f80,0xfa00,0x1780,0xf400,0x0b80,0xe000,0x0180,
  487. 0xe000,0x0180,0xe000,0x0180,0xe000,0x0180,0xf400,0x0b80,
  488. 0xfb00,0x3780,0xfcc0,0xcf80,0xff3f,0x3f80,0xffc0,0xff80,
  489. 0xffff,0xff80,
  490. /*-------------- plane 2 -----------------*/
  491. 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
  492. 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  493. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  494. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  495. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  496. 0x0000,0x0000,
  497. /*-------------- plane 3 -----------------*/
  498. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  499. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xff80,0x7f80,
  500. 0xfe0c,0x1f80,0xfc08,0x0f80,0xf800,0x0780,0xf000,0x0380,
  501. 0xf01f,0x0380,0xf07f,0x8380,0xf83f,0x8780,0xf83f,0x0780,
  502. 0xfc1e,0x0f80,0xff00,0x3f80,0xffc0,0xff80,0xffff,0xff80,
  503. 0xffff,0xff80,
  504. };
  505.  
  506. /* Width in WORDS= 0x2HEX....2 decimal */
  507.  
  508.  
  509.  
  510.  
  511. struct Image mouthy10_Image={
  512.                              20,40,               /* LeftEdge, TopEdge */
  513.                              0x19,              /* Width (in pixels) */
  514.                              0x15,              /* Height */
  515.                              0x4,               /* Depth */
  516.                              &mouthy10_data[0], /* pointer to Image data */
  517.                              0xf, 0,            /* PlanePick, PlaneOnOff */
  518.                              NULL               /*pointer to next image*/
  519.                              };
  520.  
  521.  
  522. UWORD mouthy11_data[]={
  523. /*-------------- plane 0 ---------------*/
  524. 0xffff,0x1f80,0xffff,0xbf80,0xff7f,0xdf80,0xff9f,0xbf80,
  525. 0xffe0,0x7f80,0xffff,0xff80,0xffff,0xff80,0xff84,0x3f80,
  526. 0xfe73,0xcf80,0xf9fb,0xf380,0xf7ff,0xfd80,0xff04,0x1f80,
  527. 0xfc04,0x0780,0xf804,0x0300,0xd804,0x0300,0xcc04,0x0280,
  528. 0xe600,0x0c80,0xf184,0x3180,0xfc7f,0xc780,0xff00,0x1f80,
  529. 0xffbf,0xbf80,
  530. /*-------------- plane 1 -----------------*/
  531. 0xffff,0xff80,0xffff,0xff80,0xff7f,0xdf80,0xff9f,0xbf80,
  532. 0xffe0,0x7f80,0xffff,0xff80,0xff80,0x3f80,0xfe7b,0xcf80,
  533. 0xf980,0x3380,0xf600,0x0d80,0xe800,0x0280,0xe000,0x0080,
  534. 0xe000,0x0080,0xe000,0x0080,0xe000,0x0080,0xf200,0x0d80,
  535. 0xf980,0x3380,0xfe7b,0xcf80,0xff80,0x3f80,0xffff,0xff80,
  536. 0xffc0,0x7f80,
  537. /*-------------- plane 2 -----------------*/
  538. 0x0000,0x0000,0x0000,0x0000,0x0080,0x2000,0x0060,0x4000,
  539. 0x001f,0x8000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  540. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  541. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  542. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  543. 0x0000,0x0000,
  544. /*-------------- plane 3 -----------------*/
  545. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  546. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xff80,0x3f80,
  547. 0xfe0c,0x0f80,0xf804,0x0380,0xf000,0x0180,0xf0fb,0xe180,
  548. 0xe3fb,0xf880,0xf7fb,0xfd80,0xf7fb,0xfd80,0xfdfb,0xf380,
  549. 0xfe7f,0xcf80,0xff80,0x3f80,0xffff,0xff80,0xffff,0xff80,
  550. 0xffff,0xff80,
  551. };
  552.  
  553. /* Width in WORDS= 0x2HEX....2 decimal */
  554.  
  555.  
  556.  
  557.  
  558. struct Image mouthy11_Image={
  559.                              20,40,               /* LeftEdge, TopEdge */
  560.                              0x19,              /* Width (in pixels) */
  561.                              0x15,              /* Height */
  562.                              0x4,               /* Depth */
  563.                              &mouthy11_data[0], /* pointer to Image data */
  564.                              0xf, 0,            /* PlanePick, PlaneOnOff */
  565.                              NULL               /*pointer to next image*/
  566.                              };
  567.  
  568.  
  569. UWORD mouthy12_data[]={
  570. /*-------------- plane 0 ---------------*/
  571. 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xfc7f,0x1f80,
  572. 0xf380,0xff80,0xee04,0x1f80,0xdfe7,0xff80,0xdff7,0xff80,
  573. 0xbfff,0xfe80,0xbc08,0x0e80,0xb808,0x0680,0xb008,0x0280,
  574. 0xb008,0x0280,0xd808,0x0d80,0xd808,0x0d80,0xee00,0x3b80,
  575. 0xf380,0xe780,0xfc7f,0x1f80,0xfe00,0x3f80,0xff00,0x3f80,
  576. 0xffbf,0x7f80,
  577. /*-------------- plane 1 -----------------*/
  578. 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff7f,0x3f80,
  579. 0xfc00,0x0f80,0xf1fb,0xe380,0xe000,0x0180,0xe000,0x0180,
  580. 0xc000,0x0180,0xc000,0x0180,0xc000,0x0180,0xc000,0x0180,
  581. 0xc000,0x0180,0xe000,0x0380,0xe600,0x3380,0xf1c1,0xc780,
  582. 0xfc7f,0x1f80,0xff80,0xff80,0xffff,0xff80,0xffff,0xff80,
  583. 0xffc0,0xff80,
  584. /*-------------- plane 2 -----------------*/
  585. 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x0080,0xc000,
  586. 0x007f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  587. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  588. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  589. 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
  590. 0x0000,0x0000,
  591. /*-------------- plane 3 -----------------*/
  592. 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  593. 0xffff,0xff80,0xfe00,0x1f80,0xf818,0x0780,0xf008,0x0380,
  594. 0xe000,0x0380,0xe3f7,0xf380,0xc7f7,0xf980,0xeff7,0xff80,
  595. 0xeff7,0xff80,0xf7f7,0xf780,0xf9f7,0xcf80,0xfe3e,0x3f80,
  596. 0xff80,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
  597. 0xffff,0xff80,
  598. };
  599.  
  600. /* Width in WORDS= 0x2HEX....2 decimal */
  601.  
  602.  
  603.  
  604.  
  605. struct Image mouthy12_Image={
  606.                              20,40,             /* LeftEdge, TopEdge */
  607.                              0x19,              /* Width (in pixels) */
  608.                              0x15,              /* Height */
  609.                              0x4,               /* Depth */
  610.                              &mouthy12_data[0], /* pointer to Image data */
  611.                              0xf, 0,            /* PlanePick, PlaneOnOff */
  612.                              NULL               /*pointer to next image*/
  613.                              };
  614.  
  615.