summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/lib/formats/ti99_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/lib/formats/ti99_dsk.h')
-rw-r--r--trunk/src/lib/formats/ti99_dsk.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/trunk/src/lib/formats/ti99_dsk.h b/trunk/src/lib/formats/ti99_dsk.h
new file mode 100644
index 00000000000..55612c6123a
--- /dev/null
+++ b/trunk/src/lib/formats/ti99_dsk.h
@@ -0,0 +1,19 @@
+/*********************************************************************
+
+ formats/ti99_dsk.c
+
+ TI99 and Geneve disk images
+
+ Header file to be included by drivers which use these floppy options
+*********************************************************************/
+
+#ifndef TI99_DSK_H
+#define TI99_DSK_H
+
+#include "flopimg.h"
+
+LEGACY_FLOPPY_OPTIONS_EXTERN(ti99);
+
+void ti99_set_80_track_drives(int use80);
+
+#endif /* TI99_DSK_H */