mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +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++)
|
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)
|
if (mVendors[i].Key == aVendorID)
|
||||||
return mVendors[i].Value;
|
return mVendors[i].Value;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue