summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/cbm_tap.h
blob: d8043cd883ed95177b1f8fdab23a86493a210cb5 (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:Fabio Priuli
/*********************************************************************

    cbm_tap.h

    Format code for CBM .tap files

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

#ifndef CBM_TAP_H
#define CBM_TAP_H

#include "cassimg.h"

CASSETTE_FORMATLIST_EXTERN(cbm_cassette_formats);

#endif /*  CBM_TAP_H */