#!/bin/csh # # $Id: quick_start,v 4.1 2000/12/11 09:54:19 cibrario Rel $ # # This script performs a step-by-step setup of saturn, to emulate an HP49 # in current directory. The current directory must be either the build # directory of source distributions, or the unpack directory of user-level # binary distributions. set emu_rom = rom.e49 set saturn_rom = rom set saturn_ram = ram if( ! -r $saturn_rom && ! -r $emu_rom ) then cat - <