From c6dbd2477a0f18b9a273e61d110a237a6fb52682 Mon Sep 17 00:00:00 2001 From: valentinbreiz Date: Tue, 11 Jun 2019 16:33:05 +0200 Subject: [PATCH] Fix on interrupts (networking) --- source/Cosmos.Core/PIC.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Cosmos.Core/PIC.cs b/source/Cosmos.Core/PIC.cs index fe948a4e3..aa6a93ba3 100644 --- a/source/Cosmos.Core/PIC.cs +++ b/source/Cosmos.Core/PIC.cs @@ -95,8 +95,8 @@ namespace Cosmos.Core // set masks: Master.Data.Byte = masterMask; IOPort.Wait(); - Slave.Data.Byte = slaveMask; - IOPort.Wait(); + //Slave.Data.Byte = slaveMask; + //IOPort.Wait(); } protected void Init(IOGroup.PIC aPIC, byte aBase, byte aIDunno, byte aMask)