summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/hect_dsk.h
blob: 7ff95f76edc544046fa763749364470e746eab07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// license:BSD-3-Clause
// copyright-holders:JJ Stacino
/*********************************************************************

    formats/hect_dsk.h

    Hector disk images

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

#ifndef HECT_DSK_H
#define HECT_DSK_H

#include "flopimg.h"


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

LEGACY_FLOPPY_OPTIONS_EXTERN(hector_disc2);
LEGACY_FLOPPY_OPTIONS_EXTERN(hector_minidisc);
#endif /* HECT_DSK_H */