summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/d81_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/d81_dsk.h')
-rw-r--r--trunk/src/lib/formats/d81_dsk.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/d81_dsk.h b/trunk/src/lib/formats/d81_dsk.h
new file mode 100644
index 00000000000..395ddba835c
--- /dev/null
+++ b/trunk/src/lib/formats/d81_dsk.h
@@ -0,0 +1,21 @@
+/*********************************************************************
+
+ formats/d81_dsk.h
+
+ Floppy format code for Commodore 1581 disk images
+
+*********************************************************************/
+
+#ifndef __D81_DSK__
+#define __D81_DSK__
+
+#include "flopimg.h"
+
+/***************************************************************************
+ PROTOTYPES
+***************************************************************************/
+
+FLOPPY_IDENTIFY( d81_dsk_identify );
+FLOPPY_CONSTRUCT( d81_dsk_construct );
+
+#endif