equal
deleted
inserted
replaced
126 return Syborg::VideoRamPhysSecure; |
126 return Syborg::VideoRamPhysSecure; |
127 #endif |
127 #endif |
128 return 0; |
128 return 0; |
129 } |
129 } |
130 |
130 |
|
131 // |
|
132 //Interrupt Controller Acces Functions |
|
133 // |
|
134 |
|
135 // Enable specified motherboard Int on either the PIC/SIC |
|
136 EXPORT_C void TSyborg::EnableInt(TUint anId) |
|
137 { |
|
138 WriteReg(KHwBaseSic, 5, anId); |
|
139 } |
|
140 |
|
141 // Disable specified motherboard Int on either the PIC/SIC |
|
142 EXPORT_C void TSyborg::DisableInt(TUint anId) |
|
143 { |
|
144 WriteReg(KHwBaseSic, 4, anId); |
|
145 } |