diff options
author | Nao Pross <naopross@thearcway.org> | 2017-11-14 11:46:31 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-11-14 11:46:31 +0100 |
commit | 8b240f0f90cd11f49947cf335a1e366bbe84b3f1 (patch) | |
tree | c6efe1d65ecbeeb01c993f659dbd6596abce0371 /sw/z80/tests/pio/makefile | |
parent | Update doc, remove z80uPC.tex, improved z80uPC_nostyle (diff) | |
download | z80uPC-8b240f0f90cd11f49947cf335a1e366bbe84b3f1.tar.gz z80uPC-8b240f0f90cd11f49947cf335a1e366bbe84b3f1.zip |
Improvements in PIO driver, pio test rewritten in inline asm
Diffstat (limited to 'sw/z80/tests/pio/makefile')
-rw-r--r-- | sw/z80/tests/pio/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |