summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/pmd_cas.h
blob: c2d8a749ef1f0125737b0ecd37d56dbcd9747657 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// license:BSD-3-Clause
// copyright-holders:Sandro Ronco
/*********************************************************************

    pmd_cas.h

    Format code for PMD-85 cassette files

*********************************************************************/

#ifndef PMD_CAS_H
#define PMD_CAS_H

#include "cassimg.h"

CASSETTE_FORMATLIST_EXTERN(pmd85_cassette_formats);

#endif /* PMD_CAS_H */