static UWORD chip speakerdata[]=
{
/*-------- plane # 0 --------*/

  0x0000,
  0x4070,
  0x41f0,
  0xe770,
  0xbde0,
  0x5ab0,
  0xb150,
  0x5c20,
  0x1e10,
  0x0780,
  0xe1e0,
  0x4078,
  0x0018,

/*-------- plane # 1 --------*/

  0x0018,
  0x0008,
  0xa008,
  0x0088,
  0x5218,
  0xb548,
  0x5ea8,
  0xbfd8,
  0xffe8,
  0xe7f8,
  0xe1f8,
  0x4078,
  0x0018
};

static struct Image speakerimage=
{
  0,0,13,13,2,
  &speakerdata[0],
  0x3,0x0,NULL
};
