Add Card::Update() (PR #1000)

And use it in ContinueExecution()
This commit is contained in:
Andrea
2021-11-13 18:13:01 +00:00
committed by GitHub
parent 8662a99179
commit 2e04ce348a
18 changed files with 63 additions and 23 deletions
+1 -1
View File
@@ -1691,7 +1691,7 @@ void __stdcall Disk2InterfaceCard::SetWriteMode(WORD, WORD, BYTE, BYTE, ULONG uE
//===========================================================================
void Disk2InterfaceCard::UpdateDriveState(DWORD cycles)
void Disk2InterfaceCard::Update(const ULONG cycles)
{
int loop = NUM_DRIVES;
while (loop--)