summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh2/sh7604_wdt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sh2/sh7604_wdt.cpp')
-rw-r--r--src/devices/cpu/sh2/sh7604_wdt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sh2/sh7604_wdt.cpp b/src/devices/cpu/sh2/sh7604_wdt.cpp
index e128b692fa0..a396e2872f3 100644
--- a/src/devices/cpu/sh2/sh7604_wdt.cpp
+++ b/src/devices/cpu/sh2/sh7604_wdt.cpp
@@ -20,7 +20,7 @@
//**************************************************************************
// device type definition
-const device_type SH7604_WDT = &device_creator<sh7604_wdt_device>;
+const device_type SH7604_WDT = device_creator<sh7604_wdt_device>;
//**************************************************************************