| Previous | 199869 Revisions | Next |
| r21242 Wednesday 20th February, 2013 at 23:01:00 UTC by Oliver Stöneberg |
|---|
| fixed more uninitialized members in src/emu/machine/am9517a.c (nw) |
| [src/emu/machine] | am9517a.c |
| r21241 | r21242 | |
|---|---|---|
| 433 | 433 | m_channel[i].m_in_ior_func.resolve(m_in_ior_cb[i], *this); |
| 434 | 434 | m_channel[i].m_out_iow_func.resolve(m_out_iow_cb[i], *this); |
| 435 | 435 | m_channel[i].m_out_dack_func.resolve(m_out_dack_cb[i], *this); |
| 436 | m_channel[i].m_address = 0; | |
| 437 | m_channel[i].m_count = 0; | |
| 438 | m_channel[i].m_base_address = 0; | |
| 439 | m_channel[i].m_base_count = 0; | |
| 440 | m_channel[i].m_mode = 0; | |
| 436 | 441 | } |
| 437 | 442 | |
| 438 | 443 | // state saving |
| Previous | 199869 Revisions | Next |