diff options
Diffstat (limited to 'sw/z80_test/ctc.h')
-rw-r--r-- | sw/z80_test/ctc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/z80_test/ctc.h b/sw/z80_test/ctc.h new file mode 100644 index 0000000..c6b3150 --- /dev/null +++ b/sw/z80_test/ctc.h @@ -0,0 +1,6 @@ +#ifndef __CTC_H__ +#define __CTC_H__ + +void ctc_control(); + +#endif /* __CTC_H__ */
\ No newline at end of file |