mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-21 12:51:13 -05:00
Fix typo
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user