summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pc_fdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pc_fdc.cpp')
-rw-r--r--src/devices/machine/pc_fdc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/pc_fdc.cpp b/src/devices/machine/pc_fdc.cpp
index 9806abf6903..2698b43e06c 100644
--- a/src/devices/machine/pc_fdc.cpp
+++ b/src/devices/machine/pc_fdc.cpp
@@ -16,8 +16,8 @@
#include "emu.h"
#include "machine/pc_fdc.h"
-const device_type PC_FDC_XT = &device_creator<pc_fdc_xt_device>;
-const device_type PC_FDC_AT = &device_creator<pc_fdc_at_device>;
+const device_type PC_FDC_XT = device_creator<pc_fdc_xt_device>;
+const device_type PC_FDC_AT = device_creator<pc_fdc_at_device>;
static MACHINE_CONFIG_FRAGMENT( cfg )
MCFG_UPD765A_ADD("upd765", false, false)