mame/src/lib/formats/pc_dsk.h

20 lines
372 B
C

/*********************************************************************
formats/pc_dsk.h
PC disk images
*********************************************************************/
#ifndef PC_DSK_H
#define PC_DSK_H
#include "flopimg.h"
/**************************************************************************/
FLOPPY_OPTIONS_EXTERN(pc);
#endif /* PC_DSK_H */