#!/bin/sh

if [ -f disks/drivea.dsk ]; then
	./imsaisim -x mpu-a-vio-rom.hex $*
else
	echo "no boot disk in drive a:"
fi
