summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8_timer8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8/h8_timer8.cpp')
-rw-r--r--src/devices/cpu/h8/h8_timer8.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/h8/h8_timer8.cpp b/src/devices/cpu/h8/h8_timer8.cpp
index 93538817313..4bac2b89f0d 100644
--- a/src/devices/cpu/h8/h8_timer8.cpp
+++ b/src/devices/cpu/h8/h8_timer8.cpp
@@ -9,8 +9,8 @@
// 2 = everything
const int V = 1;
-const device_type H8_TIMER8_CHANNEL = &device_creator<h8_timer8_channel_device>;
-const device_type H8H_TIMER8_CHANNEL = &device_creator<h8h_timer8_channel_device>;
+const device_type H8_TIMER8_CHANNEL = device_creator<h8_timer8_channel_device>;
+const device_type H8H_TIMER8_CHANNEL = device_creator<h8h_timer8_channel_device>;
h8_timer8_channel_device::h8_timer8_channel_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, H8_TIMER8_CHANNEL, "H8 8-bits timer channel", tag, owner, clock, "h8_8bits_timer_channel", __FILE__),