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

20 lines
457 B
C

// license:GPL-2.0+
// copyright-holders:Juergen Buchmueller, Krzysztof Strzecha, Robbbert
/*********************************************************************
zx81_p.h
Format code for ZX-81 cassette files
*********************************************************************/
#ifndef ZX81_P_H
#define ZX81_P_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(zx81_p_format);
CASSETTE_FORMATLIST_EXTERN(zx80_o_format);
#endif /* ZX81_P_H */