internal IOIH(IOGate Gate, IOStLs StLs, BroadcastCommunication Communication) { m_IOGate = Gate; m_IOStLs = StLs; m_Communication = Communication; m_IsEmulationHard = Settings.Default.IHEmulation; }
internal IORCC(IOGate Gate, BroadcastCommunication Communication) { m_IOGate = Gate; m_State = DeviceState.None; m_Communication = Communication; m_IsEmulationHard = Settings.Default.RCCEmulation; }