diff options
author | 2011-07-20 14:43:13 +0000 | |
---|---|---|
committer | 2011-07-20 14:43:13 +0000 | |
commit | 215096c140cb70bfdd26546ac43720bb0799d2e7 (patch) | |
tree | bb48673f0352837b90e4716840448a4696070bc5 /src/lib/formats/atarist_dsk.c | |
parent | c7b15e2689c662b7332d5fe1c231e39beb810ba7 (diff) |
Renamed FLOPPY_OPTION* to LEGACY_FLOPPY_OPTION* (no whatsnew)
Diffstat (limited to 'src/lib/formats/atarist_dsk.c')
-rw-r--r-- | src/lib/formats/atarist_dsk.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/formats/atarist_dsk.c b/src/lib/formats/atarist_dsk.c index f4ea8497d1d..797ca32aac4 100644 --- a/src/lib/formats/atarist_dsk.c +++ b/src/lib/formats/atarist_dsk.c @@ -74,9 +74,9 @@ static FLOPPY_CONSTRUCT( atarist_st_construct ) FLOPPY_CONSTRUCT(atarist_dsk_construct) -------------------------------------------------*/ -FLOPPY_OPTIONS_START( atarist ) - FLOPPY_OPTION( atarist, "st", "Atari ST floppy disk image", atarist_st_identify, atarist_st_construct, NULL, NULL ) -/* FLOPPY_OPTION( atarist, "stt", "Atari ST floppy disk image", atarist_stt_identify, atarist_stt_construct, NULL, NULL ) - FLOPPY_OPTION( atarist, "msa", "Atari ST floppy disk image", atarist_msa_identify, atarist_msa_construct, NULL, NULL ) - FLOPPY_OPTION( atarist, "dim", "Atari ST floppy disk image", atarist_dim_identify, atarist_dim_construct, NULL, NULL )*/ -FLOPPY_OPTIONS_END +LEGACY_FLOPPY_OPTIONS_START( atarist ) + LEGACY_FLOPPY_OPTION( atarist, "st", "Atari ST floppy disk image", atarist_st_identify, atarist_st_construct, NULL, NULL ) +/* LEGACY_FLOPPY_OPTION( atarist, "stt", "Atari ST floppy disk image", atarist_stt_identify, atarist_stt_construct, NULL, NULL ) + LEGACY_FLOPPY_OPTION( atarist, "msa", "Atari ST floppy disk image", atarist_msa_identify, atarist_msa_construct, NULL, NULL ) + LEGACY_FLOPPY_OPTION( atarist, "dim", "Atari ST floppy disk image", atarist_dim_identify, atarist_dim_construct, NULL, NULL )*/ +LEGACY_FLOPPY_OPTIONS_END |