summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/tzx_cas.h
blob: 2410ea5752378f0af507f3da93968f93bf2cac39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol
/*

       tzx_cas.h

       Format code for tzx cassette files
*/
#ifndef MAME_FORMATS_TZX_CAS_H
#define MAME_FORMATS_TZX_CAS_H

#pragma once

#include "cassimg.h"

extern const struct CassetteFormat tzx_cassette_format;

CASSETTE_FORMATLIST_EXTERN(tzx_cassette_formats);
CASSETTE_FORMATLIST_EXTERN(cdt_cassette_formats);

#endif // MAME_FORMATS_TZX_CAS_H