blob: 6c86e456a5b41f0431768d69ca8fe93369dab6eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/*********************************************************************
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 */
|