blob: 851544da3d214f52ed8337a5f15a40cfebb32991 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*********************************************************************
formats/oric_dsk.h
Oric disk images
*********************************************************************/
#ifndef ORIC_DSK_H
#define ORIC_DSK_H
#include "flopimg.h"
/**************************************************************************/
LEGACY_FLOPPY_OPTIONS_EXTERN(oric);
#endif /* ORIC_DSK_H */
|