diff options
Diffstat (limited to 'src/lib/formats/pc_dsk.c')
-rw-r--r-- | src/lib/formats/pc_dsk.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/formats/pc_dsk.c b/src/lib/formats/pc_dsk.c index 9489d875cb1..237a2138749 100644 --- a/src/lib/formats/pc_dsk.c +++ b/src/lib/formats/pc_dsk.c @@ -129,9 +129,9 @@ static FLOPPY_CONSTRUCT(pc_dsk_construct) /* ----------------------------------------------------------------------- */ -FLOPPY_OPTIONS_START( pc ) - FLOPPY_OPTION( pc_dsk, "dsk,ima,img,ufi,360", "PC floppy disk image", pc_dsk_identify, pc_dsk_construct, NULL, +LEGACY_FLOPPY_OPTIONS_START( pc ) + LEGACY_FLOPPY_OPTION( pc_dsk, "dsk,ima,img,ufi,360", "PC floppy disk image", pc_dsk_identify, pc_dsk_construct, NULL, HEADS([1]-2) TRACKS(40/[80]) SECTORS(8/[9]/10/15/18/36)) -FLOPPY_OPTIONS_END +LEGACY_FLOPPY_OPTIONS_END |