mame/src/lib/formats/vt_cas.h
2015-05-21 20:06:05 +02:00

20 lines
447 B
C

// license:GPL-2.0+
// copyright-holders:Juergen Buchmueller
/*********************************************************************
vt_cas.h
Format code for VTech cassette files
*********************************************************************/
#ifndef VT_CAS_H
#define VT_CAS_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(vtech1_cassette_formats);
CASSETTE_FORMATLIST_EXTERN(vtech2_cassette_formats);
#endif /* VT_CAS_H */