diff options
author | 2014-02-09 16:05:30 +0000 | |
---|---|---|
committer | 2014-02-09 16:05:30 +0000 | |
commit | ca8accbdb783f80a40db4ee704a00589c482a972 (patch) | |
tree | 299ff45c0836caa7a4ffb0619e08643968772826 /src/mess/machine/coco_fdc.c | |
parent | 27c185a25c60a0acc140d249f7d1c39c17281259 (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.c | 2 |
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 }; |