summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/68681.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/68681.c')
-rw-r--r--src/emu/machine/68681.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/68681.c b/src/emu/machine/68681.c
index e6a12ea038d..9792461da68 100644
--- a/src/emu/machine/68681.c
+++ b/src/emu/machine/68681.c
@@ -906,7 +906,7 @@ static DEVICE_RESET(duart68681)
const device_type DUART68681 = &device_creator<duart68681_device>;
duart68681_device::duart68681_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, DUART68681, "DUART 68681", tag, owner, clock)
+ : device_t(mconfig, DUART68681, "DUART 68681", tag, owner, clock, "duart68681", __FILE__)
{
m_token = global_alloc_clear(duart68681_state);
}