blob: 7dc7a67e10c98f6243e0af30d46ec85357917f97 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*********************************************************************
tvc_cas.h
Format code for Videoton TVC casette files
*********************************************************************/
#ifndef TVC_CAS_H
#define TVC_CAS_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(tvc64_cassette_formats);
#endif /* TVC_CAS_H */
|