From 9e3e95c3e8a6b81a6f03af5d98ee46ec258615c8 Mon Sep 17 00:00:00 2001 From: Philip Zembrod Date: Tue, 18 Jun 2024 19:45:25 +0200 Subject: [PATCH] Load assembler in x16input-tsk.fth only when needed. --- 6502/C64/src/x16input-tsk.fth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6502/C64/src/x16input-tsk.fth b/6502/C64/src/x16input-tsk.fth index 43e6ad0..1f70885 100644 --- a/6502/C64/src/x16input-tsk.fth +++ b/6502/C64/src/x16input-tsk.fth @@ -2,7 +2,7 @@ \ even while waiting for keyboard input, similar to \ the keyboard input on C16 and C64: -include trns6502asm.fth +\needs Code include trns6502asm.fth \ X16 labels