diff --git a/6502/C64/tests/logtofile.fth b/6502/C64/tests/logtofile.fth index 68b5149..fd66bbc 100644 --- a/6502/C64/tests/logtofile.fth +++ b/6502/C64/tests/logtofile.fth @@ -24,4 +24,4 @@ Output: alsologtofile alsologtofile ; : logclose - log-dev-2nd@ busclose display ; + display log-dev-2nd@ busclose ;