| Previous | 199869 Revisions | Next |
| r30593 Thursday 22nd May, 2014 at 04:18:10 UTC by Barry Rodewald |
|---|
| fm_scsi: fix SCSI regression. (no whatsnew) |
| [src/mess/machine] | fm_scsi.c |
| r30592 | r30593 | |
|---|---|---|
| 209 | 209 | // command complete |
| 210 | 210 | send_command(m_command,m_command_index); |
| 211 | 211 | m_result_length = get_length(); |
| 212 | phase = get_phase(); | |
| 212 | phase = legacy_scsi_host_adapter::get_phase(); | |
| 213 | 213 | if(m_command[0] == 1) // rezero unit command - not implemented in SCSI code |
| 214 | 214 | m_phase_timer->adjust(attotime::from_usec(800),SCSI_PHASE_STATUS); |
| 215 | 215 | else |
| Previous | 199869 Revisions | Next |