summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/atarifdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/atarifdc.c')
-rw-r--r--src/mess/machine/atarifdc.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mess/machine/atarifdc.c b/src/mess/machine/atarifdc.c
index 9b07cd20e5e..8aa73fce4b8 100644
--- a/src/mess/machine/atarifdc.c
+++ b/src/mess/machine/atarifdc.c
@@ -730,15 +730,9 @@ WRITE_LINE_MEMBER(atari_fdc_device::pia_cb2_w)
static const floppy_interface atari_floppy_interface =
{
- DEVCB_NULL,
- DEVCB_NULL,
- DEVCB_NULL,
- DEVCB_NULL,
- DEVCB_NULL,
FLOPPY_STANDARD_5_25_DSHD,
LEGACY_FLOPPY_OPTIONS_NAME(atari_only),
- "floppy_5_25",
- NULL
+ "floppy_5_25"
};
static MACHINE_CONFIG_FRAGMENT( atari_fdc )