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

trunk/src/mess/machine/fm_scsi.c
r30592r30593
209209         // command complete
210210         send_command(m_command,m_command_index);
211211         m_result_length = get_length();
212         phase = get_phase();
212         phase = legacy_scsi_host_adapter::get_phase();
213213         if(m_command[0] == 1)  // rezero unit command - not implemented in SCSI code
214214            m_phase_timer->adjust(attotime::from_usec(800),SCSI_PHASE_STATUS);
215215         else

Previous 199869 Revisions Next


© 1997-2024 The MAME Team