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

    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