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

    formats/atarist_dsk.h

    atarist disk images

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

#ifndef ATARIST_DSK_H
#define ATARIST_DSK_H

#include "flopimg.h"

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

LEGACY_FLOPPY_OPTIONS_EXTERN(atarist);

#endif /* ATARIST_DSK_H */