mame/src/lib/formats/sorc_dsk.h

19 lines
391 B
C

/*********************************************************************
formats/sorc_dsk.h
Exidy Sorcerer disk images
*********************************************************************/
#ifndef EXI_DSK_H
#define EXI_DSK_H
#include "flopimg.h"
/**************************************************************************/
FLOPPY_OPTIONS_EXTERN(exidy);
#endif /* EXI_DSK_H */