This commit is contained in:
akuker
2020-07-07 16:49:36 -05:00
parent 419f887dae
commit da101dea19

View File

@@ -6375,7 +6375,7 @@ void FASTCALL SASIDEV::BusFree()
// Phase Setting // Phase Setting
ctrl.phase = BUS::busfree; ctrl.phase = BUS::busfree;
Set Signal lines // Set Signal lines
ctrl.bus->SetREQ(FALSE); ctrl.bus->SetREQ(FALSE);
ctrl.bus->SetMSG(FALSE); ctrl.bus->SetMSG(FALSE);
ctrl.bus->SetCD(FALSE); ctrl.bus->SetCD(FALSE);