$@
This commit is contained in:
parent
89e4546962
commit
5130281e25
1 changed files with 3 additions and 3 deletions
6
dist/run49.sh
vendored
6
dist/run49.sh
vendored
|
@ -7,8 +7,8 @@ mkdir -p "$STATEDIR"
|
|||
|
||||
if [ ! -e "$STATEDIR"/rom.49g ]; then
|
||||
( cd "$STATEDIR"
|
||||
# wget -c https://www.hpcalc.org/hp49/pc/rom/hp4950v210.zip -O rom.zip
|
||||
wget -c https://www.hpcalc.org/hp49/pc/rom/beta1196.zip -O rom.zip
|
||||
wget -c https://www.hpcalc.org/hp49/pc/rom/hp4950v210.zip -O rom.zip
|
||||
# wget -c https://www.hpcalc.org/hp49/pc/rom/beta1196.zip -O rom.zip
|
||||
unzip rom.zip
|
||||
rm rom.zip
|
||||
)
|
||||
|
@ -19,4 +19,4 @@ if [ ! -e "$STATEDIR"/ram ]; then
|
|||
RAM=-reset
|
||||
fi
|
||||
|
||||
./run_saturn -face hp49 -hw hp49 -stateDir "$STATEDIR" -rom rom.49g $RAM
|
||||
./run_saturn -face hp49 -hw hp49 -stateDir "$STATEDIR" -rom rom.49g $RAM "$@"
|
||||
|
|
Loading…
Reference in a new issue