summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rp5h01.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/rp5h01.cpp')
-rw-r--r--src/devices/machine/rp5h01.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/rp5h01.cpp b/src/devices/machine/rp5h01.cpp
index debc6e32094..2bf8dbdc6ee 100644
--- a/src/devices/machine/rp5h01.cpp
+++ b/src/devices/machine/rp5h01.cpp
@@ -30,7 +30,7 @@ uint8_t const rp5h01_device::s_initial_data[0x10] =
// rp5h01_device - constructor
//-------------------------------------------------
-const device_type RP5H01 = &device_creator<rp5h01_device>;
+const device_type RP5H01 = device_creator<rp5h01_device>;
rp5h01_device::rp5h01_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, RP5H01, "RP5H01 6/7-bit Counter", tag, owner, clock, "rp5h01", __FILE__)