mame/src/lib/formats/oric_dsk.h

19 lines
390 B
C

/*********************************************************************
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 */