summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/victor9k_fdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/victor9k_fdc.cpp')
-rw-r--r--src/mame/machine/victor9k_fdc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/victor9k_fdc.cpp b/src/mame/machine/victor9k_fdc.cpp
index d23f62126a2..e63fa8364be 100644
--- a/src/mame/machine/victor9k_fdc.cpp
+++ b/src/mame/machine/victor9k_fdc.cpp
@@ -86,7 +86,7 @@ const int victor_9000_fdc_t::rpm[] = { 252, 252, 252, 252, 252, 252, 252, 252, 2
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type VICTOR_9000_FDC = &device_creator<victor_9000_fdc_t>;
+const device_type VICTOR_9000_FDC = device_creator<victor_9000_fdc_t>;
//-------------------------------------------------