summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spchrom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/spchrom.cpp')
-rw-r--r--src/devices/machine/spchrom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/spchrom.cpp b/src/devices/machine/spchrom.cpp
index 10e5ea2fc1e..60396aca84e 100644
--- a/src/devices/machine/spchrom.cpp
+++ b/src/devices/machine/spchrom.cpp
@@ -23,7 +23,7 @@
#define TMS5220_ADDRESS_MASK 0x3FFFFUL /* 18-bit mask for tms5220 address */
// device type definition
-const device_type SPEECHROM = &device_creator<speechrom_device>;
+const device_type SPEECHROM = device_creator<speechrom_device>;
speechrom_device::speechrom_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, SPEECHROM, "SPEECHROM", tag, owner, clock, "speechrom", __FILE__), m_speechrom_data(nullptr), m_speechROMlen(0),