summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/d64_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/d64_dsk.h')
-rw-r--r--trunk/src/lib/formats/d64_dsk.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/d64_dsk.h b/trunk/src/lib/formats/d64_dsk.h
new file mode 100644
index 00000000000..b5dc8d9d9ed
--- /dev/null
+++ b/trunk/src/lib/formats/d64_dsk.h
@@ -0,0 +1,26 @@
+/*********************************************************************
+
+ formats/d64_dsk.h
+
+ Floppy format code for Commodore 1541/2040/8050 disk images
+
+*********************************************************************/
+
+#ifndef __D64_DSK__
+#define __D64_DSK__
+
+#include "flopimg.h"
+
+/***************************************************************************
+ PROTOTYPES
+***************************************************************************/
+
+FLOPPY_IDENTIFY( d64_dsk_identify );
+FLOPPY_IDENTIFY( d67_dsk_identify );
+FLOPPY_IDENTIFY( d71_dsk_identify );
+FLOPPY_IDENTIFY( d80_dsk_identify );
+FLOPPY_IDENTIFY( d82_dsk_identify );
+
+FLOPPY_CONSTRUCT( d64_dsk_construct );
+
+#endif