summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/ap2_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/ap2_dsk.h')
-rw-r--r--trunk/src/lib/formats/ap2_dsk.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/ap2_dsk.h b/trunk/src/lib/formats/ap2_dsk.h
new file mode 100644
index 00000000000..73610d5810d
--- /dev/null
+++ b/trunk/src/lib/formats/ap2_dsk.h
@@ -0,0 +1,33 @@
+/*********************************************************************
+
+ ap2_dsk.h
+
+ Apple II disk images
+
+*********************************************************************/
+
+#ifndef AP2_DISK_H
+#define AP2_DISK_H
+
+#include "flopimg.h"
+
+
+/***************************************************************************
+
+ Constants
+
+***************************************************************************/
+
+#define APPLE2_NIBBLE_SIZE 416
+#define APPLE2_SMALL_NIBBLE_SIZE 374
+#define APPLE2_TRACK_COUNT 35
+#define APPLE2_SECTOR_COUNT 16
+#define APPLE2_SECTOR_SIZE 256
+
+
+
+/**************************************************************************/
+
+LEGACY_FLOPPY_OPTIONS_EXTERN(apple2);
+
+#endif /* AP2_DISK_H */