blob: a37ae958551d5147b87674e3f88c183aa1a03dd8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
// license:???
// copyright-holders:???
/**********************************************************************
Copyright (C) Antoine Mine' 2006
Thomson 8-bit computers
**********************************************************************/
#ifndef THOM_CAS
#define THOM_CAS
#include "cassimg.h"
/******************** TO7 ************************/
CASSETTE_FORMATLIST_EXTERN(to7_cassette_formats);
/******************** MO5 ************************/
CASSETTE_FORMATLIST_EXTERN(mo5_cassette_formats);
#endif
|