mirror of
https://github.com/datajerk/c2d.git
synced 2025-02-09 22:30:30 +00:00
changed test splash page, no code changes
This commit is contained in:
parent
081a78b10f
commit
d00cb0a0ef
9
Makefile
9
Makefile
@ -33,7 +33,14 @@ clean:
|
|||||||
(cd asm; make clean)
|
(cd asm; make clean)
|
||||||
|
|
||||||
gameserverclient.text: Makefile
|
gameserverclient.text: Makefile
|
||||||
figlet -c -w 40 -f slant "Game Server Online Client" >$@
|
( \
|
||||||
|
figlet -c -w 40 -f slant "Apple ][ Game Server Online!" | \
|
||||||
|
perl -p -e 's/^ +\n$$//' | \
|
||||||
|
sed '1,6s/^/ /'; \
|
||||||
|
echo; \
|
||||||
|
text="THE APPLE ][ AE WARESHOLE IS BACK!"; printf "%*s\n" $$((($${#text}+40)/2)) "$$text"; \
|
||||||
|
text="CASSETTE PORT FTW! ---- ASCIIEXPRESS.NET"; printf "%*s\n" $$((($${#text}+40)/2)) "$$text"; \
|
||||||
|
) | tail -24 >$@
|
||||||
|
|
||||||
emutest: gameserverclient gameserverclient.mon gameserverclient.text dist
|
emutest: gameserverclient gameserverclient.mon gameserverclient.text dist
|
||||||
EMU=1 WIN=1 ./test.sh
|
EMU=1 WIN=1 ./test.sh
|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
|
___ __ ______
|
||||||
|
/ | ____ ____ / /__ / / _/
|
||||||
|
/ /| | / __ \/ __ \/ / _ \ / / /
|
||||||
|
/ ___ |/ /_/ / /_/ / / __/ / / /
|
||||||
|
/_/ |_/ .___/ .___/_/\___/ _/ / /
|
||||||
|
/_/ /_/ /__/__/
|
||||||
______
|
______
|
||||||
/ ____/___ _____ ___ ___
|
/ ____/___ _____ ___ ___
|
||||||
/ / __/ __ `/ __ `__ \/ _ \
|
/ / __/ __ `/ __ `__ \/ _ \
|
||||||
/ /_/ / /_/ / / / / / / __/
|
/ /_/ / /_/ / / / / / / __/
|
||||||
\____/\__,_/_/ /_/ /_/\___/
|
\____/\__,_/_/ /_/ /_/\___/
|
||||||
|
|
||||||
_____
|
_____
|
||||||
/ ___/___ ______ _____ _____
|
/ ___/___ ______ _____ _____
|
||||||
\__ \/ _ \/ ___/ | / / _ \/ ___/
|
\__ \/ _ \/ ___/ | / / _ \/ ___/
|
||||||
___/ / __/ / | |/ / __/ /
|
___/ / __/ / | |/ / __/ /
|
||||||
/____/\___/_/ |___/\___/_/
|
/____/\___/_/ |___/\___/_/
|
||||||
|
____ ___ __
|
||||||
____ ___
|
/ __ \____ / (_)___ ___ / /
|
||||||
/ __ \____ / (_)___ ___
|
/ / / / __ \/ / / __ \/ _ \/ /
|
||||||
/ / / / __ \/ / / __ \/ _ \
|
/ /_/ / / / / / / / / / __/_/
|
||||||
/ /_/ / / / / / / / / / __/
|
\____/_/ /_/_/_/_/ /_/\___(_)
|
||||||
\____/_/ /_/_/_/_/ /_/\___/
|
|
||||||
|
THE APPLE ][ AE WARESHOLE IS BACK!
|
||||||
_________ __
|
CASSETTE PORT FTW! ---- ASCIIEXPRESS.NET
|
||||||
/ ____/ (_)__ ____ / /_
|
|
||||||
/ / / / / _ \/ __ \/ __/
|
|
||||||
/ /___/ / / __/ / / / /_
|
|
||||||
\____/_/_/\___/_/ /_/\__/
|
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -10,7 +10,7 @@ on run argv
|
|||||||
tell application "Virtual ]["
|
tell application "Virtual ]["
|
||||||
activate
|
activate
|
||||||
-- may need delay for this error: execution error: Virtual ][ got an error: Connection is invalid. (-609)
|
-- may need delay for this error: execution error: Virtual ][ got an error: Connection is invalid. (-609)
|
||||||
delay 1.0
|
delay 1.5
|
||||||
-- Close all open machines
|
-- Close all open machines
|
||||||
close every machine saving no
|
close every machine saving no
|
||||||
-- Create a new (AppleIIe)
|
-- Create a new (AppleIIe)
|
||||||
|
4
test.sh
4
test.sh
@ -60,7 +60,7 @@ then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SUM=45ac447dc3e2e762c2b5ab1180682d34
|
SUM=c027f451edcec4bef8a9edb66e15c78e
|
||||||
|
|
||||||
rm -f ${BIN}.dsk
|
rm -f ${BIN}.dsk
|
||||||
echo
|
echo
|
||||||
@ -158,7 +158,7 @@ rm -f ${BIN}.dsk
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SUM=45ac447dc3e2e762c2b5ab1180682d34
|
SUM=c027f451edcec4bef8a9edb66e15c78e
|
||||||
|
|
||||||
rm -f ${BIN}.dsk
|
rm -f ${BIN}.dsk
|
||||||
echo
|
echo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user