Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Sid Tool (Pacman) Part 1 of 5.

5 views
Skip to first unread message

ri...@sunk.uucp

unread,
Apr 12, 1987, 2:09:18 AM4/12/87
to
This is the next major release of sidtool, the pacman like game
for the Sun. This version has been rewritten to use SunView.
Outwardly, there is not much difference, inwardly in now uses
a state automation machine, to achieve the different states in
"real-time", and also give the Notifier a chance to do its "thing".

This version has got a fair chance of working reasonably on a Sun2,
by altering the SPEED definition in sidtool.h (probably down to 0).
I haven't got a Sun2, so that hasn't been tested.

I'll expect to rewrite this again in about six monthes time in NeWS,
and at the time, the design of the graphics might also change.

[To John Gilmore / Rich Morin: this is the version you should use
for the forthcoming Sun User Group tape.]

Please start with the README.

Happy debugging,

Rich.

-------CUT HERE-------CUT HERE----------
#! /bin/sh
# This is a shell archive. Remove anything before this line, then unpack
# it by saving it into a file and typing "sh file". To overwrite existing
# files, type "sh file -c". You can also feed this as standard input via
# unshar, or by typing "sh <file", e.g.. If this archive is complete, you
# will see the following message at the end:
# "End of archive 1 (of 5)."
# Contents: Makefile README bltstuff.h images images/BASHFUL0.pic
# images/Makefile images/POKEY0.pic images/POKEY1.pic
# images/SHADOW0.pic images/SHADOW1.pic images/SPEEDY0.pic
# images/SPEEDY1.pic images/cirUP0.pic images/cirUP1.pic
# images/cirUP2.pic images/cirUP3.pic images/eyesUP.pic
# images/fruit1.pic images/fruit2.pic images/fruit3.pic
# images/fruit4.pic images/fruit5.pic images/fruit6.pic
# images/fruit7.pic images/fruit8.pic main.cursor patchlevel.h
# sidtool.help sidtool.icon
# Wrapped by richb@sunk on Sun Apr 12 15:19:40 1987
PATH=/bin:/usr/bin:/usr/ucb ; export PATH
if test -f Makefile -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"Makefile\"
else
echo shar: Extracting \"Makefile\" \(1371 characters\)
sed "s/^X//" >Makefile <<'END_OF_Makefile'
X#
X# Makefile for the SID tool.
X# Written by Rich Burridge - Sun Microsystems Australia (Melbourne).
X#
X# Version 2.1. - April 1987.
X#
X# No responsibility is taken for any errors inherent either in the comments
X# or the code of this program, but if reported to me then an attempt will
X# be made to fix them.
X#
XBINDIR = ./release
XCFLAGS = -O
XLDFLAGS =
XOBJS = sid_blt.o sid_main.o sid_stuff.o sid_sun.o
XSRCS = sid_blt.c sid_main.c sid_stuff.c sid_sun.c
XHDRS = bltstuff.h sidtool.h
XLIBS = -lsuntool -lsunwindow -lpixrect
X
Xall: sidtool
X
Xinstall: all
X install -c -s sidtool $(BINDIR)
X make animate
X cp README sidtool.maze sidtool.help $(BINDIR)
X
Xanimate:
X (cd images; make BINDIR=../$(BINDIR) install)
X
Xclean:
X (cd images; make clean)
X rm -f *~ *.o core sidtool.animate sidtool.hs sidtool
X
Xlint:
X (cd images; make lint)
X lint $(SRCS) -lsuntool -lsunwindow -lpixrect
X
Xbackup:
X (cd images; make backup)
X cp sid_main.c sid_main.c~
X cp sid_blt.c sid_blt.c~
X cp sid_stuff.c sid_stuff.c~
X cp sid_sun.c sid_sun.c~
X cp sidtool.h sidtool.h~
X
Xshar:
X makekit * images/*
X
Xsidtool: $(OBJS)
X cc $(LDFLAGS) -o sidtool $(OBJS) $(LIBS)
X
Xsid_blt.o: sid_blt.c $(HDRS)
Xsid_main.o: sid_main.c $(HDRS)
Xsid_stuff.o: sid_stuff.c $(HDRS)
Xsid_sun.o: sid_sun.c $(HDRS)
END_OF_Makefile
if test 1371 -ne `wc -c <Makefile`; then
echo shar: \"Makefile\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f README -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"README\"
else
echo shar: Extracting \"README\" \(1706 characters\)
sed "s/^X//" >README <<'END_OF_README'
X
X Welcome to sidtool version 2.1. - April 1987.
X
XThis software is the second major release of the Sun Interactive
XDebugger program, better known as sidtool. It probably still
Xcontains bugs (and features). Should you find any of these, I
Xwould be pleased to hear about them, and try to remove them.
X
XSETUP.
XNote there is a #define in sidtool.h called SPEED. Experimentation
Xwith this should give a better timing for other machines such as
XSun2s and the 3/260s.
X
XUnpack these files into a directory, alter the BINDIR line in
Xthe top level Makefile to be where you want the sidtool release
Xto be put, and type "make install".
X
XDISCLAIMER.
XThis software was developed and tested on a 3/50. It is recognised
Xthat this software runs slowly on Sun2s, and that there are
Xprobably timing problems on other Sun3s. If you find a good pause
Xfactor, please let me know.
X
XOPTIONS.
XThere are a few command line options for alternately specifying
Xwhere some of the files used by sidtool can be found. These are:
X
X -afilename - New animate filename.
X -cspeed - New class (speed) of machine.
X -d - Run in self demonstration mode.
X -hfilename - New help filename.
X -mfilename - New maze filename.
X -sfilename - New high score filename.
X
XThe replacement filenames can also be specified by environment
Xvariables. These are:
X
X SID_MAZE - New maze filename.
X SID_ANIMATE - New animate filename.
X SID_SCORE - New high score filename.
X SID_HELP - New help filename.
X
XKNOWN BUGS AND FEATURES: None known.
X
XHave fun,
X
X Rich Burridge, SUN Microsystems Australia (Melbourne).
X Tel: +61 59 962672. UUCP: sun!sunaus!sunk!richb
X ACSnet: ri...@sunk.oz
END_OF_README
if test 1706 -ne `wc -c <README`; then
echo shar: \"README\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f bltstuff.h -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"bltstuff.h\"
else
echo shar: Extracting \"bltstuff.h\" \(1266 characters\)
sed "s/^X//" >bltstuff.h <<'END_OF_bltstuff.h'
X
X/* bltstuff.h
X *
X * RasterOp definitions used by Sid Tool.
X * Written by Rich Burridge - SUN Microsystems Australia (Melbourne).
X *
X * Version 2.1. - April 1987.
X *
X * No responsibility is taken for any errors inherent either to the code
X * or the comments of this program, but if reported to me then an attempt
X * will be made to fix them.
X */
X
X#define RRPL PIX_SRC /* RASTEROP codes. */
X#define ROR PIX_SRC | PIX_DST
X#define RXOR PIX_SRC ^ PIX_DST
X#define RCLR PIX_CLR
X#define RSET PIX_SET
X#define RINV PIX_NOT(PIX_DST)
X
X/* Machine independent rasterop calls. */
X
X/* Manipulate a portion of the screen with itself. */
X#define BLT_SCRN(sx,sy,w,h,op) \
X (pw_writebackground(pw,sx,sy,w,h,op))
X
X/* Move an offscreen raster area to the screen. */
X#define BLT_MEM_TO_SCRN(sx,sy,w,h,op,mem,mx,my) \
X (pw_write(pw,sx,sy,w,h,op,mem,mx,my))
X
X/* Move an offscreen raster area to another offscreen raster area. */
X#define BLT_MEM(mem1,mx1,my1,w,h,op,mem2,mx2,my2) \
X ((void) pr_rop(mem1,mx1,my1,w,h,op,mem2,mx2,my2))
X
X/* Write text at x,y using rasterop function sfunc and font pf. */
X#define WRITELN(x,y,text) \
X (pw_text(pw,x,y,sfunc,pf,text))
END_OF_bltstuff.h
if test 1266 -ne `wc -c <bltstuff.h`; then
echo shar: \"bltstuff.h\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test ! -d images ; then
echo shar: Creating directory \"images\"
mkdir images
fi
if test -f images/BASHFUL0.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/BASHFUL0.pic\"
else
echo shar: Extracting \"images/BASHFUL0.pic\" \(1933 characters\)
sed "s/^X//" >images/BASHFUL0.pic <<'END_OF_images/BASHFUL0.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x8001,0x0000,0x0000,
X 0x0000,0x8001,0x0000,0x0000,0x0000,0x4001,0x0000,0x0000,
X 0x0000,0x401E,0x0000,0x0000,0x0000,0x2010,0x0000,0x0000,
X 0x0000,0x1020,0x0000,0x0000,0x0000,0x17A0,0x0000,0x0000,
X 0x0000,0x1FE0,0x0000,0x0000,0x0000,0x3570,0x0300,0x0000,
X 0x0000,0x3AB0,0x0F00,0x0000,0x0000,0x3570,0x3C00,0x0000,
X 0x0000,0x1FE0,0xF000,0x0000,0x0000,0x0783,0xC000,0x0000,
X 0x0000,0x030F,0x0000,0x0000,0x0000,0x3FFC,0x0000,0x0000,
X 0x0000,0x3FF0,0x0000,0x0000,0x0000,0x7AB8,0x0000,0x0000,
X 0x0000,0x7558,0x0000,0x0000,0x0000,0x6AB8,0x0000,0x0000,
X 0x0000,0x5558,0x0000,0x0000,0x0000,0x6AA8,0x0000,0x0000,
X 0x0000,0x5558,0x0000,0x0000,0x000F,0xEAAF,0xFF00,0x0000,
X 0x01FF,0xD55F,0xFF00,0x0000,0x01F0,0xEAAC,0x0000,0x0000,
X 0x0000,0xD55C,0x0000,0x0000,0x0000,0xEAAC,0x0000,0x0000,
X 0x0000,0xD55C,0x0000,0x0000,0x0000,0xEAAC,0x0000,0x0000,
X 0x0001,0xD55C,0x0000,0x0000,0x0007,0xEAAC,0x0000,0x0000,
X 0x000E,0xF55C,0x0000,0x0000,0x0018,0x7AB8,0x0000,0x0000,
X 0x0070,0x3D70,0x0000,0x0000,0x00E0,0x1AE0,0x0000,0x0000,
X 0x0080,0x0FC0,0x0000,0x0000,0x0000,0x0780,0x0000,0x0000,
X 0x0000,0x0300,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/BASHFUL0.pic
if test 1933 -ne `wc -c <images/BASHFUL0.pic`; then
echo shar: \"images/BASHFUL0.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/Makefile -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/Makefile\"
else
echo shar: Extracting \"images/Makefile\" \(739 characters\)
sed "s/^X//" >images/Makefile <<'END_OF_images/Makefile'
X#
X# Makefile for the sidtool animate program.
X# Written by Rich Burridge - Sun Microsystems Australia (Melbourne).
X#
X# Version 2.1. - April 1987.
X#
X# No responsibility is taken for any errors inherent either in the comments
X# or the code of this program, but if reported to me then an attempt will
X# be made to fix them.
X#
XBINARIES = animate
XCFLAGS = -O
XLDFLAGS =
XOBJS = animate.o
XSRCS = animate.c
X
Xall: $(BINARIES)
X
Xinstall: all
X animate
X cp sidtool.animate $(BINDIR)
X
Xclean:
X rm -f *~ *.o core animate sidtool.animate
X
Xlint:
X lint $(SRCS)
X
Xbackup:
X cp animate.c animate.c~
X
Xanimate: $(OBJS)
X cc $(LDFLAGS) -o animate $(OBJS)
X
Xanimate.o: animate.c
END_OF_images/Makefile
if test 739 -ne `wc -c <images/Makefile`; then
echo shar: \"images/Makefile\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/POKEY0.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/POKEY0.pic\"
else
echo shar: Extracting \"images/POKEY0.pic\" \(1933 characters\)
sed "s/^X//" >images/POKEY0.pic <<'END_OF_images/POKEY0.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x8001,0x0000,0x0000,
X 0x0000,0x8001,0x0000,0x0000,0x0000,0x4001,0x0000,0x0000,
X 0x0000,0x401E,0x0000,0x0000,0x0000,0x2010,0x0000,0x0000,
X 0x0000,0x1020,0x0000,0x0000,0x0000,0x17A0,0x0000,0x0000,
X 0x0000,0x1FE0,0x0000,0x0000,0x0000,0x3570,0x0300,0x0000,
X 0x0000,0x3AB0,0x0F00,0x0000,0x0000,0x3570,0x3C00,0x0000,
X 0x0000,0x1FE0,0xF000,0x0000,0x0000,0x0783,0xC000,0x0000,
X 0x0000,0x030F,0x0000,0x0000,0x0000,0x3FFC,0x0000,0x0000,
X 0x0000,0x3FF0,0x0000,0x0000,0x0000,0x7AB8,0x0000,0x0000,
X 0x0000,0x755F,0xFF00,0x0000,0x0000,0x6ABF,0xFF00,0x0000,
X 0x001F,0xF558,0x0000,0x0000,0x07FF,0xEAB8,0x0000,0x0000,
X 0x07E0,0x7FF8,0x0000,0x0000,0x0001,0xDFE0,0x0000,0x0000,
X 0x0003,0x8300,0x0000,0x0000,0x000E,0x1FE0,0x0000,0x0000,
X 0x001C,0x3FF0,0x0000,0x0000,0x0070,0x7AB8,0x0000,0x0000,
X 0x00E0,0xF55C,0x0000,0x0000,0x0080,0xEAAC,0x0000,0x0000,
X 0x0000,0xD55C,0x0000,0x0000,0x0000,0xEAAC,0x0000,0x0000,
X 0x0000,0xF55C,0x0000,0x0000,0x0000,0x7AB8,0x0000,0x0000,
X 0x0000,0x3D70,0x0000,0x0000,0x0000,0x1AE0,0x0000,0x0000,
X 0x0000,0x0FC0,0x0000,0x0000,0x0000,0x0780,0x0000,0x0000,
X 0x0000,0x0300,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/POKEY0.pic
if test 1933 -ne `wc -c <images/POKEY0.pic`; then
echo shar: \"images/POKEY0.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/POKEY1.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/POKEY1.pic\"
else
echo shar: Extracting \"images/POKEY1.pic\" \(1933 characters\)
sed "s/^X//" >images/POKEY1.pic <<'END_OF_images/POKEY1.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0002,0x0004,0x0000,0x0000,
X 0x0002,0x0004,0x0000,0x0000,0x0002,0x0008,0x0000,0x0000,
X 0x0001,0xE008,0x0000,0x0000,0x0000,0x1010,0x0000,0x0000,
X 0x0000,0x1020,0x0000,0x0000,0x0000,0x17A0,0x0000,0x0000,
X 0x0000,0x1FE0,0x0000,0x0000,0x0300,0x3AB0,0x0000,0x0000,
X 0x03C0,0x3570,0x0000,0x0000,0x00F0,0x3AB0,0x0000,0x0000,
X 0x003C,0x1FE0,0x0000,0x0000,0x000F,0x0780,0x0000,0x0000,
X 0x0003,0xC300,0x0000,0x0000,0x0000,0xFFF0,0x0000,0x0000,
X 0x0000,0x3FF0,0x0000,0x0000,0x0000,0x7578,0x0000,0x0000,
X 0x03FF,0xEAB8,0x0000,0x0000,0x03FF,0xF558,0x0000,0x0000,
X 0x0000,0x6ABF,0xE000,0x0000,0x0000,0x755F,0xFF80,0x0000,
X 0x0000,0x7FF8,0x1F80,0x0000,0x0000,0x1FEE,0x0000,0x0000,
X 0x0000,0x0307,0x0000,0x0000,0x0000,0x1FE1,0xC000,0x0000,
X 0x0000,0x3FF0,0xE000,0x0000,0x0000,0x7578,0x3800,0x0000,
X 0x0000,0xEABC,0x1C00,0x0000,0x0000,0xD55C,0x0400,0x0000,
X 0x0000,0xEAAC,0x0000,0x0000,0x0000,0xD55C,0x0000,0x0000,
X 0x0000,0xEABC,0x0000,0x0000,0x0000,0x7578,0x0000,0x0000,
X 0x0000,0x3AF0,0x0000,0x0000,0x0000,0x1DE0,0x0000,0x0000,
X 0x0000,0x0FC0,0x0000,0x0000,0x0000,0x0780,0x0000,0x0000,
X 0x0000,0x0300,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/POKEY1.pic
if test 1933 -ne `wc -c <images/POKEY1.pic`; then
echo shar: \"images/POKEY1.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/SHADOW0.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/SHADOW0.pic\"
else
echo shar: Extracting \"images/SHADOW0.pic\" \(1933 characters\)
sed "s/^X//" >images/SHADOW0.pic <<'END_OF_images/SHADOW0.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x8001,0x0000,0x0000,
X 0x0000,0x8001,0x0000,0x0000,0x0000,0x4001,0x0000,0x0000,
X 0x0000,0x401E,0x0000,0x0000,0x0000,0x2010,0x0000,0x0000,
X 0x0000,0x1320,0x0000,0x0000,0x0000,0x17A0,0x0000,0x0000,
X 0x0000,0x17E0,0x0000,0x0000,0x0000,0x1D60,0x0300,0x0000,
X 0x0000,0x1AE0,0x0F00,0x0000,0x0000,0x1D60,0x3C00,0x0000,
X 0x0000,0x1AE0,0xF000,0x0000,0x0000,0x3D73,0xC000,0x0000,
X 0x0000,0x2ABF,0x0000,0x0000,0x0000,0x355C,0x0000,0x0000,
X 0x0000,0x6AB8,0x0000,0x0000,0x0000,0x7558,0x0000,0x0000,
X 0x0000,0x6ABF,0xFF00,0x0000,0x0000,0x755F,0xFF00,0x0000,
X 0x001F,0xEAB8,0x0000,0x0000,0x07FF,0xF558,0x0000,0x0000,
X 0x07E0,0x6AB8,0x0000,0x0000,0x0000,0x7558,0x0000,0x0000,
X 0x0000,0x6AB8,0x0000,0x0000,0x0000,0x7558,0x0000,0x0000,
X 0x0000,0xEAB8,0x0000,0x0000,0x0001,0xF558,0x0000,0x0000,
X 0x0003,0x6AB8,0x0000,0x0000,0x0006,0x7558,0x0000,0x0000,
X 0x000C,0x6AB8,0x0000,0x0000,0x0018,0x7558,0x0000,0x0000,
X 0x0030,0x6AB8,0x0000,0x0000,0x0060,0x3550,0x0000,0x0000,
X 0x00C0,0x3AB0,0x0000,0x0000,0x0080,0x1D60,0x0000,0x0000,
X 0x0000,0x0FC0,0x0000,0x0000,0x0000,0x0780,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/SHADOW0.pic
if test 1933 -ne `wc -c <images/SHADOW0.pic`; then
echo shar: \"images/SHADOW0.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/SHADOW1.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/SHADOW1.pic\"
else
echo shar: Extracting \"images/SHADOW1.pic\" \(1933 characters\)
sed "s/^X//" >images/SHADOW1.pic <<'END_OF_images/SHADOW1.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0002,0x0004,0x0000,0x0000,
X 0x0002,0x0004,0x0000,0x0000,0x0002,0x0008,0x0000,0x0000,
X 0x0001,0xE008,0x0000,0x0000,0x0000,0x2010,0x0000,0x0000,
X 0x0000,0x1320,0x0000,0x0000,0x0000,0x17A0,0x0000,0x0000,
X 0x0000,0x1FA0,0x0000,0x0000,0x0300,0x1AE0,0x0000,0x0000,
X 0x03C0,0x1D60,0x0000,0x0000,0x00F0,0x1AE0,0x0000,0x0000,
X 0x003C,0x1D60,0x0000,0x0000,0x000F,0x3AF0,0x0000,0x0000,
X 0x0003,0xF550,0x0000,0x0000,0x0000,0xEAB0,0x0000,0x0000,
X 0x0000,0x7558,0x0000,0x0000,0x0000,0x6AB8,0x0000,0x0000,
X 0x03FF,0xF558,0x0000,0x0000,0x03FF,0xEAB8,0x0000,0x0000,
X 0x0000,0x755F,0xE000,0x0000,0x0000,0x6ABF,0xFF80,0x0000,
X 0x0000,0x7558,0x1F80,0x0000,0x0000,0x6AB8,0x0000,0x0000,
X 0x0000,0x7558,0x0000,0x0000,0x0000,0x6AB8,0x0000,0x0000,
X 0x0000,0x755C,0x0000,0x0000,0x0000,0x6ABE,0x0000,0x0000,
X 0x0000,0x755B,0x0000,0x0000,0x0000,0x6AB9,0x8000,0x0000,
X 0x0000,0x7558,0xC000,0x0000,0x0000,0x6AB8,0x6000,0x0000,
X 0x0000,0x7558,0x3000,0x0000,0x0000,0x2AB0,0x1800,0x0000,
X 0x0000,0x3570,0x0C00,0x0000,0x0000,0x1AE0,0x0400,0x0000,
X 0x0000,0x0FC0,0x0000,0x0000,0x0000,0x0780,0x0000,0x0000,
X 0x0000,0x0300,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/SHADOW1.pic
if test 1933 -ne `wc -c <images/SHADOW1.pic`; then
echo shar: \"images/SHADOW1.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/SPEEDY0.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/SPEEDY0.pic\"
else
echo shar: Extracting \"images/SPEEDY0.pic\" \(1933 characters\)
sed "s/^X//" >images/SPEEDY0.pic <<'END_OF_images/SPEEDY0.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x8002,0x0000,0x0000,0x0000,0x8004,0x0000,0x0000,
X 0x0000,0x4018,0x0000,0x0000,0x0000,0x2010,0x0000,0x0000,
X 0x0000,0x1020,0x0000,0x0000,0x0000,0x17A0,0x0000,0x0000,
X 0x0000,0x1FE0,0x0000,0x0000,0x0000,0x3570,0x0300,0x0000,
X 0x0000,0x3AB0,0x0F00,0x0000,0x0000,0x3570,0x3C00,0x0000,
X 0x0000,0x1FE0,0xF000,0x0000,0x0000,0x0783,0xC000,0x0000,
X 0x0000,0x030F,0x0000,0x0000,0x0000,0x3FFC,0x0000,0x0000,
X 0x0000,0x3FF0,0x0000,0x0000,0x0000,0x7AB8,0x0000,0x0000,
X 0x0000,0x755F,0xFF00,0x0000,0x0000,0x6ABF,0xFF00,0x0000,
X 0x001F,0xF558,0x0000,0x0000,0x07FF,0xEAB8,0x0000,0x0000,
X 0x07E0,0x7DF8,0x0000,0x0000,0x0000,0x1EE0,0x0000,0x0000,
X 0x0000,0x1DE0,0x0000,0x0000,0x0000,0x34B0,0x0000,0x0000,
X 0x0000,0x6CD8,0x0000,0x0000,0x0000,0xD4AC,0x0000,0x0000,
X 0x0001,0xAFD6,0x0000,0x0000,0x0003,0x532B,0x0000,0x0000,
X 0x0006,0xA315,0x8000,0x0000,0x000D,0x478A,0xC000,0x0000,
X 0x0007,0x8FCF,0x8000,0x0000,0x0000,0x3FE0,0x0000,0x0000,
X 0x0000,0x737C,0x0000,0x0000,0x0000,0x381E,0x0000,0x0000,
X 0x0000,0x380C,0x0000,0x0000,0x0001,0x7018,0x0000,0x0000,
X 0x0001,0xC030,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/SPEEDY0.pic
if test 1933 -ne `wc -c <images/SPEEDY0.pic`; then
echo shar: \"images/SPEEDY0.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/SPEEDY1.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/SPEEDY1.pic\"
else
echo shar: Extracting \"images/SPEEDY1.pic\" \(1933 characters\)
sed "s/^X//" >images/SPEEDY1.pic <<'END_OF_images/SPEEDY1.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0002,0x0004,0x0000,0x0000,
X 0x0002,0x0004,0x0000,0x0000,0x0002,0x0008,0x0000,0x0000,
X 0x0001,0xE008,0x0000,0x0000,0x0000,0x2010,0x0000,0x0000,
X 0x0000,0x1020,0x0000,0x0000,0x0000,0x17A0,0x0000,0x0000,
X 0x0000,0x1FE0,0x0000,0x0000,0x0300,0x3AB0,0x0000,0x0000,
X 0x03C0,0x3570,0x0000,0x0000,0x00F0,0x3AB0,0x0000,0x0000,
X 0x003C,0x1FE0,0x0000,0x0000,0x000F,0x0780,0x0000,0x0000,
X 0x0003,0xC300,0x0000,0x0000,0x0000,0xFFF0,0x0000,0x0000,
X 0x0000,0x3FF0,0x0000,0x0000,0x0000,0x7578,0x0000,0x0000,
X 0x03FF,0xEAB8,0x0000,0x0000,0x03FF,0xF558,0x0000,0x0000,
X 0x0000,0x6ABF,0xE000,0x0000,0x0000,0x755F,0xFF80,0x0000,
X 0x0000,0x7EF8,0x1F80,0x0000,0x0000,0x1DE0,0x0000,0x0000,
X 0x0000,0x1EE0,0x0000,0x0000,0x0000,0x34B0,0x0000,0x0000,
X 0x0000,0x6CD8,0x0000,0x0000,0x0000,0xD4AC,0x0000,0x0000,
X 0x0001,0xAFD6,0x0000,0x0000,0x0003,0x532B,0x0000,0x0000,
X 0x000E,0xA315,0xC000,0x0000,0x0015,0x478A,0xA000,0x0000,
X 0x003F,0xCFC7,0xF000,0x0000,0x0000,0x1FF0,0x0000,0x0000,
X 0x0000,0xFB38,0x0000,0x0000,0x0001,0xE070,0x0000,0x0000,
X 0x0000,0xC070,0x0000,0x0000,0x0000,0x603A,0x0000,0x0000,
X 0x0000,0x300E,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/SPEEDY1.pic
if test 1933 -ne `wc -c <images/SPEEDY1.pic`; then
echo shar: \"images/SPEEDY1.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/cirUP0.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/cirUP0.pic\"
else
echo shar: Extracting \"images/cirUP0.pic\" \(1933 characters\)
sed "s/^X//" >images/cirUP0.pic <<'END_OF_images/cirUP0.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x1FFF,0x0000,0x0000,0x003F,0xFFFF,0x0008,0x0000,
X 0x0FFF,0xFFE0,0xE018,0x0000,0x1FFF,0xFC1F,0xE038,0x0000,
X 0x1FFF,0xC3FF,0xE038,0x0000,0x1FF8,0x3FFF,0xE038,0x0000,
X 0x1F07,0xFFFF,0xC038,0x0000,0x18FF,0xFFFF,0x2038,0x0000,
X 0x1FFF,0xFFFE,0xE038,0x0000,0x3FFF,0xFFFD,0xE038,0x0000,
X 0x7FFF,0xFFF3,0xE038,0x0000,0x7FFF,0xFFEF,0xE038,0x0000,
X 0x7FFF,0xFFDF,0xE0F8,0x0000,0x7FFF,0xFF3F,0xE3F8,0x0000,
X 0x7FFF,0xFEFF,0xEFF8,0x0000,0x7FFF,0xFDFF,0xFFF8,0x0000,
X 0x7FFF,0xF3FF,0xFFF8,0x0000,0x7FFF,0xEFFF,0xFFF8,0x0000,
X 0x7FFF,0xDFFF,0xFFF8,0x0000,0x7FFF,0xBFFF,0xFFF8,0x0000,
X 0x7FFA,0xBFFF,0xFFF8,0x0000,0x7FFA,0xBFFF,0xFFF8,0x0000,
X 0x3FFA,0xBFFF,0xFFF8,0x0000,0x0FFA,0xBFFF,0xFFF8,0x0000,
X 0x03FA,0xBFFA,0xFFF8,0x0000,0x00FE,0xBFFD,0x7FF8,0x0000,
X 0x00FE,0xBFFA,0xFFF8,0x0000,0x00FE,0xBFFD,0x7FF8,0x0000,
X 0x00FE,0xBFFA,0xFFF8,0x0000,0x00FE,0xBFFF,0xFFF8,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FF,0xBFFF,0xE000,0x0000,
X 0x00FF,0xBFFF,0xE000,0x0000,0x007F,0xBFFF,0xE000,0x0000,
X 0x003F,0x7FFF,0xC000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/cirUP0.pic
if test 1933 -ne `wc -c <images/cirUP0.pic`; then
echo shar: \"images/cirUP0.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/cirUP1.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/cirUP1.pic\"
else
echo shar: Extracting \"images/cirUP1.pic\" \(1933 characters\)
sed "s/^X//" >images/cirUP1.pic <<'END_OF_images/cirUP1.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x0000,0x0000,0x0000,0x3FFF,0xF007,0xC008,0x0000,
X 0x3FFF,0x800F,0xF818,0x0000,0x3FFF,0x800F,0xF838,0x0000,
X 0x3FFF,0xF00F,0xF838,0x0000,0x1FFE,0x00FF,0xF838,0x0000,
X 0x1FF1,0xC01F,0xF038,0x0000,0x1F8F,0xC01F,0xF038,0x0000,
X 0x0C7F,0xC01F,0xD038,0x0000,0x33FF,0xF8FE,0x3038,0x0000,
X 0x7FFF,0xE031,0xB038,0x0000,0x7FFF,0xE00F,0xE038,0x0000,
X 0x7FFF,0xE03F,0xE0F8,0x0000,0x7FFF,0xFCFF,0xE3F8,0x0000,
X 0x7FFF,0xF07F,0xFFF8,0x0000,0x7FFF,0xF1FF,0xFFF8,0x0000,
X 0x7FFF,0xF07F,0xFFF8,0x0000,0x7FFF,0xE8FF,0xFFF8,0x0000,
X 0x7FFF,0xD8FF,0xFFF8,0x0000,0x7FFF,0xB8FF,0xFFF8,0x0000,
X 0x7FFA,0xB8FF,0xFFF8,0x0000,0x7FFA,0xBDFF,0xFFF8,0x0000,
X 0x3FFA,0xBDFF,0xFFF8,0x0000,0x0FFA,0xBFFF,0xFFF8,0x0000,
X 0x03FA,0xBFFA,0xFFF8,0x0000,0x00FE,0xBFFD,0x7FF8,0x0000,
X 0x00FE,0xBFFA,0xFFF8,0x0000,0x00FE,0xBFFD,0x7FF8,0x0000,
X 0x00FE,0xBFFA,0xFFF8,0x0000,0x00FE,0xBFFF,0xFFF8,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FF,0xBFFF,0xE000,0x0000,
X 0x00FF,0xBFFF,0xE000,0x0000,0x007F,0xBFFF,0xE000,0x0000,
X 0x003F,0x7FFF,0xC000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/cirUP1.pic
if test 1933 -ne `wc -c <images/cirUP1.pic`; then
echo shar: \"images/cirUP1.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/cirUP2.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/cirUP2.pic\"
else
echo shar: Extracting \"images/cirUP2.pic\" \(1933 characters\)
sed "s/^X//" >images/cirUP2.pic <<'END_OF_images/cirUP2.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x0000,0x0000,0x0000,0xFFF0,0x0000,0x0008,0x0000,
X 0xFFF8,0x0000,0x7E18,0x0000,0x7FFF,0x8000,0x7E38,0x0000,
X 0x7FF8,0x000F,0xFC38,0x0000,0x3FF0,0x0000,0xFC38,0x0000,
X 0x3FCC,0x0001,0xFC38,0x0000,0x1FBC,0x0001,0xFC38,0x0000,
X 0x0F7F,0xC03F,0xF838,0x0000,0x3CFE,0x0001,0xF838,0x0000,
X 0x7BFF,0x0003,0x8838,0x0000,0x7FFF,0x0004,0x7038,0x0000,
X 0x7FFF,0xF03F,0xF0F8,0x0000,0x7FFF,0x800F,0xF3F8,0x0000,
X 0x7FFF,0xC01F,0xFFF8,0x0000,0x7FFF,0xF0FF,0xFFF8,0x0000,
X 0x7FFF,0xE03F,0xFFF8,0x0000,0x7FFF,0xE03F,0xFFF8,0x0000,
X 0x7FFF,0xD07F,0xFFF8,0x0000,0x7FFF,0xB07F,0xFFF8,0x0000,
X 0x7FFA,0xB8FF,0xFFF8,0x0000,0x7FFA,0xB8FF,0xFFF8,0x0000,
X 0x3FFA,0xBDFF,0xFFF8,0x0000,0x0FFA,0xBFFF,0xFFF8,0x0000,
X 0x03FA,0xBFFA,0xFFF8,0x0000,0x00FE,0xBFFD,0x7FF8,0x0000,
X 0x00FE,0xBFFA,0xFFF8,0x0000,0x00FE,0xBFFD,0x7FF8,0x0000,
X 0x00FE,0xBFFA,0xFFF8,0x0000,0x00FE,0xBFFF,0xFFF8,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FF,0xBFFF,0xE000,0x0000,
X 0x00FF,0xBFFF,0xE000,0x0000,0x007F,0xBFFF,0xE000,0x0000,
X 0x003F,0x7FFF,0xC000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/cirUP2.pic
if test 1933 -ne `wc -c <images/cirUP2.pic`; then
echo shar: \"images/cirUP2.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/cirUP3.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/cirUP3.pic\"
else
echo shar: Extracting \"images/cirUP3.pic\" \(1933 characters\)
sed "s/^X//" >images/cirUP3.pic <<'END_OF_images/cirUP3.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x0000,0x0000,0x0000,0x3FFF,0xF007,0xC008,0x0000,
X 0x3FFF,0x800F,0xF818,0x0000,0x3FFF,0x800F,0xF838,0x0000,
X 0x3FFF,0xF00F,0xF838,0x0000,0x1FFE,0x00FF,0xF838,0x0000,
X 0x1FF1,0xC01F,0xF038,0x0000,0x1F8F,0xC01F,0xF038,0x0000,
X 0x0C7F,0xC01F,0xD038,0x0000,0x33FF,0xF8FE,0x3038,0x0000,
X 0x7FFF,0xE031,0xF038,0x0000,0x7FFF,0xE00F,0xE038,0x0000,
X 0x7FFF,0xE03F,0xE0F8,0x0000,0x7FFF,0xFCFF,0xE3F8,0x0000,
X 0x7FFF,0xF07F,0xFFF8,0x0000,0x7FFF,0xF1FF,0xFFF8,0x0000,
X 0x7FFF,0xF07F,0xFFF8,0x0000,0x7FFF,0xE8FF,0xFFF8,0x0000,
X 0x7FFF,0xD8FF,0xFFF8,0x0000,0x7FFF,0xB8FF,0xFFF8,0x0000,
X 0x7FFA,0xB800,0xFFF8,0x0000,0x7FFA,0xBDFF,0xFFF8,0x0000,
X 0x3FFA,0xBDFF,0xFFF8,0x0000,0x0FFA,0xBFFF,0xFFF8,0x0000,
X 0x03FA,0xBFFA,0xFFF8,0x0000,0x00FE,0xBFFD,0x7FF8,0x0000,
X 0x00FE,0xBFFA,0xFFF8,0x0000,0x00FE,0xBFFD,0x7FF8,0x0000,
X 0x00FE,0xBFFA,0xFFF8,0x0000,0x00FE,0xBFFF,0xFFF8,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FE,0xBFFF,0xE000,0x0000,
X 0x00FE,0xBFFF,0xE000,0x0000,0x00FF,0xBFFF,0xE000,0x0000,
X 0x00FF,0xBFFF,0xE000,0x0000,0x007F,0xBFFF,0xE000,0x0000,
X 0x003F,0x7FFF,0xC000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/cirUP3.pic
if test 1933 -ne `wc -c <images/cirUP3.pic`; then
echo shar: \"images/cirUP3.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/eyesUP.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/eyesUP.pic\"
else
echo shar: Extracting \"images/eyesUP.pic\" \(1933 characters\)
sed "s/^X//" >images/eyesUP.pic <<'END_OF_images/eyesUP.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0001,0x0002,0x0000,0x0000,0x0007,0xC00F,0x8000,0x0000,
X 0x0007,0xC00F,0x8000,0x0000,0x000F,0xE01F,0xC000,0x0000,
X 0x0007,0xC00F,0x8000,0x0000,0x0007,0xC00F,0x8000,0x0000,
X 0x0001,0x0002,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/eyesUP.pic
if test 1933 -ne `wc -c <images/eyesUP.pic`; then
echo shar: \"images/eyesUP.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/fruit1.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/fruit1.pic\"
else
echo shar: Extracting \"images/fruit1.pic\" \(1933 characters\)
sed "s/^X//" >images/fruit1.pic <<'END_OF_images/fruit1.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x0000,0x8000,0x0000,0x0000,0x0000,0x8000,0x0000,
X 0x0000,0x0001,0x8000,0x0000,0x0000,0x0001,0xE000,0x0000,
X 0x0000,0x0003,0xF000,0x0000,0x0000,0x0007,0xF800,0x0000,
X 0x0000,0x1FFF,0xFE00,0x0000,0x0001,0xFFEF,0xF700,0x0000,
X 0x0007,0xFFDE,0xFF80,0x0000,0x001F,0xC17E,0x7BC0,0x0000,
X 0x007E,0x3FF8,0xFDE0,0x0000,0x003F,0xFFF0,0xFEF0,0x0000,
X 0x001F,0xFFC0,0x3F70,0x0000,0x0007,0xFF01,0x3F78,0x0000,
X 0x0000,0x4001,0x1FB8,0x0000,0x0001,0x8002,0x0FD8,0x0000,
X 0x0002,0x0002,0x07F8,0x0000,0x0004,0x0002,0x03F8,0x0000,
X 0x000C,0x0002,0x00F8,0x0000,0x0010,0x0004,0x0018,0x0000,
X 0x0010,0x0004,0x0000,0x0000,0x0020,0x0004,0x0000,0x0000,
X 0x0020,0x0004,0x0000,0x0000,0x0060,0x0004,0x0000,0x0000,
X 0x0040,0x003F,0x8000,0x0000,0x0040,0x00FF,0xE000,0x0000,
X 0x0080,0x01FF,0xF000,0x0000,0x0080,0x01CF,0xF000,0x0000,
X 0x0080,0x033F,0xF800,0x0000,0x07F0,0x037F,0xF800,0x0000,
X 0x1FFC,0x03FF,0xF800,0x0000,0x3FFE,0x07FF,0xFC00,0x0000,
X 0x39FE,0x03FF,0xF800,0x0000,0x73FF,0x03FF,0xF800,0x0000,
X 0x7FFF,0x03FF,0xF800,0x0000,0x7FFF,0x01FF,0xF000,0x0000,
X 0xFFFF,0x81FF,0xF000,0x0000,0x7FFF,0x00FF,0xE000,0x0000,
X 0x7FFF,0x003F,0x8000,0x0000,0x7FFF,0x0004,0x0000,0x0000,
X 0x3FFE,0x0000,0x0000,0x0000,0x3FFE,0x0000,0x0000,0x0000,
X 0x1FFC,0x0000,0x0000,0x0000,0x07F0,0x0000,0x0000,0x0000,
X 0x0080,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/fruit1.pic
if test 1933 -ne `wc -c <images/fruit1.pic`; then
echo shar: \"images/fruit1.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/fruit2.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/fruit2.pic\"
else
echo shar: Extracting \"images/fruit2.pic\" \(1933 characters\)
sed "s/^X//" >images/fruit2.pic <<'END_OF_images/fruit2.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x0180,0x0000,0x0000,0x0000,0x0300,0x0000,0x0000,
X 0x0000,0x0600,0x0180,0x0000,0x0000,0x0470,0xFE80,0x0000,
X 0x0007,0x8CDF,0x8300,0x0000,0x07F8,0x4B00,0x0600,0x0000,
X 0x0701,0xB67F,0xC800,0x0000,0x019F,0xDCFF,0xD000,0x0000,
X 0x004F,0xC3FF,0xE000,0x0000,0x00F7,0xFFFF,0x8000,0x0000,
X 0x01F7,0xFFFF,0xBC00,0x0000,0x07EF,0xFF7F,0x9E00,0x0000,
X 0x0FEF,0x1F5F,0xDF00,0x0000,0x1EDE,0xDF8F,0xDF00,0x0000,
X 0x1FDD,0xDFA7,0xCF80,0x0000,0x1F9B,0xCFB3,0xEF80,0x0000,
X 0x1BB7,0xEFBC,0xEF80,0x0000,0x1FA7,0xEFBE,0x0F80,0x0000,
X 0x1F8F,0xE72F,0xDF80,0x0000,0x1D9F,0xF77F,0xFB80,0x0000,
X 0x1DFF,0xF27F,0xFF80,0x0000,0x1FFD,0xF8FF,0xFF80,0x0000,
X 0x1FFF,0xFDFF,0xFF00,0x0000,0x1DFF,0xEFFB,0xEF00,0x0000,
X 0x0FFF,0xEFBF,0xFE00,0x0000,0x07FF,0xFBFF,0xFE00,0x0000,
X 0x03F5,0xFFFF,0xFE00,0x0000,0x01FF,0xFFFD,0xFE00,0x0000,
X 0x00FF,0xFFFF,0xFE00,0x0000,0x003F,0xFFFF,0x9C00,0x0000,
X 0x001F,0x7FBF,0xFC00,0x0000,0x000F,0xFFFF,0xFC00,0x0000,
X 0x0007,0xFBFF,0xF800,0x0000,0x0003,0xFFFB,0xF800,0x0000,
X 0x0001,0xFFFF,0xF800,0x0000,0x0000,0xFFFE,0xF800,0x0000,
X 0x0000,0xFCFF,0xF800,0x0000,0x0000,0x7FFF,0xF000,0x0000,
X 0x0000,0x3FFF,0xB000,0x0000,0x0000,0x0FE7,0xB000,0x0000,
X 0x0000,0x07FF,0xF000,0x0000,0x0000,0x01FF,0xF000,0x0000,
X 0x0000,0x00FE,0xE000,0x0000,0x0000,0x003F,0xE000,0x0000,
X 0x0000,0x001F,0xC000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/fruit2.pic
if test 1933 -ne `wc -c <images/fruit2.pic`; then
echo shar: \"images/fruit2.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/fruit3.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/fruit3.pic\"
else
echo shar: Extracting \"images/fruit3.pic\" \(1933 characters\)
sed "s/^X//" >images/fruit3.pic <<'END_OF_images/fruit3.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0xC000,0x0000,0x0000,0x0001,0x2000,0x0000,0x0000,
X 0x0002,0x1000,0x0000,0x0000,0x0002,0x1000,0x0000,0x0000,
X 0x0004,0x1000,0x0000,0x0000,0x0004,0x1000,0x0000,0x0000,
X 0x0008,0x9000,0x0000,0x0000,0x0008,0x5000,0x0000,0x0000,
X 0x0010,0x11E0,0x0000,0x0000,0x0E10,0x13F0,0x0000,0x0000,
X 0x3F90,0x1718,0x0000,0x0000,0x61D0,0x1C0C,0x0000,0x0000,
X 0x7C70,0x11FE,0x0000,0x0000,0xFF10,0x160E,0x0000,0x0000,
X 0xFD90,0x2C00,0x0000,0x0000,0xFF50,0x3800,0x0000,0x0000,
X 0xE1B0,0x3800,0x0000,0x0000,0xC0E0,0x3800,0x0000,0x0000,
X 0x8070,0x7800,0x0000,0x0000,0x8030,0x7800,0x0000,0x0000,
X 0x0038,0xF800,0x0000,0x0000,0x001F,0xFC00,0x0000,0x0000,
X 0x000F,0xFE00,0x0000,0x0000,0x000F,0xFE00,0x0000,0x0000,
X 0x000F,0xFF00,0x0000,0x0000,0x0007,0xFF80,0x0000,0x0000,
X 0x0007,0xF7C0,0x0000,0x0000,0x0003,0xF7E0,0x0000,0x0000,
X 0x0003,0xFFF8,0x0000,0x0000,0x0001,0xFFFC,0x0000,0x0000,
X 0x0001,0xFFFF,0x0000,0x0000,0x0000,0xFFFF,0x8000,0x0000,
X 0x0000,0x7FFF,0xC000,0x0000,0x0000,0x3FBF,0xF000,0x0000,
X 0x0000,0x1FDF,0xFC00,0x0000,0x0000,0x0FE7,0xFF00,0x0000,
X 0x0000,0x03F9,0xFFC0,0x0000,0x0000,0x00FF,0xFFE0,0x0000,
X 0x0000,0x003F,0xFFF0,0x0000,0x0000,0x000F,0xFFF8,0x0000,
X 0x0000,0x0000,0xFFF8,0x0000,0x0000,0x0000,0x07F0,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/fruit3.pic
if test 1933 -ne `wc -c <images/fruit3.pic`; then
echo shar: \"images/fruit3.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/fruit4.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/fruit4.pic\"
else
echo shar: Extracting \"images/fruit4.pic\" \(1933 characters\)
sed "s/^X//" >images/fruit4.pic <<'END_OF_images/fruit4.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x001C,0x0000,0x0000,0x0000,0x007E,0x0000,0x0000,
X 0x0000,0x0078,0x0000,0x0000,0x0000,0x00C0,0x0000,0x0000,
X 0x0007,0xE101,0x8000,0x0000,0x001F,0xF10F,0xE000,0x0000,
X 0x003F,0xFFFF,0xF000,0x0000,0x00FF,0xFFFF,0xFC00,0x0000,
X 0x00FF,0xFFFF,0xFC00,0x0000,0x01FF,0xFFFF,0xFE00,0x0000,
X 0x07FF,0xFFFF,0xFF00,0x0000,0x07FC,0x7FFF,0xFF00,0x0000,
X 0x0FF8,0x3FFF,0xFF80,0x0000,0x1FF0,0xFFFF,0xFF80,0x0000,
X 0x1FF1,0xFFFF,0xFF80,0x0000,0x3FE3,0xFFFF,0xFFC0,0x0000,
X 0x3FC3,0xFFFF,0xFFC0,0x0000,0x3FC3,0xFFFF,0xFFC0,0x0000,
X 0x3FC3,0xFFFF,0xFFC0,0x0000,0x3FFF,0xFFFF,0xFFC0,0x0000,
X 0x1FFF,0xFFFF,0xFFC0,0x0000,0x1FFF,0xFFFF,0xFFC0,0x0000,
X 0x1FFF,0xFFFF,0xFFC0,0x0000,0x1FFF,0xFFFF,0xFFC0,0x0000,
X 0x1FFF,0xFFFF,0xFFC0,0x0000,0x1FFF,0xFFFF,0xFF80,0x0000,
X 0x0FFF,0xFFFF,0xFF80,0x0000,0x0FFF,0xFFFF,0xFF80,0x0000,
X 0x0FFF,0xFFFF,0xFF00,0x0000,0x07FF,0xFFFF,0xFF00,0x0000,
X 0x07FF,0xFFFF,0xFF00,0x0000,0x07FF,0xFFFF,0xFE00,0x0000,
X 0x03FF,0xFFFF,0xFE00,0x0000,0x01FF,0xFFFF,0xFC00,0x0000,
X 0x01FF,0xFFFF,0xFC00,0x0000,0x00FF,0xFFFF,0xF800,0x0000,
X 0x007F,0xFFFF,0xF800,0x0000,0x003F,0xFFFF,0xF000,0x0000,
X 0x003F,0xFFFF,0xF000,0x0000,0x001F,0xFFFF,0xE000,0x0000,
X 0x000F,0xFFFF,0xC000,0x0000,0x0007,0xFFFF,0x8000,0x0000,
X 0x0003,0xFFFF,0x8000,0x0000,0x0001,0xF87F,0x0000,0x0000,
X 0x0000,0xF01E,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/fruit4.pic
if test 1933 -ne `wc -c <images/fruit4.pic`; then
echo shar: \"images/fruit4.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/fruit5.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/fruit5.pic\"
else
echo shar: Extracting \"images/fruit5.pic\" \(1933 characters\)
sed "s/^X//" >images/fruit5.pic <<'END_OF_images/fruit5.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0006,0x0000,0x0000,0x0000,0x0003,0x0FC0,0x0000,0x0000,
X 0x0001,0x3030,0x3000,0x0000,0x0001,0x400F,0xE000,0x0000,
X 0x0000,0xE000,0x0000,0x0000,0x0001,0xF000,0x0000,0x0000,
X 0x0001,0xF000,0x0000,0x0000,0x0009,0xF500,0x0000,0x0000,
X 0x003E,0xE380,0x0000,0x0000,0x003E,0x47C0,0x0000,0x0000,
X 0x007F,0x5BA0,0x0000,0x0000,0x003E,0xE970,0x0000,0x0000,
X 0x003F,0xF2F8,0x0000,0x0000,0x000D,0xEFF0,0x0000,0x0000,
X 0x003E,0xCEA0,0x0000,0x0000,0x003E,0x5FC0,0x0000,0x0000,
X 0x007E,0xDF80,0x0000,0x0000,0x003F,0xEF80,0x0000,0x0000,
X 0x003D,0xFD00,0x0000,0x0000,0x000D,0xFF80,0x0000,0x0000,
X 0x000F,0xFFC0,0x0000,0x0000,0x001F,0x6F80,0x0000,0x0000,
X 0x000E,0xFF80,0x0000,0x0000,0x0004,0xFA40,0x0000,0x0000,
X 0x0001,0xFDC0,0x0000,0x0000,0x0000,0xF5E0,0x0000,0x0000,
X 0x0000,0xFBE0,0x0000,0x0000,0x0000,0x29C0,0x0000,0x0000,
X 0x0000,0x1D00,0x0000,0x0000,0x0000,0x3FC0,0x0000,0x0000,
X 0x0000,0x1DC0,0x0000,0x0000,0x0000,0x0BE0,0x0000,0x0000,
X 0x0000,0x01C0,0x0000,0x0000,0x0000,0x0080,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/fruit5.pic
if test 1933 -ne `wc -c <images/fruit5.pic`; then
echo shar: \"images/fruit5.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/fruit6.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/fruit6.pic\"
else
echo shar: Extracting \"images/fruit6.pic\" \(1933 characters\)
sed "s/^X//" >images/fruit6.pic <<'END_OF_images/fruit6.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0F80,0x0000,0x0000,0x0000,0x1FC0,0x0000,0x0000,
X 0x0003,0xBFC0,0x0000,0x0000,0x0007,0xFFC0,0x0000,0x0000,
X 0x000F,0xFF00,0x0000,0x0000,0x000F,0xFE00,0x0000,0x0000,
X 0x000F,0xCF00,0x0000,0x0000,0x000F,0xCF80,0x0000,0x0000,
X 0x000F,0x9F80,0x0000,0x0000,0x0003,0xFF82,0x0000,0x0000,
X 0x0007,0xFF83,0x0000,0x0000,0x000F,0xFF82,0x8000,0x0000,
X 0x000F,0xFF02,0x8000,0x0000,0x000F,0xC802,0x4000,0x0000,
X 0x0007,0x0C02,0x4000,0x0000,0x0000,0x0402,0x4000,0x0000,
X 0x0000,0x0602,0x4000,0x0000,0x0003,0x0202,0x4000,0x0000,
X 0x0007,0x0202,0x2000,0x0000,0x000E,0x0202,0x2000,0x0000,
X 0x0019,0x0202,0x2000,0x0000,0x0039,0x0106,0x2000,0x0000,
X 0x0039,0x0106,0x2000,0x0000,0x0039,0x0106,0x2000,0x0000,
X 0x0039,0x010E,0x2000,0x0000,0x0038,0x810E,0x2000,0x0000,
X 0x003C,0x810E,0x2000,0x0000,0x003C,0x811C,0x4000,0x0000,
X 0x001E,0x411C,0x4000,0x0000,0x001E,0x423C,0x4000,0x0000,
X 0x000F,0x227C,0x4000,0x0000,0x0007,0xF2F8,0x8000,0x0000,
X 0x0001,0xF7E1,0x8000,0x0000,0x0000,0x7FC3,0x0000,0x0000,
X 0x0000,0x0FFE,0x0000,0x0000,0x0000,0x1800,0x0000,0x0000,
X 0x0000,0x1800,0x0000,0x0000,0x0000,0x2000,0x0000,0x0000,
X 0x0000,0x6000,0x0000,0x0000,0x001E,0xCF00,0x0000,0x0000,
X 0x0007,0xB000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/fruit6.pic
if test 1933 -ne `wc -c <images/fruit6.pic`; then
echo shar: \"images/fruit6.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/fruit7.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/fruit7.pic\"
else
echo shar: Extracting \"images/fruit7.pic\" \(1933 characters\)
sed "s/^X//" >images/fruit7.pic <<'END_OF_images/fruit7.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x07FF,0xFF3F,0xFF00,0x0000,0x04FB,0xF33E,0xF900,0x0000,
X 0x04C0,0x73F0,0x1900,0x0000,0x0784,0x3FE1,0x0F00,0x0000,
X 0x070E,0x1FC3,0x8700,0x0000,0x060E,0x0F83,0x8300,0x0000,
X 0x0604,0x0F81,0x0300,0x0000,0x0660,0xCF98,0x3300,0x0000,
X 0x04F1,0xE73C,0x7900,0x0000,0x0660,0xCF98,0x3300,0x0000,
X 0x0604,0x0F81,0x0300,0x0000,0x060E,0x0F83,0x8300,0x0000,
X 0x070E,0x19C3,0x8700,0x0000,0x0784,0x39E1,0x0F00,0x0000,
X 0x07C0,0x7FF0,0x1F00,0x0000,0x07F8,0xFFF8,0xF300,0x0000,
X 0x04FC,0xFDF9,0xF300,0x0000,0x049C,0xF8F9,0xFF00,0x0000,
X 0x079E,0x7073,0xFF00,0x0000,0x07FF,0x3067,0xE700,0x0000,
X 0x04F3,0x9FCF,0xE700,0x0000,0x04F3,0xC01F,0xFF00,0x0000,
X 0x07FF,0xFFFC,0xFF00,0x0000,0x07CF,0xFF3C,0xFF00,0x0000,
X 0x064F,0xE73F,0xCF00,0x0000,0x067E,0x67FF,0xCF00,0x0000,
X 0x07E6,0x7FCF,0xF900,0x0000,0x07E7,0xF3C9,0xF900,0x0000,
X 0x067F,0xF3F9,0xCF00,0x0000,0x067F,0xFFFF,0xCF00,0x0000,
X 0x07F3,0xFFFF,0xFF00,0x0000,0x07F3,0x800F,0xFF00,0x0000,
X 0x073F,0xBFEF,0xFF00,0x0000,0x073F,0xA02F,0x3F00,0x0000,
X 0x07E7,0xBFEF,0x3900,0x0000,0x07E7,0x800F,0xF900,0x0000,
X 0x07FF,0xFFFF,0xFF00,0x0000,0x067F,0xFFFE,0x7F00,0x0000,
X 0x0679,0xCE7E,0x7300,0x0000,0x07F9,0xCE7F,0xF300,0x0000,
X 0x07FF,0xFFE7,0x3F00,0x0000,0x079F,0x3267,0x3F00,0x0000,
X 0x079F,0x327F,0xFF00,0x0000,0x07FF,0xFFFF,0xFF00,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/fruit7.pic
if test 1933 -ne `wc -c <images/fruit7.pic`; then
echo shar: \"images/fruit7.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f images/fruit8.pic -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"images/fruit8.pic\"
else
echo shar: Extracting \"images/fruit8.pic\" \(1933 characters\)
sed "s/^X//" >images/fruit8.pic <<'END_OF_images/fruit8.pic'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x1FE0,0x0000,0x0000,0x0000,0x3060,0x0000,0x0000,0x0000,
X 0x6020,0x0000,0x0000,0x0000,0x6020,0x0000,0x0000,0x0000,
X 0x7007,0x9E27,0x8000,0x0000,0x3C03,0x0C79,0xC000,0x0000,
X 0x1E03,0x0C30,0xC000,0x0000,0x0783,0x0C30,0xC000,0x0000,
X 0x01C3,0x0C30,0xC000,0x0000,0x00E3,0x0C30,0xC000,0x0000,
X 0x4063,0x0C30,0xC000,0x0000,0x4063,0x0C30,0xC000,0x0000,
X 0x60C3,0x9C30,0xC000,0x0000,0x7F81,0xE679,0xE000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_images/fruit8.pic
if test 1933 -ne `wc -c <images/fruit8.pic`; then
echo shar: \"images/fruit8.pic\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f main.cursor -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"main.cursor\"
else
echo shar: Extracting \"main.cursor\" \(193 characters\)
sed "s/^X//" >main.cursor <<'END_OF_main.cursor'
X/* Format_version=1, Width=16, Height=16, Depth=1, Valid_bits_per_item=16
X */
X 0x8000,0xC000,0xE000,0xF000,0xF800,0xFC00,0xFE00,0xF000,
X 0xD800,0x9800,0x0C00,0x0C00,0x0600,0x0600,0x0300,0x0300
END_OF_main.cursor
if test 193 -ne `wc -c <main.cursor`; then
echo shar: \"main.cursor\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f patchlevel.h -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"patchlevel.h\"
else
echo shar: Extracting \"patchlevel.h\" \(23 characters\)
sed "s/^X//" >patchlevel.h <<'END_OF_patchlevel.h'
X#define PATCHLEVEL 0
END_OF_patchlevel.h
if test 23 -ne `wc -c <patchlevel.h`; then
echo shar: \"patchlevel.h\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f sidtool.help -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"sidtool.help\"
else
echo shar: Extracting \"sidtool.help\" \(1124 characters\)
sed "s/^X//" >sidtool.help <<'END_OF_sidtool.help'
XMove the SUN screen around the maze.
XEating a small dot = 10 points.
XEating an 'idea' spot = 50 points.
XEating fruit when visible = 100 up to 5000 points.
XEating all the dots changes fruit to one worth more points.
XEating an 'idea' spot turns bad guys white.
XWhile white or blinking, bad guys = 200, 400, 800 and 1600 points.
XAvoid being eaten by bad guys when not white or blinking.
X
XThree SUN screens per game. Extra screen awarded at 10000 points.
X
XMovement of the SUN screen is achieved with the arrowed function keys:
X UP - R8. LEFT - R10. RIGHT - R12. DOWN - R14.
X
XSkill level 1 = easy; 10 = hard. Standard = 5.
X
XDEL interrupts the game at any time and brings up a menu of options:
XSelect an option by pressing a mouse button over the required option.
X
X AUTO - game goes into auto play mode.
X HELP - gives you this help message.
X LEVEL - pressing a mouse button increments the skill level.
X PLAYERS - pressing a mouse button increments the number of players.
X QUIT - terminate SID tool.
X SCORES - gives you a list of the high scores for each skill level.
X START - starts the game.
END_OF_sidtool.help
if test 1124 -ne `wc -c <sidtool.help`; then
echo shar: \"sidtool.help\" unpacked with wrong size!
fi
# end of overwriting check
fi
if test -f sidtool.icon -a "${1}" != "-c" ; then
echo shar: Will not over-write existing file \"sidtool.icon\"
else
echo shar: Extracting \"sidtool.icon\" \(1933 characters\)
sed "s/^X//" >sidtool.icon <<'END_OF_sidtool.icon'
X/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
X */
X 0x0000,0x0C00,0x0000,0x0000,0x0000,0x0F07,0xFF80,0x0000,
X 0x0000,0x0FCF,0xFFC0,0x0000,0x0000,0x0FEF,0xFFC0,0x0000,
X 0x0000,0x0FFF,0xFFE0,0x0000,0x0000,0x0FFB,0xFFE0,0x0000,
X 0x0600,0x0FF7,0xFFF0,0x0000,0x060C,0x0FF7,0xFFF0,0x0000,
X 0x0618,0x0FEF,0xFFFF,0xFFFC,0x0618,0x0FDF,0xFFFF,0xFFFE,
X 0x0C30,0x0FBF,0xFFFF,0xFFFF,0x0C60,0x0FBF,0xFFFF,0xFFFF,
X 0x0C60,0x077F,0xFFFF,0xFFFF,0x0CC0,0x027F,0xFE0F,0xFFFF,
X 0x0D80,0x021F,0xFFFF,0xFFFF,0x0D80,0x0217,0xFE00,0x000F,
X 0xFF07,0xC211,0xFFFF,0xFFFE,0xFE0F,0xE011,0x7C00,0x0001,
X 0xFF1F,0xF001,0x3BFF,0xFFFF,0xFFBF,0xF801,0x27FF,0xFFFF,
X 0xFFBF,0xFC00,0x01FF,0xFFFF,0xFFBF,0xFE00,0x007F,0xFFFF,
X 0xFFFF,0xFF00,0x003F,0xFFFF,0xFFFF,0xFF00,0x007F,0xFFFF,
X 0xFFBF,0xFE00,0x21FF,0xFFFF,0xFFBF,0xFC00,0x27FF,0xFFFF,
X 0xFFBF,0xF811,0x3FFF,0xFFFF,0xFF1F,0xF011,0x7FFF,0xFFFF,
X 0xFE0F,0xE111,0xFFFF,0xFFFF,0xFC07,0xC113,0xFFEA,0xFFFF,
X 0x0000,0x0115,0xFFF5,0xFFFF,0x0000,0x017D,0xFFEA,0xFFFF,
X 0x0000,0x01FD,0xFFF5,0xFFFF,0x0000,0x07FB,0xFFFF,0xFFFF,
X 0x0000,0x07FB,0xFFFF,0xFFFE,0x0000,0x07FB,0xFFFF,0x8000,
X 0x0000,0x07FC,0x3FFF,0x8000,0x0000,0x07E0,0x3FFF,0x8000,
X 0x0000,0x0600,0x7FFF,0x8000,0x0000,0x0000,0x7FFF,0x8000,
X 0x0000,0x0000,0xFFFF,0x8000,0x0000,0x0000,0xFFFF,0x8000,
X 0x0000,0x01FF,0xFFFF,0x8000,0x0000,0x03FF,0xFFFF,0x8000,
X 0x0000,0x07FF,0xFFFF,0x8000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0xFFFF,0xFFFF,0xFFFF,0xFFFF,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x2010,0x8000,0x0E00,0x0000,0x0010,0x8000,0x0200,
X 0x0038,0xE0D3,0xE387,0x0200,0x0044,0x2130,0x8448,0x8200,
X 0x0040,0x2110,0x8448,0x8200,0x0038,0x2110,0x8448,0x8200,
X 0x0004,0x2110,0x8448,0x8200,0x0044,0x2130,0x8448,0x8200,
X 0x0038,0x20D0,0x6387,0x0200,0x0000,0x0000,0x0000,0x0000,
X 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
END_OF_sidtool.icon
if test 1933 -ne `wc -c <sidtool.icon`; then
echo shar: \"sidtool.icon\" unpacked with wrong size!
fi
# end of overwriting check
fi
echo shar: End of archive 1 \(of 5\).
cp /dev/null ark1isdone
MISSING=""
for I in 1 2 3 4 5 ; do
if test ! -f ark${I}isdone ; then
MISSING="${MISSING} ${I}"
fi
done
if test "${MISSING}" = "" ; then
echo You have unpacked all 5 archives.
rm -f ark[1-9]isdone
else
echo You still need to unpack the following archives:
echo " " ${MISSING}
fi
## End of shell archive.
exit 0
D
D
D

0 new messages