summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/ami_dsk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/ami_dsk.c')
-rw-r--r--src/lib/formats/ami_dsk.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/formats/ami_dsk.c b/src/lib/formats/ami_dsk.c
index a9dc98af7b4..0e6b44245a5 100644
--- a/src/lib/formats/ami_dsk.c
+++ b/src/lib/formats/ami_dsk.c
@@ -69,8 +69,8 @@ static FLOPPY_CONSTRUCT( amiga_dsk_construct )
*****************************************************************************/
-FLOPPY_OPTIONS_START( amiga )
- FLOPPY_OPTION(
+LEGACY_FLOPPY_OPTIONS_START( amiga )
+ LEGACY_FLOPPY_OPTION(
ami_dsk,
"adf",
"Amiga floppy disk image",
@@ -81,10 +81,10 @@ FLOPPY_OPTIONS_START( amiga )
TRACKS([80])
SECTORS([11]/22)
)
-FLOPPY_OPTIONS_END
+LEGACY_FLOPPY_OPTIONS_END
-FLOPPY_OPTIONS_START( amiga_only )
- FLOPPY_OPTION(
+LEGACY_FLOPPY_OPTIONS_START( amiga_only )
+ LEGACY_FLOPPY_OPTION(
ami_dsk,
"adf",
"Amiga floppy disk image",
@@ -95,4 +95,4 @@ FLOPPY_OPTIONS_START( amiga_only )
TRACKS([80])
SECTORS([11]/22)
)
-FLOPPY_OPTIONS_END0
+LEGACY_FLOPPY_OPTIONS_END0