1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
// license:BSD-3-Clause // copyright-holders:Wilbert Pol,??? /* tzx_cas.h Format code for tzx cassette files */ #ifndef TZX_CAS_H #define TZX_CAS_H #include "cassimg.h" CASSETTE_FORMATLIST_EXTERN(tzx_cassette_formats); CASSETTE_FORMATLIST_EXTERN(cdt_cassette_formats); #endif /* TZX_CAS_H */