home *** CD-ROM | disk | FTP | other *** search
-
- /*====================================================================*/
- /* MouthyII.c -- This file contains the data structures for the */
- /* vertical movement/images of the mouth. */
- /*====================================================================*/
-
- #include <intuition/intuition.h>
- #include "eyesII.h"
-
-
- UWORD mouthy0_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xf800,0x0f80,0xff00,0x3f80,0xffbf,0x7f80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 1 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xf800,0x0f80,
- 0xffff,0xff80,0xffff,0xff80,0xffc0,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
- 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- };
-
- /* Width in WORDS= 0x2HEX....2 decimal */
-
-
-
-
- struct Image mouthy0_Image={
- 20,40, /* LeftEdge, TopEdge */
- 0x19, /* Width (in pixels) */
- 0x15, /* Height */
- 0x4, /* Depth */
- &mouthy0_data[0], /* pointer to Image data */
- 0xf, 0, /* PlanePick, PlaneOnOff */
- NULL /*pointer to next image*/
- };
-
-
- UWORD mouthy1_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xe3ff,0xf880,0xf800,0x0380,0xfe00,0x0780,
- 0xff7f,0xef80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 1 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xe3ff,0xf880,0xfc00,0x0780,0xffff,0xff80,0xffff,0xff80,
- 0xff80,0x1f80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
- 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- };
-
- /* Width in WORDS= 0x2HEX....2 decimal */
-
- struct Image mouthy1_Image={
- 20,40, /* LeftEdge, TopEdge */
- 0x19, /* Width (in pixels) */
- 0x15, /* Height */
- 0x4, /* Depth */
- &mouthy1_data[0], /* pointer to Image data */
- 0xf, 0, /* PlanePick, PlaneOnOff */
- NULL /*pointer to next image*/
- };
-
-
- UWORD mouthy2_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xfe00,0x0f80,
- 0xf7ff,0xff80,0xf3ff,0xfb80,0xf800,0x0780,0xff00,0x3f80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 1 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xf800,0x0380,0xfc00,0x0780,0xffff,0xff80,0xffff,0xff80,
- 0xffc0,0x7f80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
- 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- };
-
- /* Width in WORDS= 0x2HEX....2 decimal */
-
- struct Image mouthy2_Image={
- 20,40,
- 0x19,
- 0x15,
- 0x4,
- &mouthy2_data[0],
- 0xf, 0,
- NULL
- };
-
-
- UWORD mouthy3_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xe400,0x0980,0xf3ff,0xf380,
- 0xf800,0x0780,0xfeff,0xdf80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 1 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xe000,0x0180,0xfbff,0xf780,0xfc00,0x0f80,
- 0xffff,0xff80,0xff00,0x3f80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
- 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xfc00,0x0f80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- };
-
- /* Width in WORDS= 0x2HEX....2 decimal */
-
-
-
-
- struct Image mouthy3_Image={
- 20,40, /* LeftEdge, TopEdge */
- 0x19, /* Width (in pixels) */
- 0x15, /* Height */
- 0x4, /* Depth */
- &mouthy3_data[0], /* pointer to Image data */
- 0xf, 0, /* PlanePick, PlaneOnOff */
- NULL /*pointer to next image*/
- };
-
-
- UWORD mouthy4_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xfc00,0x0f80,
- 0xffff,0xff80,0xf800,0x0780,0xe400,0x0980,0xf3ff,0xf380,
- 0xf800,0x0780,0xfe7f,0x9f80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 1 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xf000,0x0380,0xe7ff,0xf980,0xfbff,0xf780,0xfc00,0x0f80,
- 0xffff,0xff80,0xff80,0x7f80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
- 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xf800,0x0780,0xfc00,0x0f80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- };
-
- /* Width in WORDS= 0x2HEX....2 decimal */
-
-
-
-
- struct Image mouthy4_Image={
- 20,40, /* LeftEdge, TopEdge */
- 0x19, /* Width (in pixels) */
- 0x15, /* Height */
- 0x4, /* Depth */
- &mouthy4_data[0], /* pointer to Image data */
- 0xf, 0, /* PlanePick, PlaneOnOff */
- NULL /*pointer to next image*/
- };
-
-
- UWORD mouthy5_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xf800,0x0f80,
- 0xe604,0x1380,0xbb04,0x2e80,0xcc00,0x1880,0xf3ff,0xe380,
- 0xf800,0x0780,0xfe00,0x0f80,0xff7f,0xdf80,0xffff,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 1 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xf000,0x0780,0xc7ff,0xf180,
- 0x9800,0x0c80,0xc400,0x1180,0xf3ff,0xe780,0xfc00,0x1f80,
- 0xffff,0xff80,0xffff,0xff80,0xff80,0x3f80,0xffff,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
- 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xf800,0x0f80,
- 0xe1fb,0xe380,0xf8fb,0xcf80,0xfc00,0x1f80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- };
-
- /* Width in WORDS= 0x2HEX....2 decimal */
-
-
-
-
- struct Image mouthy5_Image={
- 20,40, /* LeftEdge, TopEdge */
- 0x19, /* Width (in pixels) */
- 0x15, /* Height */
- 0x4, /* Depth */
- &mouthy5_data[0], /* pointer to Image data */
- 0xf, 0, /* PlanePick, PlaneOnOff */
- NULL /*pointer to next image*/
- };
-
-
- UWORD mouthy6_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xf800,0x0f80,0xf608,0x3780,
- 0xfc08,0x1f80,0xba08,0x3680,0xcc00,0x0c80,0xf3ff,0xf380,
- 0xfe00,0x0780,0xff00,0x1f80,0xffbf,0xbf80,0xffff,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 1 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xf000,0x0780,0xe7ff,0xf380,0xc800,0x0980,
- 0x8000,0x0080,0xc400,0x0980,0xf3ff,0xf380,0xfc00,0x0f80,
- 0xffff,0xff80,0xffff,0xff80,0xffc0,0x7f80,0xffff,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
- 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xf800,0x0f80,0xf1f7,0xc780,
- 0xe3f7,0xe380,0xf9f7,0xc780,0xfc00,0x0f80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- };
-
- /* Width in WORDS= 0x2HEX....2 decimal */
-
-
-
-
- struct Image mouthy6_Image={
- 20,40, /* LeftEdge, TopEdge */
- 0x19, /* Width (in pixels) */
- 0x15, /* Height */
- 0x4, /* Depth */
- &mouthy6_data[0], /* pointer to Image data */
- 0xf, 0, /* PlanePick, PlaneOnOff */
- NULL /*pointer to next image*/
- };
-
-
- UWORD mouthy7_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xfc00,0x0f80,0xffff,0xff80,0xfc04,0x0f80,0xfd04,0x1b80,
- 0xe604,0x2680,0xf380,0x1d80,0xf8ff,0xf380,0xfc00,0x0780,
- 0xff00,0x1f80,0xffdf,0xbf80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 1 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xfc00,0x0f80,
- 0xf3ff,0xf380,0xe000,0x0180,0xe000,0x0080,0xe200,0x0480,
- 0xf980,0x1980,0xfc7f,0xe380,0xff00,0x0f80,0xffff,0xff80,
- 0xffff,0xff80,0xffe0,0x7f80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
- 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xfc00,0x0f80,0xf800,0x0780,0xf3fb,0xf180,0xfcfb,0xe380,
- 0xfe7b,0xc780,0xff80,0x1f80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- };
-
- /* Width in WORDS= 0x2HEX....2 decimal */
-
-
-
-
- struct Image mouthy7_Image={
- 20,40, /* LeftEdge, TopEdge */
- 0x19, /* Width (in pixels) */
- 0x15, /* Height */
- 0x4, /* Depth */
- &mouthy7_data[0], /* pointer to Image data */
- 0xf, 0, /* PlanePick, PlaneOnOff */
- NULL /*pointer to next image*/
- };
-
-
- UWORD mouthy8_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xfc00,0x0780,0xffff,0xff80,0xf804,0x0380,0xf804,0x0380,
- 0xe404,0x0480,0xf300,0x1980,0xf8ff,0xe380,0xfc00,0x0780,
- 0xff00,0x1f80,0xffdf,0xbf80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 1 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xfc00,0x0780,
- 0xf3ff,0xf980,0xe000,0x0080,0xe000,0x0080,0xe400,0x0480,
- 0xfb00,0x1b80,0xfcff,0xe780,0xff00,0x1f80,0xffff,0xff80,
- 0xffff,0xff80,0xffe0,0x7f80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
- 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xfc00,0x0780,0xf800,0x0380,0xf7fb,0xfd80,0xfbfb,0xfb80,
- 0xfcfb,0xe780,0xff00,0x1f80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- };
-
- /* Width in WORDS= 0x2HEX....2 decimal */
-
-
-
-
- struct Image mouthy8_Image={
- 20,40, /* LeftEdge, TopEdge */
- 0x19, /* Width (in pixels) */
- 0x15, /* Height */
- 0x4, /* Depth */
- &mouthy8_data[0], /* pointer to Image data */
- 0xf, 0, /* PlanePick, PlaneOnOff */
- NULL /*pointer to next image*/
- };
-
-
- UWORD mouthy9_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xff80,0x7f80,0xff00,0x3f80,0xfe7f,0xcf80,0xfdc0,0x7780,
- 0xfb3f,0x9b80,0xf6f3,0xed80,0xfdff,0xf780,0xff04,0x3f80,
- 0xfe04,0x1f80,0xec04,0x0d80,0xf604,0x1b80,0xfb04,0x3780,
- 0xfdc0,0xef80,0xfe7f,0x8f80,0xff80,0x7f80,0xffde,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 1 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xff80,0x3f80,0xfe3f,0x8f80,
- 0xfcc0,0x6780,0xf900,0x1380,0xe200,0x0980,0xe000,0x0180,
- 0xe000,0x0180,0xf000,0x0380,0xf900,0x2780,0xfcc0,0xcf80,
- 0xfe3f,0x1f80,0xff80,0x7f80,0xffff,0xff80,0xffe1,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
- 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffc0,0x7f80,
- 0xff00,0x1f80,0xfe0c,0x0f80,0xfc00,0x0780,0xf0fb,0xc380,
- 0xf1fb,0xe380,0xfbfb,0xf780,0xfefb,0xdf80,0xff3b,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- };
-
- /* Width in WORDS= 0x2HEX....2 decimal */
-
-
-
-
- struct Image mouthy9_Image={
- 20,40,
- 0x19,
- 0x15,
- 0x4,
- &mouthy9_data[0],
- 0xf, 0,
- NULL
- };
-
-
- UWORD mouthy10_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xfe3f,0x1f80,
- 0xff80,0x7f80,0xffc0,0xff80,0xffff,0xff80,0xfd80,0x6f80,
- 0xfa73,0x9780,0xf5f7,0xeb80,0xfbff,0xf780,0xffff,0xff80,
- 0xffe0,0xff80,0xff80,0x7f80,0xdfc0,0x7f80,0xebc0,0xf580,
- 0xe4e1,0xcb80,0xf33f,0x3780,0xf8c0,0xc780,0xfe3f,0x1f80,
- 0xff80,0x3f80,
- /*-------------- plane 1 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff3f,0x3f80,
- 0xffc0,0xff80,0xffff,0xff80,0xff80,0x7f80,0xfe7f,0x9f80,
- 0xfd80,0x6f80,0xfa00,0x1780,0xf400,0x0b80,0xe000,0x0180,
- 0xe000,0x0180,0xe000,0x0180,0xe000,0x0180,0xf400,0x0b80,
- 0xfb00,0x3780,0xfcc0,0xcf80,0xff3f,0x3f80,0xffc0,0xff80,
- 0xffff,0xff80,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x00c0,0xc000,
- 0x003f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xff80,0x7f80,
- 0xfe0c,0x1f80,0xfc08,0x0f80,0xf800,0x0780,0xf000,0x0380,
- 0xf01f,0x0380,0xf07f,0x8380,0xf83f,0x8780,0xf83f,0x0780,
- 0xfc1e,0x0f80,0xff00,0x3f80,0xffc0,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- };
-
- /* Width in WORDS= 0x2HEX....2 decimal */
-
-
-
-
- struct Image mouthy10_Image={
- 20,40, /* LeftEdge, TopEdge */
- 0x19, /* Width (in pixels) */
- 0x15, /* Height */
- 0x4, /* Depth */
- &mouthy10_data[0], /* pointer to Image data */
- 0xf, 0, /* PlanePick, PlaneOnOff */
- NULL /*pointer to next image*/
- };
-
-
- UWORD mouthy11_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0x1f80,0xffff,0xbf80,0xff7f,0xdf80,0xff9f,0xbf80,
- 0xffe0,0x7f80,0xffff,0xff80,0xffff,0xff80,0xff84,0x3f80,
- 0xfe73,0xcf80,0xf9fb,0xf380,0xf7ff,0xfd80,0xff04,0x1f80,
- 0xfc04,0x0780,0xf804,0x0300,0xd804,0x0300,0xcc04,0x0280,
- 0xe600,0x0c80,0xf184,0x3180,0xfc7f,0xc780,0xff00,0x1f80,
- 0xffbf,0xbf80,
- /*-------------- plane 1 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xff7f,0xdf80,0xff9f,0xbf80,
- 0xffe0,0x7f80,0xffff,0xff80,0xff80,0x3f80,0xfe7b,0xcf80,
- 0xf980,0x3380,0xf600,0x0d80,0xe800,0x0280,0xe000,0x0080,
- 0xe000,0x0080,0xe000,0x0080,0xe000,0x0080,0xf200,0x0d80,
- 0xf980,0x3380,0xfe7b,0xcf80,0xff80,0x3f80,0xffff,0xff80,
- 0xffc0,0x7f80,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0080,0x2000,0x0060,0x4000,
- 0x001f,0x8000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xff80,0x3f80,
- 0xfe0c,0x0f80,0xf804,0x0380,0xf000,0x0180,0xf0fb,0xe180,
- 0xe3fb,0xf880,0xf7fb,0xfd80,0xf7fb,0xfd80,0xfdfb,0xf380,
- 0xfe7f,0xcf80,0xff80,0x3f80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- };
-
- /* Width in WORDS= 0x2HEX....2 decimal */
-
-
-
-
- struct Image mouthy11_Image={
- 20,40, /* LeftEdge, TopEdge */
- 0x19, /* Width (in pixels) */
- 0x15, /* Height */
- 0x4, /* Depth */
- &mouthy11_data[0], /* pointer to Image data */
- 0xf, 0, /* PlanePick, PlaneOnOff */
- NULL /*pointer to next image*/
- };
-
-
- UWORD mouthy12_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0x1f80,0xffff,0xbf80,0xfeff,0xdf80,0xfc7f,0x1f80,
- 0xf380,0xff80,0xee04,0x1f80,0xdfe7,0xff80,0xdff7,0xff80,
- 0xbfff,0xfe80,0xbc08,0x0e80,0xb808,0x0680,0xb008,0x0280,
- 0xb008,0x0280,0xd808,0x0d80,0xd808,0x0d80,0xee00,0x3b80,
- 0xf380,0xe780,0xfc7f,0x1f80,0xfe00,0x3f80,0xff00,0x3f80,
- 0xffbf,0x7f80,
- /*-------------- plane 1 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xfeff,0xdf80,0xff7f,0x3f80,
- 0xfc00,0x0f80,0xf1fb,0xe380,0xe000,0x0180,0xe000,0x0180,
- 0xc000,0x0180,0xc000,0x0180,0xc000,0x0180,0xc000,0x0180,
- 0xc000,0x0180,0xe000,0x0380,0xe600,0x3380,0xf1c1,0xc780,
- 0xfc7f,0x1f80,0xff80,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffc0,0xff80,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0100,0x2000,0x0080,0xc000,
- 0x007f,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,0xfe00,0x1f80,0xf818,0x0780,0xf008,0x0380,
- 0xe000,0x0380,0xe3f7,0xf380,0xc7f7,0xf980,0xeff7,0xff80,
- 0xeff7,0xff80,0xf7f7,0xf780,0xf9f7,0xcf80,0xfe3e,0x3f80,
- 0xff80,0xff80,0xffff,0xff80,0xffff,0xff80,0xffff,0xff80,
- 0xffff,0xff80,
- };
-
- /* Width in WORDS= 0x2HEX....2 decimal */
-
-
-
-
- struct Image mouthy12_Image={
- 20,40, /* LeftEdge, TopEdge */
- 0x19, /* Width (in pixels) */
- 0x15, /* Height */
- 0x4, /* Depth */
- &mouthy12_data[0], /* pointer to Image data */
- 0xf, 0, /* PlanePick, PlaneOnOff */
- NULL /*pointer to next image*/
- };
-
-