mame/src/lib/formats/hect_tap.h
2013-01-11 07:32:46 +00:00

17 lines
346 B
C

/*********************************************************************
hect_tap.h
Format code for Micronique cassette files
*********************************************************************/
#ifndef HECT_TAP_H
#define HECT_TAP_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(hector_cassette_formats);
#endif /* HECT_TAP_H */