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/physical.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mzf2wav/src/physical.h (limited to 'mzf2wav/src/physical.h') diff --git a/mzf2wav/src/physical.h b/mzf2wav/src/physical.h new file mode 100644 index 0000000..c9b6ac9 --- /dev/null +++ b/mzf2wav/src/physical.h @@ -0,0 +1,16 @@ +#include "wav.h" + +// Defenitions. +typedef unsigned char byte; +typedef unsigned short word; +typedef unsigned int dword; + +// Prototypes. +void reversepol(void), // Reverse polarity. + gap(int), // i short pulses. + tapemark(int), // i long, i short and two long pulses. + writecs(word), // Write the checksum. + setspeed(int); // Define the waveform. +word writebyte(byte), // Write a byte and count the ones. + getfilesize(byte *); // Get the file size. +int assert(byte *, word); // See if the MZF file is valid. -- cgit v1.2.1