summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h83337.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8/h83337.cpp')
-rw-r--r--src/devices/cpu/h8/h83337.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/h8/h83337.cpp b/src/devices/cpu/h8/h83337.cpp
index 8f1eeb57451..eb107c504dc 100644
--- a/src/devices/cpu/h8/h83337.cpp
+++ b/src/devices/cpu/h8/h83337.cpp
@@ -3,9 +3,9 @@
#include "emu.h"
#include "h83337.h"
-const device_type H83334 = &device_creator<h83334_device>;
-const device_type H83336 = &device_creator<h83336_device>;
-const device_type H83337 = &device_creator<h83337_device>;
+const device_type H83334 = device_creator<h83334_device>;
+const device_type H83336 = device_creator<h83336_device>;
+const device_type H83337 = device_creator<h83337_device>;
h83337_device::h83337_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, uint32_t clock, const char *shortname, const char *source) :