summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/coco_fdc.c
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2014-02-09 16:05:30 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2014-02-09 16:05:30 +0000
commitca8accbdb783f80a40db4ee704a00589c482a972 (patch)
tree299ff45c0836caa7a4ffb0619e08643968772826 /src/mess/machine/coco_fdc.c
parent27c185a25c60a0acc140d249f7d1c39c17281259 (diff)
just some added some misc stuff I've been testing drivers with to the Softlists (nw)
Diffstat (limited to 'src/mess/machine/coco_fdc.c')
-rw-r--r--src/mess/machine/coco_fdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/coco_fdc.c b/src/mess/machine/coco_fdc.c
index 3d64d214e3e..17b4265b886 100644
--- a/src/mess/machine/coco_fdc.c
+++ b/src/mess/machine/coco_fdc.c
@@ -101,7 +101,7 @@ static const floppy_interface coco_floppy_interface =
DEVCB_NULL,
FLOPPY_STANDARD_5_25_DSHD,
LEGACY_FLOPPY_OPTIONS_NAME(coco),
- NULL,
+ "floppy_5_25",
NULL
};