blob: bd06127a333ecb409e0a36fec93f143e036ba4b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*********************************************************************
msx_dsk.h
MSX disk images
*********************************************************************/
#ifndef MSX_DSK_H
#define MSX_DSK_H
#include "flopimg.h"
/**************************************************************************/
LEGACY_FLOPPY_OPTIONS_EXTERN(msx);
#endif /* MSX_DSK_H */
|