mame/src/lib/formats/x1_tap.h

15 lines
177 B
C

/*
*
* Sharp X1 TAP image format
*
*/
#ifndef X1_TAP_H_
#define X1_TAP_H_
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN( x1_cassette_formats );
#endif /*X1_TAP_H_*/