small cleanup in formats headers (nw)

This commit is contained in:
Oliver Stöneberg 2014-04-26 06:54:46 +00:00
parent 3f9234b23f
commit 6b0355117f
2 changed files with 2 additions and 3 deletions

View File

@ -11,6 +11,7 @@
#include "cassimg.h"
#if 0
struct ace_tape_t
{
UINT8 hdr_type;
@ -22,6 +23,7 @@ struct ace_tape_t
UINT8 hdr_3c4d;
UINT16 dat_len;
};
#endif
CASSETTE_FORMATLIST_EXTERN(ace_cassette_formats);

View File

@ -11,9 +11,6 @@
#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);