summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/econet/econet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/econet/econet.c')
-rw-r--r--src/emu/bus/econet/econet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/econet/econet.c b/src/emu/bus/econet/econet.c
index aaf37e513df..03016e6afc0 100644
--- a/src/emu/bus/econet/econet.c
+++ b/src/emu/bus/econet/econet.c
@@ -196,7 +196,7 @@ inline int econet_device::get_signal(int signal)
// econet_device - constructor
//-------------------------------------------------
-econet_device::econet_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+econet_device::econet_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
device_t(mconfig, ECONET, "Econet", tag, owner, clock, "econet", __FILE__),
m_write_clk(*this),
m_write_data(*this)