diff options
Diffstat (limited to 'src/lib/formats/smx_dsk.c')
-rw-r--r-- | src/lib/formats/smx_dsk.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/formats/smx_dsk.c b/src/lib/formats/smx_dsk.c index fde1b51eb48..0e198c13f90 100644 --- a/src/lib/formats/smx_dsk.c +++ b/src/lib/formats/smx_dsk.c @@ -154,6 +154,6 @@ static FLOPPY_CONSTRUCT(smx_dsk_construct) /* ----------------------------------------------------------------------- */ -FLOPPY_OPTIONS_START( specimx ) - FLOPPY_OPTION( smx_dsk, "odi", "Specialist MX floppy disk image", smx_dsk_identify, smx_dsk_construct, NULL, NULL) -FLOPPY_OPTIONS_END +LEGACY_FLOPPY_OPTIONS_START( specimx ) + LEGACY_FLOPPY_OPTION( smx_dsk, "odi", "Specialist MX floppy disk image", smx_dsk_identify, smx_dsk_construct, NULL, NULL) +LEGACY_FLOPPY_OPTIONS_END |