From a0e86733b4ddab6aa886a7cbb8fe9019f99a3459 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Mon, 2 Jan 2017 12:58:55 +0100 Subject: Import from http://www.sharpmz.org/mzf2wav.htm --- mzf2wav/src/methods.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mzf2wav/src/methods.h (limited to 'mzf2wav/src/methods.h') diff --git a/mzf2wav/src/methods.h b/mzf2wav/src/methods.h new file mode 100644 index 0000000..4c8dd82 --- /dev/null +++ b/mzf2wav/src/methods.h @@ -0,0 +1,6 @@ +#include "physical.h" + +// Prototypes. +void trans(byte *), // Transfer file fast. + conv(byte *), // Transfer file according to conventions. + turbo(byte *); // Transfer file in turbo mode. -- cgit v1.2.1