Remove mapping of vforth4_2.d64 from build-vf.sh, now that we fully build from txt files.

This commit is contained in:
Philip Zembrod 2020-07-12 23:12:20 +02:00
parent ce1d445840
commit 87c822f8a9

View File

@ -18,5 +18,5 @@ test -n "$target" && rm -f "${basedir}/cbmfiles/${target}"
keybuf="include ${source}\nsave-target ${target}\ndos s0:notdone\n"
test -z "$target" && keybuf="include ${source}\n"
DISK9=vforth4_2 DISK10=tc38q "${emulatordir}/run-in-vice.sh" \
DISK10=tc38q "${emulatordir}/run-in-vice.sh" \
"tcbase" "${keybuf}"