summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/atari_dsk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/atari_dsk.c')
-rw-r--r--src/lib/formats/atari_dsk.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/formats/atari_dsk.c b/src/lib/formats/atari_dsk.c
index 440b96b9786..3e721adc0ff 100644
--- a/src/lib/formats/atari_dsk.c
+++ b/src/lib/formats/atari_dsk.c
@@ -20,8 +20,8 @@ static FLOPPY_CONSTRUCT( atari_dsk_construct )
return FLOPPY_ERROR_SUCCESS;
}
-FLOPPY_OPTIONS_START( atari_only )
- FLOPPY_OPTION(
+LEGACY_FLOPPY_OPTIONS_START( atari_only )
+ LEGACY_FLOPPY_OPTION(
atari_dsk,
"atr,dsk,xfd",
"Atari floppy disk image",
@@ -30,4 +30,4 @@ FLOPPY_OPTIONS_START( atari_only )
NULL,
NULL
)
-FLOPPY_OPTIONS_END0
+LEGACY_FLOPPY_OPTIONS_END0