From e8a6f73a86761e6e47009575fb83ccb3a7561818 Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Sun, 14 Jun 2020 22:30:42 +0200 Subject: [PATCH] Add tracer to devenv --- 6502/C64/emulator/build-devenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6502/C64/emulator/build-devenv.sh b/6502/C64/emulator/build-devenv.sh index 9e56129..aec0986 100755 --- a/6502/C64/emulator/build-devenv.sh +++ b/6502/C64/emulator/build-devenv.sh @@ -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}"