blob: 4b654b5002e901d8178c6bffd56ad201bae55c87 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/*********************************************************************
formats/cpis_dsk.h
Telenova Compis disk images
*********************************************************************/
#ifndef CPIS_DSK_H
#define CPIS_DSK_H
#include "flopimg.h"
/**************************************************************************/
LEGACY_FLOPPY_OPTIONS_EXTERN(compis);
#endif /* CPIS_DSK_H */
|