From 62d841c2703286b34983eb8dae174ecbf2c82c5f Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 6 May 2011 19:42:26 +0000 Subject: Moved format handling and all formats to separate library [Miodrag Milanovic] --- src/lib/formats/coco_cas.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/lib/formats/coco_cas.h (limited to 'src/lib/formats/coco_cas.h') diff --git a/src/lib/formats/coco_cas.h b/src/lib/formats/coco_cas.h new file mode 100644 index 00000000000..03a714ce847 --- /dev/null +++ b/src/lib/formats/coco_cas.h @@ -0,0 +1,20 @@ +/********************************************************************* + + coco_cas.h + + Format code for CoCo CAS (*.cas) files + +*********************************************************************/ + +#ifndef COCO_CAS_H +#define COCO_CAS_H + +#include "cassimg.h" + +extern const struct CassetteFormat coco_cas_format; +extern const struct CassetteModulation coco_cas_modulation; + +CASSETTE_FORMATLIST_EXTERN(coco_cassette_formats); +CASSETTE_FORMATLIST_EXTERN(alice32_cassette_formats); + +#endif /* COCO_CAS_H */ -- cgit v1.2.3-70-g09d2