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

15 lines
255 B
C

// license:BSD-3-Clause
// copyright-holders:Angelo Salese
/*
* NEC PC-6001 cassette format handling
*/
#ifndef PC6001_CAS_H_
#define PC6001_CAS_H_
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN( pc6001_cassette_formats );
#endif /*PC6001_CAS_H_*/