Updated installer to remove MIDI on IIgs and update NinjaTracker.

This commit is contained in:
Scott Duensing 2022-09-18 17:02:33 -05:00
parent f10172d5bb
commit 6daf22a686

View file

@ -883,19 +883,11 @@ function installIIgs() {
if [[ ! -e "${IIGS}/Tool222#ba0000" ]]; then
purple "Installing NinjaTrackerPlus Tool222"
download http://www.ninjaforce.com/downloads/ninjatrackerplus_tool222_v1.2.2mg
"${IIGS}/cadius/cadius" extractfile ninjatrackerplus_tool222_v1.2.2mg NTP.TOOL222V1.2/SYSTEM/TOOLS/TOOL222 .
download http://www.ninjaforce.com/downloads/ninjatrackerplus_tool222_v1.4.2mg
"${IIGS}/cadius/cadius" extractfile ninjatrackerplus_tool222_v1.4.2mg NTP.TOOL222V1.4/SYSTEM/TOOLS/TOOL222 .
cp -f Tool222#BA0000 "${IIGS}/Tool222#ba0000"
fi
if [[ ! -e "${IIGS}/Tool035#ba0000" ]]; then
purple "Installing MidiSynth Tool035"
download https://www.whatisthe2gs.apple2.org.za/files/System601/2Image/System_6_01.zip
unzip System_6_01.zip
"${IIGS}/cadius/cadius" extractfile "System 6.0.1/Disk 6 of 7 synthLAB.2mg" synthLAB/TOOL035 .
cp -f Tool035#BA0000 "${IIGS}/Tool035#ba0000"
fi
mkdir -p "${JOEY}/dist/IIgs"
purple "Building JoeyLib IIgs"