| Previous | 199869 Revisions | Next |
| r21303 Friday 22nd February, 2013 at 08:15:35 UTC by Oliver Stöneberg |
|---|
| fixed uninitialized members in src/emu/machine/upd1990a.c (nw) |
| [src/emu/machine] | upd1990a.c |
| r21302 | r21303 | |
|---|---|---|
| 57 | 57 | upd1990a_rtc_device::upd1990a_rtc_device(const machine_config &mconfig, device_type type, const char* name, const char *tag, device_t *owner, UINT32 clock) |
| 58 | 58 | : device_t(mconfig, type, name, tag, owner, clock), |
| 59 | 59 | device_rtc_interface(mconfig, *this), |
| 60 | m_data_out(0) | |
| 60 | m_data_out(0), | |
| 61 | m_c(0), | |
| 62 | m_clk(0) | |
| 61 | 63 | { |
| 62 | 64 | } |
| 63 | 65 |
| Previous | 199869 Revisions | Next |