mame/src/lib/formats/nes_dsk.h

17 lines
312 B
C

/*********************************************************************
formats/nes_dsk.h
NES disk images
*********************************************************************/
#ifndef NES_DSK_H_
#define NES_DSK_H_
#include "flopimg.h"
LEGACY_FLOPPY_OPTIONS_EXTERN(nes_only);
#endif /*NES_DSK_H_*/