[comp.sources.games] v01i022: sidtool - pacman game for Suns, Part05/05

games-request@tekred.TEK.COM (05/18/87)

Submitted by: Rich Burridge <munnari!sunk.oz!richb@seismo.css.gov>
Comp.sources.games: Volume 1, Issue 22
Archive-name: sidtool/Part05

#! /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 5 (of 5)."
# Contents:  TO_DO main.cursor
# Wrapped by billr@tekred on Tue May 12 09:16:41 1987
PATH=/bin:/usr/bin:/usr/ucb ; export PATH
if test -f TO_DO -a "${1}" != "-c" ; then 
  echo shar: Will not over-write existing file \"TO_DO\"
else
echo shar: Extracting \"TO_DO\" \(646 characters\)
sed "s/^X//" >TO_DO <<'END_OF_TO_DO'
X
XThere is a known problem of sidtool leaving a bogus copy of the Sun
Xscreen lying around when it's in eating mode, and it "eats", a pair
Xof eyes going back home to be reincarnated.
X
XThis is proving to be difficult to consistently recreate, so that
Xfix hopefully will be in the next set of patches.
X
XLook out for a mouse "joystick" interface to sidtool, coming soon.
X
X    Rich.
X
XRich Burridge,            JANET richb%sunk.oz@uk.ac.ucl.cs
XACSnet  richb@sunk.oz     UUCP {seismo,hplabs,ukc}!munnari!sunk.oz!richb
XPHONE: +61 3 811 9927     ARPAnet richb%sunk.oz@seismo.css.gov
XMAIL: Sun Microsystems, 123 Camberwell Rd, Hawthorn, VICTORIA 3122, AUST
END_OF_TO_DO
if test 646 -ne `wc -c <TO_DO`; then
    echo shar: \"TO_DO\" 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
echo shar: End of archive 5 \(of 5\).
cp /dev/null ark5isdone
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