blob: 5c3277244f5755f55ef181a03632d93892a4fecb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// 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 */
|