diff --git a/SD/BIN/BPLUGINS/ZX3 b/SD/BIN/BPLUGINS/ZX3 index 57e0053..999c2da 100644 Binary files a/SD/BIN/BPLUGINS/ZX3 and b/SD/BIN/BPLUGINS/ZX3 differ diff --git a/utils/zx3.asm b/utils/zx3.asm index 0e555eb..286438c 100644 --- a/utils/zx3.asm +++ b/utils/zx3.asm @@ -30,6 +30,9 @@ NoPrint ld (FileName+1), hl ld bc, zxuno_port out (c), 0 inc b + in a, (c) + and %01111111 + out (c), a in f, (c) jp p, Nonlock call Print