#!/bin/sh
#
# Author: Peter Keel <killer@discordia.ch>
# I hate always typing the same params. Here's how UAE is started.. 
# 
cd /usr/lib/uae
/usr/X11R6/bin/uae-x -m DH0:/usr/lib/uae/amiga -l de -J M0 -O 640:600:xd -x -b 8 -R 11025 -B 16384 -S 2 $*
#
# And with SVGA-lib...
#
#/usr/lib/uae/uae-svga -m DH0:/usr/lib/uae/amiga -d 4 -l de -J M0  -x -S 2 $* 
