summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/adam_cas.h
blob: 68ac57af5e989914906aa8bd25875595efba3d39 (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:Curt Coder
/*********************************************************************

    adam_cas.h

    Format code for Coleco Adam .ddp cassette files.

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

#ifndef __ADAM_CAS_H
#define __ADAM_CAS_H

#include "cassimg.h"

CASSETTE_FORMATLIST_EXTERN(coleco_adam_cassette_formats);

#endif