blob: 3bf59bdfe282aa5b62282aa7cf3af845ff390428 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*********************************************************************
formats/sorc_dsk.h
Exidy Sorcerer disk images
*********************************************************************/
#ifndef EXI_DSK_H
#define EXI_DSK_H
#include "flopimg.h"
/**************************************************************************/
LEGACY_FLOPPY_OPTIONS_EXTERN(sorcerer);
#endif /* EXI_DSK_H */
|