mame/src/lib/formats/tzx_cas.h
2015-05-14 10:13:14 +02:00

19 lines
312 B
C

// 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 */