diff options
| author | 2013-06-11 07:16:42 +0000 | |
|---|---|---|
| committer | 2013-06-11 07:16:42 +0000 | |
| commit | 16f5234d435ee57b65043533f8fa2b105fb15a77 (patch) | |
| tree | c6f95d84c6a1cb89ced5353230a98e1f61a6938e /src/lib | |
| parent | 2dc6458ede8c0039e308c994e50acb3b8de2d1ae (diff) | |
Cleanups and version bumpmame0149
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/formats/bml3_dsk.c | 2 | ||||
| -rw-r--r-- | src/lib/formats/td0_dsk.c | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/formats/bml3_dsk.c b/src/lib/formats/bml3_dsk.c index 502476472d9..e445824ab05 100644 --- a/src/lib/formats/bml3_dsk.c +++ b/src/lib/formats/bml3_dsk.c @@ -36,7 +36,7 @@ static FLOPPY_CONSTRUCT(bml3_dsk_construct) LEGACY_FLOPPY_OPTIONS_START( bml3 ) - LEGACY_FLOPPY_OPTION( bml3_dsk, "bm3", "BML3 floppy disk image", bml3_dsk_identify, bml3_dsk_construct, NULL, + LEGACY_FLOPPY_OPTION( bml3_dsk, "bm3", "BML3 floppy disk image", bml3_dsk_identify, bml3_dsk_construct, NULL, HEADS([2]) TRACKS([40]) SECTORS([16]) diff --git a/src/lib/formats/td0_dsk.c b/src/lib/formats/td0_dsk.c index 064e98a1b6c..383d67f5f28 100644 --- a/src/lib/formats/td0_dsk.c +++ b/src/lib/formats/td0_dsk.c @@ -1022,5 +1022,3 @@ bool td0_format::supports_save() const } const floppy_format_type FLOPPY_TD0_FORMAT = &floppy_image_format_creator<td0_format>; - - |
