From 9b9e656da951138f7d5523fd717c86a834211096 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 28 Aug 2017 13:55:35 +0200 Subject: add test program for z80 --- sw/z80_test/ctc.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sw/z80_test/ctc.c (limited to 'sw/z80_test/ctc.c') diff --git a/sw/z80_test/ctc.c b/sw/z80_test/ctc.c new file mode 100644 index 0000000..3a4e7d5 --- /dev/null +++ b/sw/z80_test/ctc.c @@ -0,0 +1,7 @@ +#include "ctc.h" + +void ctc_control() +{ + +} + -- cgit v1.2.1