summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh2/sh7604_bus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sh2/sh7604_bus.cpp')
-rw-r--r--src/devices/cpu/sh2/sh7604_bus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sh2/sh7604_bus.cpp b/src/devices/cpu/sh2/sh7604_bus.cpp
index 3d26c807a87..5052d4a41f1 100644
--- a/src/devices/cpu/sh2/sh7604_bus.cpp
+++ b/src/devices/cpu/sh2/sh7604_bus.cpp
@@ -23,7 +23,7 @@
//**************************************************************************
// device type definition
-const device_type SH7604_BUS = &device_creator<sh7604_bus_device>;
+const device_type SH7604_BUS = device_creator<sh7604_bus_device>;
//**************************************************************************