| Previous | 199869 Revisions | Next |
| r21344 Friday 22nd February, 2013 at 21:08:40 UTC by Oliver Stöneberg |
|---|
| fixed uninitialized variable in src/emu/machine/msm58321.c (nw) |
| [src/emu/machine] | msm58321.c |
| r21343 | r21344 | |
|---|---|---|
| 93 | 93 | |
| 94 | 94 | msm58321_device::msm58321_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 95 | 95 | : device_t(mconfig, MSM58321, "MSM58321", tag, owner, clock), |
| 96 | device_rtc_interface(mconfig, *this) | |
| 96 | device_rtc_interface(mconfig, *this), | |
| 97 | m_cs2(0) | |
| 97 | 98 | { |
| 98 | 99 | for (int i = 0; i < 13; i++) |
| 99 | 100 | m_reg[i] = 0; |
| Previous | 199869 Revisions | Next |