1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
// license:BSD-3-Clause // copyright-holders:Barry Rodewald /* * * 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_*/