Previous 199869 Revisions Next

r21335 Friday 22nd February, 2013 at 20:32:35 UTC by Oliver Stöneberg
(MESS) fixed uninitialized member in src/mess/machine/74145.c (nw)
[src/mess/machine]74145.c

trunk/src/mess/machine/74145.c
r21334r21335
7676
7777ttl74145_device::ttl74145_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
7878   : device_t(mconfig, TTL74145, "TTL74145", tag, owner, clock)
79   , m_number(0)
7980{
8081}
8182

Previous 199869 Revisions Next


© 1997-2024 The MAME Team