blob: b4ac0d853e898ad69191a78b053178d13d822522 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*********************************************************************
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 */
|