Add tracer to devenv

This commit is contained in:
Philip Zembrod 2020-06-14 22:30:42 +02:00
parent 31e85383e1
commit e8a6f73a86

View File

@ -10,7 +10,7 @@ rm -f "${basedir}/cbmfiles/devenv"
# load savesystem from vforth4_1.d64 block 26 in drive 9.
# load include and dos from file-words.d64 block 10 in drive 11.
# savesystem and then scratch file notdone to exit emulator.
keybuf="2 drive 19 load\n1 drive 26 load\n3 drive 10 load\n\
keybuf="2 drive 19 load\n47 load\n1 drive 26 load\n3 drive 10 load\n\
savesystem devenv\ndos s0:notdone\n"
"${emulatordir}/run-in-vice.sh" "c64-volksforth83" "${keybuf}"