1
0
mirror of synced 2026-01-13 23:47:27 +00:00

run-medley: remove old/inaccurate comments.

This commit is contained in:
Abe Jellinek 2020-11-23 18:52:31 -08:00
parent 0704402930
commit f78657b173

View File

@ -51,21 +51,16 @@ export LDEINIT="$MEDLEYDIR/greetfiles/LOCAL-INIT"
passthrough_args=""
mem="-m 256" # Default, has to be set
# MBA screensize
geometry="-g 1280x720"
# keyboard types: x, type2, type3, type4, jle, as3000j
export LDEKBDTYPE=x
export LDEFILETIMEOUT=60
export TAKEXNSDOWN=0
export LDELISPXNS=0
#default is no lispxns
while [ "$#" -ne 0 ]; do
case "$1" in
"--geometry")
@ -96,11 +91,6 @@ if [ -z "$LDESRCESYSOUT" ] ; then
export LDESRCESYSOUT="$MEDLEYDIR/loadups/xfull35.sysout"
fi
# if [ ! -z "$LDEKBDTYPE" ] ; then
# # switch (`/usr/bin/hostinfo keyboardtype`)
# # endsw
# fi
echo "keyboard type is" $LDEKBDTYPE
export INMEDLEY=1
@ -119,7 +109,6 @@ case "$version" in
esac
echo "using emulator version $version"
export PATH=.:"$PATH"
old_wd=`pwd`
cd "$MAIKODIR"/bin