From 8b240f0f90cd11f49947cf335a1e366bbe84b3f1 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 14 Nov 2017 11:46:31 +0100 Subject: Improvements in PIO driver, pio test rewritten in inline asm --- sw/z80/tests/pio/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/z80/tests/pio/makefile') diff --git a/sw/z80/tests/pio/makefile b/sw/z80/tests/pio/makefile index f7f97be..1213902 100644 --- a/sw/z80/tests/pio/makefile +++ b/sw/z80/tests/pio/makefile @@ -66,7 +66,7 @@ dis: $(BINARY) s 0x100; \ pd 10; \ s 0x200; \ - pd 0x95' + pd 0x95' | tee build/dis.txt clean: - rm -rd build -- cgit v1.2.1