diff options
Diffstat (limited to 'src/emu/machine/spchrom.c')
-rw-r--r-- | src/emu/machine/spchrom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/spchrom.c b/src/emu/machine/spchrom.c index 37678a9296d..22883a2ed2e 100644 --- a/src/emu/machine/spchrom.c +++ b/src/emu/machine/spchrom.c @@ -24,7 +24,7 @@ const device_type SPEECHROM = &device_creator<speechrom_device>; speechrom_device::speechrom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, SPEECHROM, "SPEECHROM", tag, owner, clock), + : device_t(mconfig, SPEECHROM, "SPEECHROM", tag, owner, clock, "speechrom", __FILE__), m_speechROMaddr(0), m_load_pointer(0), m_ROM_bits_count(0) |