diff options
Diffstat (limited to 'src/lib/formats/trd_dsk.c')
-rw-r--r-- | src/lib/formats/trd_dsk.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/formats/trd_dsk.c b/src/lib/formats/trd_dsk.c index 55d56381066..0d9c757d715 100644 --- a/src/lib/formats/trd_dsk.c +++ b/src/lib/formats/trd_dsk.c @@ -44,7 +44,7 @@ static FLOPPY_CONSTRUCT(trd_dsk_construct) /* ----------------------------------------------------------------------- */ -FLOPPY_OPTIONS_START( trd ) - FLOPPY_OPTION( trd_dsk, "trd", "TRD floppy disk image", trd_dsk_identify, trd_dsk_construct, NULL, NULL) -FLOPPY_OPTIONS_END +LEGACY_FLOPPY_OPTIONS_START( trd ) + LEGACY_FLOPPY_OPTION( trd_dsk, "trd", "TRD floppy disk image", trd_dsk_identify, trd_dsk_construct, NULL, NULL) +LEGACY_FLOPPY_OPTIONS_END |