summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/trs_dsk.h
blob: a33cec6872b821df34e07fd87f9a3882494d6c3b (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:Nathan Woods
/*********************************************************************

    formats/trs_dsk.h

    TRS-80 disk images

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

#ifndef TRS_DSK_H
#define TRS_DSK_H

#include "flopimg.h"

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

LEGACY_FLOPPY_OPTIONS_EXTERN( trs80 );

#endif /* TRS_DSK_H */