#!/bin/sh

rm -f disks/drivea.dsk
ln disks/library/cpm14.dsk disks/drivea.dsk

./altairsim -x bootromt.hex $*
