trunk/src/mess/machine/mb89352.c
| r21378 | r21379 | |
| 141 | 141 | m_line_status = 0x00; |
| 142 | 142 | m_spc_status = 0x01; // presumably the data reg is empty to start with |
| 143 | 143 | m_error_status = 0x00; |
| 144 | m_transfer_count = 0; |
| 144 | 145 | if(m_transfer_count == 0) |
| 145 | 146 | m_spc_status |= SSTS_TC_ZERO; |
| 146 | 147 | m_ints = 0x00; |
| r21378 | r21379 | |
| 173 | 174 | m_error_status = 0x00; |
| 174 | 175 | m_transfer_count = 0; |
| 175 | 176 | m_spc_status = 0x05; // presumably the data reg is empty to start with |
| 177 | m_busfree_int_enable = 0; |
| 176 | 178 | } |
| 177 | 179 | |
| 178 | 180 | void mb89352_device::device_stop() |