summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/ap_dsk35.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/ap_dsk35.h')
-rw-r--r--trunk/src/lib/formats/ap_dsk35.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/ap_dsk35.h b/trunk/src/lib/formats/ap_dsk35.h
new file mode 100644
index 00000000000..e1d308f0f4c
--- /dev/null
+++ b/trunk/src/lib/formats/ap_dsk35.h
@@ -0,0 +1,25 @@
+/*********************************************************************
+
+ ap_dsk35.h
+
+ Apple 3.5" disk images
+
+*********************************************************************/
+
+#ifndef AP_DSK35_H
+#define AP_DSK35_H
+
+#include "flopimg.h"
+
+void sony_filltrack(UINT8 *buffer, size_t buffer_len, size_t *pos, UINT8 data);
+UINT8 sony_fetchtrack(const UINT8 *buffer, size_t buffer_len, size_t *pos);
+
+int apple35_sectors_per_track(floppy_image_legacy *image, int track);
+
+/**************************************************************************/
+
+LEGACY_FLOPPY_OPTIONS_EXTERN(apple35_mac);
+LEGACY_FLOPPY_OPTIONS_EXTERN(apple35_iigs);
+
+
+#endif /* AP_DSK35_H */