summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/ti99_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/ti99_dsk.h')
-rw-r--r--src/lib/formats/ti99_dsk.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/lib/formats/ti99_dsk.h b/src/lib/formats/ti99_dsk.h
index 28cae3e2edf..a61d3da1a69 100644
--- a/src/lib/formats/ti99_dsk.h
+++ b/src/lib/formats/ti99_dsk.h
@@ -47,7 +47,7 @@ protected:
};
/*
- Modern implementation of the sector dump format.
+ Implementation of the sector dump format.
*/
class ti99_sdf_format : public ti99_floppy_format
{
@@ -86,7 +86,7 @@ private:
extern const floppy_format_type FLOPPY_TI99_SDF_FORMAT;
/*
- Modern implementation of the track dump format.
+ Implementation of the track dump format.
*/
class ti99_tdf_format : public ti99_floppy_format
{
@@ -108,12 +108,4 @@ private:
extern const floppy_format_type FLOPPY_TI99_TDF_FORMAT;
-// ========================================================================
-/*
- Legacy implementation.
-*/
-
-LEGACY_FLOPPY_OPTIONS_EXTERN(ti99);
-void ti99_set_80_track_drives(int use80);
-
#endif /* TI99_DSK_H */