From b7f4c4bd2084970f3ec41057a6bafbba96a2386a Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 19 Nov 2015 19:44:23 +0100 Subject: Fixed uninitialized class members --- src/devices/machine/74123.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/machine/74123.cpp') diff --git a/src/devices/machine/74123.cpp b/src/devices/machine/74123.cpp index f88b71dfab8..d5eddbe91a3 100644 --- a/src/devices/machine/74123.cpp +++ b/src/devices/machine/74123.cpp @@ -29,7 +29,7 @@ const device_type TTL74123 = &device_creator; //------------------------------------------------- ttl74123_device::ttl74123_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, TTL74123, "74123 TTL", tag, owner, clock, "ttl74123", __FILE__), + : device_t(mconfig, TTL74123, "74123 TTL", tag, owner, clock, "ttl74123", __FILE__), m_timer(nullptr), m_connection_type(TTL74123_NOT_GROUNDED_NO_DIODE), m_res(1.0), m_cap(1.0), -- cgit v1.2.3-70-g09d2