mirror of
https://github.com/datajerk/c2d.git
synced 2025-01-14 08:30:22 +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)
|
||||
|
||||
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
|
||||
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 ]["
|
||||
activate
|
||||
-- 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 every machine saving no
|
||||
-- Create a new (AppleIIe)
|
||||
|
Loading…
x
Reference in New Issue
Block a user