Rename build-in-vice.sh to run-in-vice.sh. Checkin of dev environment build script,

and initial checkin of load-from-file and dos words, branched from cc64
This commit is contained in:
Philip Zembrod 2020-06-09 22:38:00 +02:00
parent 6b19a0b3ba
commit 1990c113e5
4 changed files with 4762 additions and 2 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,6 @@ rm -f cbmfiles/devenv
keybuf="2 drive 19 load\n1 drive 26 load\nsavesystem devenv\n"
"${emulatordir}/build-in-vice.sh" "c64-volksforth83" "${keybuf}"
"${emulatordir}/run-in-vice.sh" "c64-volksforth83" "${keybuf}"
make emulator/devenv.T64

View File

@ -30,7 +30,7 @@ x64 \
-fs8 "${basedir}/cbmfiles" \
-9 "${basedir}/disks/vforth4_1.d64" \
-10 "${basedir}/disks/vforth4_3.d64" \
-11 "${basedir}/disks/vforth4_4.d64" \
-11 "${basedir}/disks/file-words.d64" \
-symkeymap "${emulatordir}/x11_sym_vf_de.vkm" \
-keymap 2 \
$autostart \