summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/oric_tap.h
blob: d873495b22025fac6edbeb472447f5e24cb05030 (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:Kevin Thacker
/*********************************************************************

    oric_tap.h

    Format code for Oric TAP (*.tap) files

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

#ifndef ORIC_TAP_H
#define ORIC_TAP_H

#include "cassimg.h"

CASSETTE_FORMATLIST_EXTERN(oric_cassette_formats);

#endif /* ORIC_TAP_H */