| Previous | 199869 Revisions | Next |
| r21343 Friday 22nd February, 2013 at 21:06:43 UTC by Oliver Stöneberg |
|---|
| fixed initialization order in src/emu/machine/adc0808.c (nw) |
| [src/emu/machine] | adc0808.c |
| r21342 | r21343 | |
|---|---|---|
| 27 | 27 | adc0808_device::adc0808_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 28 | 28 | : device_t(mconfig, ADC0808, "ADC0808", tag, owner, clock), |
| 29 | 29 | m_address(0), |
| 30 | m_start(0), | |
| 30 | 31 | m_eoc(0), |
| 31 | m_start(0), | |
| 32 | 32 | m_next_eoc(0), |
| 33 | 33 | m_cycle(0), |
| 34 | 34 | m_bit(0) |
| Previous | 199869 Revisions | Next |