summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8_timer16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8/h8_timer16.cpp')
-rw-r--r--src/devices/cpu/h8/h8_timer16.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/cpu/h8/h8_timer16.cpp b/src/devices/cpu/h8/h8_timer16.cpp
index 2beb6d86c61..a35690b78bf 100644
--- a/src/devices/cpu/h8/h8_timer16.cpp
+++ b/src/devices/cpu/h8/h8_timer16.cpp
@@ -8,10 +8,10 @@
// 1 = everything
const int V = 0;
-const device_type H8_TIMER16 = &device_creator<h8_timer16_device>;
-const device_type H8_TIMER16_CHANNEL = &device_creator<h8_timer16_channel_device>;
-const device_type H8H_TIMER16_CHANNEL = &device_creator<h8h_timer16_channel_device>;
-const device_type H8S_TIMER16_CHANNEL = &device_creator<h8s_timer16_channel_device>;
+const device_type H8_TIMER16 = device_creator<h8_timer16_device>;
+const device_type H8_TIMER16_CHANNEL = device_creator<h8_timer16_channel_device>;
+const device_type H8H_TIMER16_CHANNEL = device_creator<h8h_timer16_channel_device>;
+const device_type H8S_TIMER16_CHANNEL = device_creator<h8s_timer16_channel_device>;
h8_timer16_channel_device::h8_timer16_channel_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, H8_TIMER16_CHANNEL, "H8 16-bits timer channel", tag, owner, clock, "h8_16bits_timer_channel", __FILE__),