summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pc9801_cbus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pc9801_cbus.cpp')
-rw-r--r--src/mame/machine/pc9801_cbus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pc9801_cbus.cpp b/src/mame/machine/pc9801_cbus.cpp
index 065bbe19e47..ec3b0df3eb0 100644
--- a/src/mame/machine/pc9801_cbus.cpp
+++ b/src/mame/machine/pc9801_cbus.cpp
@@ -15,7 +15,7 @@
// GLOBAL VARIABLES
//**************************************************************************
-const device_type PC9801CBUS_SLOT = &device_creator<pc9801_slot_device>;
+const device_type PC9801CBUS_SLOT = device_creator<pc9801_slot_device>;