| Previous | 199869 Revisions | Next |
| r21292 Thursday 21st February, 2013 at 22:33:23 UTC by Oliver Stöneberg |
|---|
| fixed uninitialized members in src/emu/machine/6821pia.c (nw) |
| [src/emu/machine] | 6821pia.c |
| r21291 | r21292 | |
|---|---|---|
| 48 | 48 | //------------------------------------------------- |
| 49 | 49 | |
| 50 | 50 | pia6821_device::pia6821_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 51 | : device_t(mconfig, PIA6821, "6822 PIA", tag, owner, clock) | |
| 51 | : device_t(mconfig, PIA6821, "6822 PIA", tag, owner, clock), | |
| 52 | m_in_cb1(0), | |
| 53 | m_ctl_b(0) | |
| 52 | 54 | { |
| 53 | 55 | memset(static_cast<pia6821_interface *>(this), 0, sizeof(pia6821_interface)); |
| 54 | 56 | } |
| Previous | 199869 Revisions | Next |