In C64 logclose, disable log output before closing the log file.

This commit is contained in:
Philip Zembrod 2022-01-06 15:52:41 +01:00
parent 5373de9c36
commit 99276c12cb

View File

@ -24,4 +24,4 @@ Output: alsologtofile
alsologtofile ;
: logclose
log-dev-2nd@ busclose display ;
display log-dev-2nd@ busclose ;