mame/src/lib/formats/vg5k_cas.h
2013-10-26 19:53:18 +00:00

17 lines
355 B
C

// license:BSD-3-Clause
// copyright-holders:Sandro Ronco
/*********************************************************************
vg5k_cas.h
*********************************************************************/
#ifndef VG5K_CAS_H
#define VG5K_CAS_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(vg5k_cassette_formats);
#endif /* VG5K_CAS_H */