home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD1.img
/
d1xx
/
d151
/
pcopy
/
chip.c
< prev
next >
Wrap
C/C++ Source or Header
|
1987-06-15
|
3KB
|
143 lines
#include "pcopy.h"
/* Single plane "OFF" image */
USHORT OFFData[]={
0xffff,0xffff,0xffff,
0xc000,0x0000,0x0003,
0xc07e,0x1ff9,0xff83,
0xc0c3,0x0c18,0xc183,
0xc181,0x8c00,0xc003,
0xc181,0x8f80,0xf803,
0xc181,0x8c00,0xc003,
0xc0c3,0x0c00,0xc003,
0xc07e,0x1e01,0xe003,
0xc000,0x0000,0x0003,
0xffff,0xffff,0xffff
};
/* Double plane "ON" image */
USHORT ONData[]={
0xffff,0xffff,0xffff,
0xc000,0x0000,0x0003,
0xc003,0xf038,0x3003,
0xc006,0x183c,0x3003,
0xc00c,0x0c36,0x3003,
0xc00c,0x0c33,0x3003,
0xc00c,0x0c31,0xb003,
0xc006,0x1830,0xf003,
0xc003,0xf030,0x7003,
0xc000,0x0000,0x0003,
0xffff,0xffff,0xffff,
0x0000,0x0000,0x0000,
0x0000,0x0000,0x0000,
0x0003,0xf038,0x3000,
0x0006,0x183c,0x3000,
0x000c,0x0c36,0x3000,
0x000c,0x0c33,0x3000,
0x000c,0x0c31,0xb000,
0x0006,0x1830,0xf000,
0x0003,0xf030,0x7000,
0x0000,0x0000,0x0000,
0x0000,0x0000,0x0000,
};
/* Single plane "->" image */
USHORT ARRData[]={
0xffff,0xffff,0xffff,
0xc000,0x0000,0x0003,
0xc000,0x0007,0x8003,
0xc000,0x0003,0xf003,
0xc1ff,0xffff,0xff03,
0xc1ff,0xffff,0xffc3,
0xc1ff,0xffff,0xff03,
0xc000,0x0003,0xf003,
0xc000,0x0007,0x8003,
0xc000,0x0000,0x0003,
0xffff,0xffff,0xffff
};
/* Single plane "<-" image */
USHORT ARLData[]={
0xffff,0xffff,0xffff,
0xc000,0x0000,0x0003,
0xc001,0xe000,0x0003,
0xc00f,0xc000,0x0003,
0xc0ff,0xffff,0xff83,
0xc3ff,0xffff,0xff83,
0xc0ff,0xffff,0xff83,
0xc00f,0xc000,0x0003,
0xc001,0xe000,0x0003,
0xc000,0x0000,0x0003,
0xffff,0xffff,0xffff
};
/* Double plane Exclamation image */
USHORT EclaData[]={
0x007f,0xfe00,
0x07ff,0xffe0,
0x1fff,0xfff8,
0x7fff,0xfffe,
0xffff,0xffff,
0xffff,0xffff,
0xffff,0xffff,
0x7fff,0xfffe,
0x7fff,0xfffe,
0x3fff,0xfffc,
0x1fff,0xfff8,
0x07ff,0xffe0,
0x01ff,0xff80,
0x007f,0xfe00,
0x001f,0xf800,
0x0003,0xc000,
0x0000,0x0000,
0x0007,0xe000,
0x003f,0xfc00,
0x007f,0xfe00,
0x00ff,0xff00,
0x007f,0xfe00,
0x003f,0xfc00,
0x0007,0xe000,
0x007f,0xfe00,
0x07ff,0xffe0,
0x1fff,0xfff8,
0x7fff,0xfffe,
0xffff,0xffff,
0xffff,0xffff,
0xffff,0xffff,
0x7fff,0xfffe,
0x7fff,0xfffe,
0x3fff,0xfffc,
0x1fff,0xfff8,
0x07ff,0xffe0,
0x01ff,0xff80,
0x007f,0xfe00,
0x001f,0xf800,
0x0003,0xc000,
0x0000,0x0000,
0x0007,0xe000,
0x003f,0xfc00,
0x007f,0xfe00,
0x00ff,0xff00,
0x007f,0xfe00,
0x003f,0xfc00,
0x0007,0xe000,
};
/* Kind of block wave */
UBYTE SoundData[]={
100, 120, 110, 80, 100, 100, 127, 90, 50, 0,
-100, -120, -110, -80, -100, -100, -127, -90, -50, 0
};
/* for length determination purposes */
UBYTE SoundData1[]={ 0, 0 };