summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/nes_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/nes_dsk.h')
-rw-r--r--trunk/src/lib/formats/nes_dsk.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/nes_dsk.h b/trunk/src/lib/formats/nes_dsk.h
new file mode 100644
index 00000000000..391ba221034
--- /dev/null
+++ b/trunk/src/lib/formats/nes_dsk.h
@@ -0,0 +1,16 @@
+/*********************************************************************
+
+ 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_*/