diff options
Diffstat (limited to 'src/mess/machine/kc_d004.c')
-rw-r--r-- | src/mess/machine/kc_d004.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/machine/kc_d004.c b/src/mess/machine/kc_d004.c index 6842ae1d98a..95508996fe3 100644 --- a/src/mess/machine/kc_d004.c +++ b/src/mess/machine/kc_d004.c @@ -122,10 +122,10 @@ static MACHINE_CONFIG_FRAGMENT(kc_d004) MCFG_LEGACY_FLOPPY_4_DRIVES_ADD(kc_d004_floppy_interface) MACHINE_CONFIG_END -static const ide_config ide_intf = +static const ide_config ide_intf = { - NULL, - NULL, + NULL, + NULL, 0 }; |