This commit is contained in:
Gwenhael Le Moine 2024-03-28 09:24:09 +01:00
parent 89e4546962
commit 5130281e25
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

6
dist/run49.sh vendored
View file

@ -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 "$@"