diff options
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 }; |