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/atari_dsk.c | |
parent | c7b15e2689c662b7332d5fe1c231e39beb810ba7 (diff) |
Renamed FLOPPY_OPTION* to LEGACY_FLOPPY_OPTION* (no whatsnew)
Diffstat (limited to 'src/lib/formats/atari_dsk.c')
-rw-r--r-- | src/lib/formats/atari_dsk.c | 6 |
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 |