summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/thom_cas.h
blob: da0684d1e7cffccfd441423502a12c74860eeb79 (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
25
// license:BSD-3-Clause
// copyright-holders:Antoine Mine
/**********************************************************************

  Copyright (C) Antoine Mine' 2006

  Thomson 8-bit computers

**********************************************************************/
#ifndef MAME_FORMATS_THOM_CAS_H
#define MAME_FORMATS_THOM_CAS_H

#pragma once

#include "cassimg.h"

/******************** TO7 ************************/

CASSETTE_FORMATLIST_EXTERN(to7_cassette_formats);

/******************** MO5 ************************/

CASSETTE_FORMATLIST_EXTERN(mo5_cassette_formats);

#endif // MAME_FORMATS_THOM_CAS_H