summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/adam_cas.h
blob: 99e8b7bd4819ffd89322a64df78657ce681ac0b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*********************************************************************

    adam_cas.h

    Format code for Coleco Adam .ddp casette files.

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

#ifndef __ADAM_CAS_H
#define __ADAM_CAS_H

#include "cassimg.h"

CASSETTE_FORMATLIST_EXTERN(coleco_adam_cassette_formats);

#endif