mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 22:09:12 +00:00
This commit is contained in:
parent
ba2619e710
commit
3d1fed0bd2
1 changed files with 0 additions and 4 deletions
|
|
@ -53,10 +53,6 @@ namespace Cosmos.Hardware.PC.Bus {
|
|||
{
|
||||
for (int i = 0; i < mVendors.Count; i++)
|
||||
{
|
||||
Console.Write("C ");
|
||||
Console.Write(mVendors[i].Key.ToString());
|
||||
Console.Write(" ");
|
||||
Console.WriteLine(aVendorID.ToString());
|
||||
|
||||
if (mVendors[i].Key == aVendorID)
|
||||
return mVendors[i].Value;
|
||||
|
|
|
|||
Loading…
Reference in a new issue