| 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 |
| r21334 | r21335 | |
|---|---|---|
| 76 | 76 | |
| 77 | 77 | ttl74145_device::ttl74145_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 78 | 78 | : device_t(mconfig, TTL74145, "TTL74145", tag, owner, clock) |
| 79 | , m_number(0) | |
| 79 | 80 | { |
| 80 | 81 | } |
| 81 | 82 |
| Previous | 199869 Revisions | Next |